how to rearrange the data as our wish by using dataset block?
Answer Posted / raaman
data Temp;
input Sno Sname $ Eng Maths Sci Soc;
cards;
1212 Smith 67 78 89 98
2334 Lisa 78 89 99 87
;
run;
data Temp1;
retain Sname Sci Eng Maths Soc Sno;
set Temp;
run;
proc print data = Temp1;
title "1.Use of Retain Statement";
run;
use retain statement before the set statement
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of graphs we will create(for 2+years candidates)?
How do you test for missing values?
how do you want missing values handled? : Sas programming
how will you location sas platform applications available from web browser? : Sas-bi
Explain how you can debug and test your SAS program?
What are the features of SAS?
How to create an external dataset with sas code?
what are the component of range? : Sas-bi
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
how can you import .csv file in to sas? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
what is data integration? : Sas-di
Why and when do you use proc sql?
where are dashboard components are created and maintained? : Sas-bi
How to test the debugging in sas?