What are symget and symput? : sas-macro
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use QUIT commmand for proc datasets and proc sql ???
Approximately what date is represented by SAS date value of 730
What are all the problems you faced while validating tables and reports?
0 Answers Accenture, Quintiles,
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Difference Between Scan and Substr
What commands are used in the case of including or excluding any specific variables in the data set?
what is null hypothesis? why do you consider that?
0 Answers Accenture, Quintiles,
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
Name few SAS functions?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
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;