BookmarkSubscribeRSS Feed
DmytroYermak
Lapis Lazuli | Level 10

Hi all,

 

I have following Listing table that is based on safety data. Corresponding Listing should be issued. Could you please help write Proc Report for the listing.

Thank you in advance!

1 REPLY 1
Ksharp
Super User
use escape char.



proc report data=sashelp.class nowd;
column ('yyyyy(*ESC*)n xxxxx' name age) ('yyyyy(*ESC*)n xxxxx' weight height);
run;

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Update

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
  • 2163 views
  • 1 like
  • 2 in conversation