How we will Developing new reports Using Data step
programming and Macros ?
Answer Posted / s.sudarshanreddy
data l;
input d;
file print ods;
put _ods_;
cards;
1
2
3
4
4
5
5
;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Difference between informat and format?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
What are the parameters of scan function?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
how can you create zero observation dataset? : Sas programming
Difference between nodup and nodupkey options?
Can you suggest us materials for sdtm mapping?
how do you want missing values handled? : Sas programming
How to include or exclude specific variables in a data set?
What are symget and symput? : sas-macro
how does sas handle missing values in sort order? : Sas programming
Briefly explain input and put function?
Mention what are the data types does SAS contain?