Name any two sas spawners? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is conditional processing?
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;
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?
wat has been most common programming mistake?
how do you test for missing values? : Sas programming
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
In SAS how to read the variable values having different formats. eg:mar99,mar1999 (in a single variable)
8 Answers GSK GlaxoSmithKline,
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
Mention few ways with which a “table lookup’ is done in sas programming.
What is a method to debug and test your SAS program?