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.
Answers were Sorted based on User's Feedback
proc report data=xyz nowd headline ps=14;
columns < > ;
define < > ;
run;
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Using width= option on define statement in proc report.
| Is This Answer Correct ? | 1 Yes | 8 No |
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
What is _n_?
what other SAS features do you use for error trapping and data validation?
What report output formats can you generate using SAS?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Describe the function and utility of the most difficult SAS macro that you have written?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What are the data types does SAS contain?
How necessary is it to be creative in your work?
To what type of programms have you used scratch macros?
what are several options for creating reports in web report studio? : Sas-bi
Why double trailing @@ is used in input statement?