What is the use of PROC gplot?
No Answer is Posted For this Question
Be the First to Post Answer
What report output formats can you generate using SAS?
i have a macro variable var1,var2. i want titles for the each macro variable separately? how it is possible?
why is sas considered self-documenting? : Sas programming
How do you delete duplicate observations in sas?
How do you add a prefix to some or all variables in a dataset using a SAS macro?
Name and describe three SAS functions that you have used, if any?
How do you read in the variables that you need?
To what type of programms have you used scratch macros?
What is the order of evaluation of the following operators + - * / ** () ???
Name statements that are execution only.
In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
how the sas basic syntax style described? : Sas-administrator