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
for whom is sas data integration studio designed? : Sas-di
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Describe crosslist option in tables statement?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
Explain the use of proc gplot? : sas-grid-administration
what is data integration? : Sas-di
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
explain the key concept of sas? : Sas-administrator
Which statement does not perform automatic conversions in comparisons?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
AE datasets names? how many types?
Have you ever used the SAS Debugger?
what is the use of sas management console? : Sas-di