First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
Why does %include correct memory problem?
I have seen in the past that SAS treats the lines from the program as if they had been padded with blanks. Or sometimes when a statement spans multiple lines it eliminates the end-of-line character and causes the word at the end of one line to join with the word on the next line. Perhaps by reading from the exter... 9 Nov 2009 23:21
what is this and how do I fix it? Proc GMAP
unable to figure out the problem listed in obs 2 and 3 input data set simply contains valid us zip codes, does the below message mean that any zip=. should be deleted before proc gmap? the data set map is calculating a correct X, Y coordinate for the state=1 and it is possible I do not have values for that co... 13 Nov 2009 09:54
Macro error help
Hi, It may be an unexpected value in one or both of the variables being used. To turn on some debugging to see what is going on you could use the code below and then review the log to see if you can spot any syntax or values that would break your process. e.g. data Client_List; length stmp $256; ... 6 Nov 2009 15:54
Macro error help
I have a master SAS data which has serveral agents information, I want to= =A0split data into small data by each agent and export each small data into= Excel. =A0 the orginal code is list here,=20 =A0 %macro getlist(agtnum,agtname); data agtlist; set cat.wharton_list_0110; where agtnum=3D"&agtnum"; proc expo... 6 Nov 2009 15:54
Writing a paragraph of text in ODS
I am looking to one page of brief text at the beginning of PDF report to introduce the reader to the tables and graphs which follow. The introduction is too long for regular SAS footnotes, so is there a better option than the mess below? :) Andrew / *------------------------------------------------------... 6 Nov 2009 18:08
font question
On Fri, 6 Nov 2009 09:08:05 -0600, Masoud Pajoh <mpajoh(a)ODOT.ORG> wrote: I would like to use the font "Comic Sans Ms", but when I use the following font reverses to the default font. title1 f=ComicSansMS h=10pt "Some title"; How can I do this? Thanks, Masoud font name with spaces all surro... 6 Nov 2009 19:16
SAS code Question!
Hello , Anyone can help? I have a question about one sas coding problem. Currently, have a data with 4 attributes, year, type, C and rate. I want to use PROC SQL to find out the smallest 2 rate in type group for each year. For instance, there have a data set like this. year type, C, rate. 1998 A ms 10... 6 Nov 2009 10:19
software engineering
Paul Kent gave the opening session presentation at SESUG in which he talked about * CPU usage, difference between times reported in log * memory * I/O issues I have added the paper that he referred to: How to Maintain Happy SAS(r)9 Users Margaret Crevar, SAS Institute Inc., Cary, NC http://support.sas.com/r... 5 Nov 2009 11:08
Install issues
Dear SAS-L-ers, Nat Wooding posted the following: The Setinit says that you have paid for the access software but this does not mean that it was installed. Have you tried reading an Excel file using the libname engine or just issue the libname statement for a workbook and see if you can look at ... 5 Nov 2009 11:07
Tagsets.excelxp Password protect excel worksheets
Thought I'd try one more time: I've just started using excelxp tagsets. Does anyone know if tagsets.excelxp has an option to password protect excel files rather than manually setting it up after running the export? Any good sites documenting the tagsets? thanks in advance. ... 5 Nov 2009 00:07
First  |  Prev |  Next  |  Last
Pages: 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172