i have a column name fruit/grape, its displays in next row. how can i display fruit/grape'
proc report
define fruit_type / display style(column)=[just=left cellwidth=1.1in] 'fruit/grape';
Hi:
The '/' slash is the default "split" character for PROC REPORT headers. If you need to use the slash in your header and you do NOT want it to cause a line break, then you have to change it, as shown below:
Cynthia
Hi:
The '/' slash is the default "split" character for PROC REPORT headers. If you need to use the slash in your header and you do NOT want it to cause a line break, then you have to change it, as shown below:
Cynthia
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.