Mention some common errors that are usually committed in sas programming.
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
How to specify variables to be processed by the freq procedure?
How do you download a flat file from Mainframe to your local PC using SAS?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
Explain the difference between nodup and nodupkey options?
how do you read binary data in sas?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what are the scrubbing procedures in sas? : Sas programming
How to create list output for cross-tabulations in proc freq?
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
How do you debug and test your SAS programs?
What is SAS informats?