What is the difference between input and infile statement?
No Answer is Posted For this Question
Be the First to Post Answer
Have you ever used the SAS Debugger?
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
What are the ways to do a “table lookup” in sas?
explain the proc in sas? : Sas-administrator
What is the purpose of _error_?
What are the difference between sas functions and procedures?
What is proc sql pass through facility?
how does sas handle missing values in procs? : Sas programming
What are the difficulties u faced while doing vital signs table or dataset?
What can you learn from the SAS log when debugging?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.
What can be the size of largest dataset in SAS?