Name few SAS functions?
No Answer is Posted For this Question
Be the First to Post Answer
How do I CREATE an external dataset with sas code? I would like to create within a sascode a non-exsistent textfile on the host. So I am not forced to create the file befor filling it.
what the use of proc glm
what is the use of proc contents and proc print in sas? : Sas-administrator
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What are the different servers in sas? : sas-grid-administration
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?
How to write duplicate records into a separate dataset using sort?
How do you debug macros?
How to read the file names of a text files from a shared drive using SAS?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
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;
Mention the validation tools used in SAS?