i have a null dataset with 10 variables; i want to print only
name of the varibales in log window and also output window.how
can we do this one?
Answer Posted / solasa
data sm;
input name $ number;
datalines;
run;
dataset in created without observations but the dataset has
varibles.
Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
If you could design your ideal job, what would it look like?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
Mention the difference between ceil and floor functions in sas?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the SAS data set?
Name any two sas spawners? : sas-grid-administration
Mention the validation tools used in SAS?
Tell me about % include and % eval? : sas-macro
What can you learn from the SAS log when debugging?
Describe crosslist option in tables statement?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How to limit decimal places for variable using proc means?
what is the effect of the options statement errors=1? : Sas programming
Of all your work, where have you been the most successful?