Describe a time when you were really stuck on a problem and
how you solved it?
No Answer is Posted For this Question
Be the First to Post Answer
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
How necessary is it to be creative in your work?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
How could i automate the code in the scenario:Every month one new data set will be created for that perticular month transaction list.Now i would like to update the data in the source table by appending every month data automatically. jan---set jan; feb---set jan feb; mar---set jan mar;
how to handle in stream data containing semicolon in it?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
How do you test for missing values?
How to include or exclude specific variables in a data set?
Describe how you would pass data to macro.
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
why is a stop statement needed for the point=option on a set statement? : Sas programming
how do you validate sas program?