What is the difference between match merge and one to one merge?
How to save the log information in a file for future use
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
how to perform paired t-test using Base/SAS & SAS/Stat?
wt is a-z and a--z?
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Can you excute a macro within a macro? Describe.
is QUALCOMM using SAS ?
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;
What is the use of %include statement?
How would you code a macro statement to produce information on the SAS log? This statement can be coded anywhere.
Name statements that function at both compile and execution time?