how can u create zero observation dataset?
Answers were Sorted based on User's Feedback
What is SAS? What are the functions does it performs?
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
how to generate means for every subject;
What is the purpose of using the N=PS option?
What do the mod and int function do? : Sas programming
How could you generate test data with no input data?
What report output formats can you generate using SAS?
If you have a data set that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variable?
If a variable contains only numbers, can it be a character data type?
How do you read in the variables that you need?
what are _numeric_ and _character_ and what do they do? : Sas programming
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