if we dont want to print output what we have to do..???give
syntax..???
Answer Posted / srinivasreddy
proc print data= dataset name noprint;
run;
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
explain the proc in sas? : Sas-administrator
What is the difference between class statement and by statement in proc means?
I need level 2 to 5 sas using companies in india
Explain the use of proc gplot? : sas-grid-administration
What are the differences between proc means and proc summary?
What is the maximum length of the macro variable? : sas-macro
what is the use of sas management console? : Sas-di
What is the good sas programming practices for processing large data sets?
What system options would you use to help debug a macro? : sas-macro
what are the scrubbing procedures in sas? : Sas programming
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
what techniques and/or procs do you use for tables? : Sas programming
What is the difference between nodupkey and nodup options?