how do the in= variables improve the capability of a merge? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
What is the difference between input and infile statement?
what can you learn from the sas log when debugging? : Sas programming
Explain what is SAS informats?
name some data transformation used in sas di? : Sas-di
What is the good sas programming practices for processing large data sets?
Difference between informat and format?
what do the pad and dim functions do? : Sas programming
what does the run statement do? : Sas programming
how does sas handle missing values in functions? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
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?
List out some key concept of SAS
Give some examples where proc report’s defaults are different than proc print’s defaults?