what has been your most common programming mistake? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is the one statement to set the criteria of data that can be coded in any step?
We have a string like this "kannafromsalembut" ,from this i want to get only "fromsal" (but one condition with out using substring function)here we can not use scan because in the given string there is no delimeter? so give ans without out using substring ?
Hi, If anyone has base SAS certification dumps, please share.
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is a post baseline?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
what is the difference between proc report and proc format?
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 program data vector? : Sas-administrator
List out some key concept of SAS
Which date functions advances a date time or date/time value by agiven interval?