Which command is used to save logs in the external file?
Have you used macros? For what purpose you have used? : sas-macro
How to read the file names of a text files from a shared drive using SAS?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
How do you specify the number of iterations and specific condition within a single do loop?
What is the difference between verification and validation?
what is the main difference between rename and label? (don't say that they both perform the same function).
how sas deals with business intelligence? : Sas-bi
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Do you prefer Proc Report or Proc Tabulate? Why?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
How to create a permanent sas data set?
how does sas handle missing values in functions? : Sas programming