Explain how you can debug and test your SAS program?
No Answer is Posted For this Question
Be the First to Post Answer
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
Does anybody has lastest SAS certification dumps,if anybody has please mail me at akshara_SAS@ymail.com Thanks Akshara
Give some examples where proc report’s defaults are different than proc print’s defaults?
Mention how to limit decimal places for the variable using proc means?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
What is the basic structure of the SAS base program?
Explain proc sort?
One way of creating a new variable in Macros is by % Let....What is the other way..?
To what type of programms have you used scratch macros?
What are the different versions of sas that you have used until now? : sas-grid-administration
Write SAS codes to compare two datasets. Suppose the allowable difference is 0.1.
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?