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
Describe the function and untility of the most difficult SAS macro that you have written.
how sas deals with business intelligence? : Sas-bi
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
How to limit decimal places for variable using proc means?
Can you explain the process of calendar?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
what is treatment emergent events and treatment emregent adverse event
What is run-group processing?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What do you code to create a macro? : sas-macro
How would you include common or reuse to be processed along with your statements?
What are the applications primarily used by business analyst? : Sas-bi
Mention the difference between ceil and floor functions in sas?
What are the new features included in the new version of SAS Programming Language?