What data sets do you need to produce the report?
Answers were Sorted based on User's Feedback
what is picture format? give any one example?
What is the significance of the ‘OF’ in X=SUM (OF a1-a4, a6, a9);?
. Which date advances a date, time or date/time value by a given interval?
What is _n_?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What is Linear Regression?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What is the difference between an informat and a format? Name three informats or formats.
What is the purpose of _character_ and _numeric_?
I have a dataset concat having variable a b & c. How to rename a b to e & f?