how to rearrange the data as our wish by using dataset block?
Answer Posted / nani
by using id statement
proc print data=dsn;
id var3 var5 var1;
run;
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Briefly explain input and put function?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Do you know the features of sas?
What is Linear Regression?
how can you import .csv file in to sas? : Sas programming
What are the table names in oracle database...?
What is the work of tranwrd function?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
what is the function of catx syntax? : Sas-administrator
where are dashboard components are created and maintained? : Sas-bi
What is the SAS data set?
Define run-group processing?
Explain the use of proc print and proc contents?
Can you execute a macro within a macro? Describe. : sas-macro
Which date function advances a date, time or datetime value by a given interval?