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;

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 2660 views
  • 1 like
  • 2 in conversation