/dev/null/ use:328 (4/30/2004 3:35:55 PM) comp.soft-sys.sas Hi, sas pgm.sas -log /dev/null/ works fine. When I try to put in the trash the lst SAS complains: Here is my test: sas pgm.sas -log /dev/null/ -lst /dev/null/ & ERROR: Unrecognized SAS option name, LST. (SA... Aldi
NO more than 32767 variables???528 (4/29/2004 5:34:17 PM) comp.soft-sys.sas Hi, I am transposing a dataset which has about 100 variables and about 60000 observations. By transpose I am changing the role of the data in the table: a. 100 variables will become observations and b. 60000 ... Aldi
concatenation of an index:126 (4/21/2004 11:38:34 AM) comp.soft-sys.sas Hi, I am trying to concatenate a integer variable content to another variable name. Any suggestion is appreciated, Aldi Here are my attempts in a data step all wrapped in a macro function: %let nphenos=3; d... aldi
ERROR: Array subscript out of range069 (4/9/2004 6:08:49 PM) comp.soft-sys.sas Hi, Is there any special way to find out where the subscript in an array is reaching out of bound? How can I make SAS to tell me which array? I have a group of arrays and after I have checked all the loops I ... aldi
Out of memory: Happy Holidays132 (12/24/2003 4:15:51 PM) comp.soft-sys.sas Hi, I am working with data that have close to 20000 columns. I need to put the column names into a macro variable list which will be used under an array. I found that a macro variable will not permit a list l... aldi
I/O error: after the 1011th set631 (9/2/2003 6:37:28 PM) comp.soft-sys.sas Hi, I have a group of 10000 sets. I am putting them all together in one set by the following statement: data newone; set %do j=1 %to 10000; a&j.ll %end; ; run; Each set has about 430 obs and 3 v... Aldi
PUT statement @ some location and right-aligment of numbers:137 (7/8/2003 3:13:37 PM) comp.soft-sys.sas Hi, I am using PUT statement for some data. By defining PUT @location, the put statement is left justifying my numbers. I am showing here two examples where left-justify can mess up things. Is there any way t... Aldi
2 partial mixed model fits in one:033 (6/28/2003 12:35:13 PM) comp.soft-sys.sas Hi, I am working on some decaying data with time (10 intervals). The response variable is a probability value, which I transform through the logit link function. I use a linear mixed model to capture the int... Aldi
Re: ERROR: Array subscript out of range254 (4/9/2004 6:24:01 PM) comp.soft-sys.sas > From: aldi [mailto:aldi@WUBIOS.WUSTL.EDU] > Is there any special way to find out where the subscript in > an array is reaching out of bound? How can I make SAS to tell > me which array? > I have a group of a... rjf2(3354)
Re: ERROR: Array subscript out of range #3242 (4/9/2004 7:09:11 PM) comp.soft-sys.sas > From: aldi [mailto:aldi@wubios.wustl.edu] > You see, I answered you and I did not ask you a very simple > question: (Because I have included some line space now the > error is saying line 6694 col 206.) > > Y... rjf2(3354)
concatenation of an index:126 (4/21/2004 11:38:34 AM) comp.soft-sys.sas Hi, I am trying to concatenate a integer variable content to another variable name. Any suggestion is appreciated, Aldi Here are my attempts in a data step all wrapped in a macro function: %let nphenos=3; d... aldi1(29)
Unusual sorting problem732 (4/21/2004 11:51:30 AM) comp.soft-sys.sas I am looking for ways to sort some data such that consecutive by groups are sorted in alternating order. First by group is ascending Second by group is descending Third by group is ascending Fourth is descendi... radevenz(1536)
match string patterns127 (4/22/2004 9:26:20 PM) comp.soft-sys.sas I have a field which mixes addresses, cities and postal code etc. Is there any function or method that I can use to find out the only the postal code(a string pattern)? eg. Apt 16 123 any street 3456 any Ave.... artshen(4)
NO more than 32767 variables???528 (4/29/2004 5:34:17 PM) comp.soft-sys.sas Hi, I am transposing a dataset which has about 100 variables and about 60000 observations. By transpose I am changing the role of the data in the table: a. 100 variables will become observations and b. 60000 ... aldi1(29)
Finding variable names for ODS Output tables133 (4/29/2004 5:45:28 PM) comp.soft-sys.sas Can anyone point me to documentation that gives the variable names for output from named ODS Output tables? I'm using GENMOD, and I _did_ get the variable names I wanted by creating an output table and doing a... steven.raimi(134)
/dev/null/ use:328 (4/30/2004 3:35:55 PM) comp.soft-sys.sas Hi, sas pgm.sas -log /dev/null/ works fine. When I try to put in the trash the lst SAS complains: Here is my test: sas pgm.sas -log /dev/null/ -lst /dev/null/ & ERROR: Unrecognized SAS option name, LST. (SA... aldi1(29)
Re: /dev/null/ use:329 (4/30/2004 6:22:46 PM) comp.soft-sys.sas On Fri, 30 Apr 2004, Aldi Kraja replied: > Here is the solution: > > -PRINT > Specifies the destination for SAS output in batch mode I'm glad you found *a* solution. It is not my solution, however. I strongl... cassell.david(1747)