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 / sasuser
Hi Guys,
Following is the solution:
data _null_;
set sashelp.vcolumn ;
where libname='SASHELP' and memname='CLASS';
file print;
putlog Name @@;
put Name @@;
run;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
Name and describe few sas character functions that are used for data cleaning in brief.
Tell me more about the parameters in macro? : sas-macro
which features do you use to check the data validations and errors? : Sas-administrator
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
Intern stastical programmer written test
Explain translate function?
List out some key concept of SAS
What are the scrubbing procedures in sas?
where are dashboard components are created and maintained? : Sas-bi
why is sas considered self-documenting? : Sas programming
Describe 5 ways to do a “table lookup” in SAS?
What would be the value of month at the end of data step execution and how many observations would be there?
How do you define proc in sas? : sas-grid-administration
What is the basic syntax style in SAS?