Hi,
Is there an option that I can use to allign the column header to left in the .txt file that is generated using proc report.
for example:
proc report data=abc options;
column var1 ("left text" var2 var3 var4 var5) var6;
[/pre]
I want the output to look like
left text________________
var1 var2 var3 var4 var5 var6
Thank You.
column var1 ("(*ESC*)S={just = left}left text(*ESC*)S={}" var2 var3 var4 var5) var6;
These things are known most of the times, but ready reference here is really helpful! Thank you.
- Dr. Abhijeet Safai
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.