If you were told to create many records from one record, show how you would do this using array and with proc transpose?
No Answer is Posted For this Question
Be the First to Post Answer
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;
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
I have a dataset with variables empid and doj how to calculate retirement age?
What is the difference between %local and %global? : sas-macro
how the sas basic syntax style described? : Sas-administrator
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
what is the Population you used in your project, is it ITT or PP?
0 Answers Accenture, Quintiles,
What is the function of Stop statement in a SAS Program?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?