How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
Answer Posted / raja
%put <text>;
use the above statement any where in macro programe to
write some information on to the log. With in the text you
can also call/reference the macto variables.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the SAS data set?
How you can read the variables that you need?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Explain how merging helps to combine data sets.
explain the main difference between the nodup and nodupkey options? : Sas-administrator
In proc transpose and data step with arrays which one you pick?
What is by-group processing?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
What are the advantages of using sas?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Are you involved in writing the inferential analysis plan? Tables specfications?
Describe the function and untility of the most difficult SAS macro that you have written.
What are the parameters of scan function?
Explain by-group processing?