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
Do you need to rearrange the order of the data for the report?
how does sas handle missing values in sort order? : Sas programming
What is the SAS data set?
How would you include common or reuse to be processed along with your statements?
what is broad cast agent? : Sas-bi
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what r the job openings SAS for fresher graduates !
What is the difference between SAS functions and procedures?
Describe the function and utility of the most difficult SAS macro that you have written?
why is sas data integration studio important? : Sas-di
what is null hypothesis? why do you consider that?
What is data _null_?
What are the features of base sas system?
Describe the ways in which you can create macro variables?
What do you code to create a macro? : sas-macro