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
how many display types available in sas bi dashboard? : Sas-bi
for what purpose would you use the retain statement? : Sas programming
What is run-group processing?
What would you change about your job?
What are the automatic variables for macro? : sas-macro
how do you want missing values handled? : Sas programming
what r the job openings SAS for fresher graduates !
Have you ever used the SAS Debugger?
describe about physical data integration? : Sas-di
What is the difference between match merge and one to one merge?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What are the implications?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Mention the difference between ceil and floor functions in sas?
Mention common programming errors committed in sas ?