How to test the debugging in sas?
No Answer is Posted For this Question
Be the First to Post Answer
How we can create SAS USER DEFINED CODE?
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
Tell e how how dealt with..
How many ways to overcome a missing values???
% let A=3+4 what is result
how do you validate sas program?
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
How do handle working under pressure?
How would you create multiple observations from a single observation?
differnce between 8.2 and 9.1.3
how can you sort the dataset having millions of OBS(instead of sort procedure?
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;