font size probelm121 (11/28/2004 3:52:10 PM) comp.soft-sys.sas hi all is there any SAS SYSTEM OPTION available, which i can use to set the font size. i am using proc report to create a tabular report and there are almost 24 columns, and they don't fit on one paze so it pr... vickey_d
SAS to XLS limitation336 (11/28/2004 3:45:26 PM) comp.soft-sys.sas hi all I am exporting a sas dataset to excel file. But Excel has a limitation and it can not record more than 65,536 observation. My dataset is big, almost 100,000 observations or may be more becase i am not s... vickey_d
" SAS Syntax Editor control is not installed"!!!!3629 (9/5/2004 9:51:40 PM) comp.soft-sys.sas Hi I have installed the SAS 9.1.2 on my system, and I used to work on "Enhanced Editor" (SAS 8.2) but when I tried to open the Enhanced Editor on this installed SAS 9.1.2 software, I got a message in the log ... vickey_d
QC of program123 (9/1/2004 2:42:50 PM) comp.soft-sys.sas Hi all ! Can any body please tell me how to QC the code. I know how to QC the data in CDM department. but i don't have the idea about the QC of code. Thanks in advance, vickey ... vickey_d
que realted to job... #2031 (8/11/2004 1:52:19 PM) comp.soft-sys.sas Hi all! I am an international student. I did my MS in Computer Science from here in USA and I also have good experience in SAS, I have worked for a multinational pharmaceutical company for 1.5 year in my count... vickey_d
que realted to job...034 (8/11/2004 1:52:00 PM) comp.soft-sys.sas Hi all! I am an international student. I did my MS in Computer Science from here in USA and I also have good experience in SAS, I have worked for a multinational pharmaceutical company for 1.5 year in my count... vickey_d
need help in searching job...022 (8/9/2004 7:18:39 PM) comp.soft-sys.sas Hi all! I am an international student. I did my MS in Computer Science from here in USA and I also have good experience in SAS, I have worked for a multinational pharmaceutical company for 1.5 year in my count... vickey_d
Question related to SAS job....need help!234 (6/4/2004 12:59:40 PM) comp.soft-sys.sas Hi I am an international student. I did my MS in Computer Science and I also know SAS very well. I have the idea about the FDA submissions. As per the entry level I am very good in SAS/Base, SAS/macro, and SAS... vickey_d
HELP ME IN FINDING PDF BOOK!!132 (5/18/2004 12:33:57 PM) comp.soft-sys.sas Hi friends! I am SAS student; I want to try and practice all the SAS programs. So that I can get good hand on this tool. But the problem is that SAS books are very expensive for me, and I can't afford that. Pl... vickey_d
summery of only one variable235 (4/13/2004 3:46:09 PM) comp.soft-sys.sas Hi friends! I am in trouble… I have a dataset having only one variable but the dataset is very big. Actually it is an observation taken at every second so number of observation is (60x60x24x7=60,280) Now... vickey_d
Re: Reserved word?119 (8/6/2004 8:05:55 PM) comp.soft-sys.sas That code runs for me with no problems (V 9.0). On Fri, 6 Aug 2004 08:19:19 -0700, shiling zhang wrote: >Why TOWCONLSmsrp_org cannot be a table in SQL? > >The name is used and pgm runs fine in V8, but not V9... Howard_Schreier(1506)
Re: May be you've had this problem126 (8/6/2004 9:16:20 PM) comp.soft-sys.sas In general the first reference to a variable, in a datastep from top to bottom, will define its characteristics on the PDV, but the last reference to a variable will overwrite its value if the variable type is ... pchoate(2551)
Two basic SAS datastep questions but very urgent!517 (8/7/2004 8:19:08 PM) comp.soft-sys.sas 1. Is there any method in SAS that can mark some specific records in my dataset? I have a dataset with 10000 records, but i have ten records that are special and need to be marked, so that in the further proc... laseyan(4)
caliculating median326 (8/8/2004 2:18:03 AM) comp.soft-sys.sas Hi All, I have n, mean values. Can any one tell me how to caliculate the median using these two. Besides of these i have only min,max. Thanks all, Ganesh ... tamaranaganesh(3)
Programmer pay rates in the US1424 (8/25/2004 4:42:38 PM) comp.soft-sys.sas I am an Indian programmer who has plans to move to the US in the near future. My question is for those of you who live near Seattle (WA). I would like to know the average cost of living in a state such as WA wi... estudiantin(11)
" SAS Syntax Editor control is not installed"!!!!3629 (9/5/2004 9:51:40 PM) comp.soft-sys.sas Hi I have installed the SAS 9.1.2 on my system, and I used to work on "Enhanced Editor" (SAS 8.2) but when I tried to open the Enhanced Editor on this installed SAS 9.1.2 software, I got a message in the log ... vickey_d(31)
Re: SAS to XLS limitation154 (11/28/2004 5:47:57 PM) comp.soft-sys.sas It is certainly possible to segment the data into multiple worksheets. What tool are you using to move data from SAS to Excel? There are many possibilities. However, unless there is some natural grouping whic... Howard_Schreier(1506)
Re: SAS to XLS limitation #2127 (11/28/2004 6:41:21 PM) comp.soft-sys.sas Vickey, While I'm sure that the more macro-oriented list responders could offer valuable suggestions for improving the following code, if you are using SAS 9 or higher it should provide you with an idea of how... art297(4237)
SAS to XLS limitation #2154 (11/28/2004 8:06:57 PM) comp.soft-sys.sas Vickey, Why do you want to use Excel for such a large file? Excel has a hard limitation here that you cannot get around.?Try using an alternate format such as csv, tab-delimited, xml, etc. Thanks, Alan Savi... EMAILDIRECTLY(20)