what is metadata? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
why is sas considered self-documenting? : Sas programming
What is the work of tranwrd function?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
why is a stop statement needed for the point=option on a set statement? : Sas programming
What is a method to debug and test your SAS program?
How to create list output for cross-tabulations in proc freq?
What does error:1 mean?
How do you define proc in sas? : sas-grid-administration
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;
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 Global Symbol table and Local symbol table?
Name validation tools used in SAS