What are the 3 components in sas programming?
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
Describe crosslist option in tables statement?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
Describe the ways in which you can create macro variables? : sas-macro
how to generate means for every subject;
What is the difference between an informat and a format? Name three informats or formats.
what is data access? : Sas-di
Why double trailing @@ is used in input statement?
What is the difference between the proc sql and data step?
Enlist the functions performed by sas.
what does the run statement do? : Sas programming
What is the purpose of trailing @ and @@? How do you use them?