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 |
Diff between proc sql merge and join?
What does P-value signify about the statistical data?
Name some categories in sas 9? : sas-grid-administration
if x=round(26.3,10)-1 then x= how much and how explain?
How to specify variables to be processed by the freq procedure?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
Differentiate between format and informat? : sas-grid-administration
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
in which companies SAS openings are there? List of companies using SAS technology.
sas macros
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here