WHAT DOES A SAS SPECIFICATION DOCUMENT SDS CONTAIN ?
Answer / solasa
DATATYPE FOR THE VARIABLES
LENGTH ,NAMING CONVENTION
LABEL NAME
| Is This Answer Correct ? | 0 Yes | 2 No |
how do you validate sas program?
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What is _n_?
What can be the size of largest dataset in SAS?
What do you code to create a macro? : sas-macro
here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.
what is Global Symbol table and Local symbol table?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
What are the table names in oracle database...?
what is sas? is a package or tool? give me introduction about sas?
How do you control the number of observations and/or variables read or written?