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 |
is QUALCOMM using SAS ?
Are you familiar with special input delimiters? How are they used?
What commands are used in the case of including or excluding any specific variables in the data set?
Which statement does not perform automatic conversions in comparisons?
What are the table names in oracle database...?
AE datasets names? how many types?
Can you execute a macro within a macro? Describe. : sas-macro
Can we create datasets by proc step ? (Proc contents, Means)?
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
How would you create multiple observations from a single observation?
what are validation tools that are used in sas? : Sas-administrator
What are the default statistics that proc means produce?