how can you import .csv file in to sas? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS LAG FUNCTION ? WHERE CAN YOU IMPLEMENT THIS FUNCTION?
what are the three main credit bureau names
1 Answers Synchrony Financial,
What are the automatic variables for macro? : sas-macro
what is SAS/Access and SAS/Connect?what are the uses?
How to convert a given date value into SAS date
9 Answers CitiGroup, Quintiles,
what is study design in while working with SAS? what are screening variables in SAS?
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
what is washout period?
How do you debug and test your SAS programs?
How would you remove a format that has been permanently associated with a variable? ________________
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;
Name and describe three SAS functions that you have used, if any?