I have 50 variables in one data set, In reports i want to
generate every 10 variables in one page how we will write
code in proc report.
Answer Posted / gaurav verma
proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how could you generate test data with no input data? : Sas programming
How will you generate test data with no input data?
How many data types are there in SAS?
what is the use of proc sql? : Sas programming
Explain bmdp procedure?
how are numeric and character missing values represented internally? : Sas programming
What is the difference between nodupkey and nodup options?
How to create a permanent sas data set?
What are the ways to do a “table lookup” in sas?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is the good sas programming practices for processing large data sets?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
Why double trailing @@ is used in input statement?
What are symget and symput? : sas-macro
How to test the debugging in sas?