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
Mention the difference between ceil and floor functions in sas?
what is hierarchy flattening? : Sas-di
Give some examples where proc report’s defaults are same as proc print’s defaults?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
To what type of programms have you used scratch macros?
how to debug and test the sas program? : Sas-administrator
what is sas enterprise intelligence architecture? : Sas-bi
What commands are used in the case of including or excluding any specific variables in the data set?
What is the difference between input and infile statement?
Compare sas with other data analytics tools.
What are symget and symput? : sas-macro
Give some examples where proc report’s defaults are different than proc print’s defaults?
how are numeric and character missing values represented internally? : Sas programming
how would you determine the number of missing or nonmissing values in computations? : Sas programming