How would you create multiple observations from a single observation?
What are the applications primarily used by business analyst? : Sas-bi
What is the function of output statement in a SAS Program?
How to read an input file in sas?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
SAS System ?
How to specify variables to be processed by the freq procedure?
Explain the message 'Merge has one or more datasets with repeats of by variables'.
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
What is the role of administrative users? : sas-grid-administration
What is the difference between reading data from an external file and reading data from an existing data set?
What is the difference between proportion and average?
What is the basic syntax of a sas program?