BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
radha009
Quartz | Level 8

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';

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
Diamond | Level 26

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:
dif_split.png


Cynthia

View solution in original post

1 REPLY 1
Cynthia_sas
Diamond | Level 26

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:
dif_split.png


Cynthia

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 705 views
  • 1 like
  • 2 in conversation