Have you been involved in editing the data or writing data
queries?
Answer / ajay reddy
no im not involved in involved in editing the data or writing data queries
| Is This Answer Correct ? | 0 Yes | 0 No |
Approximately what date is represented by SAS date value of 730
What is the difference between a PROC step and a DATA step?
What is the SAS data set?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
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;
How will you generate test data with no input data?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Name statements that are execution only?
How do dates work in SAS data?
Which date functions advances a date time or date/time value by agiven interval?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?