BookmarkSubscribeRSS Feed
GeorgeSAS
Lapis Lazuli | Level 10

Hello everyone,

when I use proc print in SAS,the result doesn't show as I want, the column go the another row because the width limit of output screen.

I wonder is that possible there was a scroll bar under bottom of the output so we can drag the button to see the whole obs

Here is example:(I want them in only one row for each obs,and there was a scroll button under the screen for the view )

ods _all_ close;

ods listing;

proc print data=sashelp.zipcode(obs=1);

run;

Thanks

1 REPLY 1
ballardw
Super User

Listing has a character limit for length of 256 characters if you use the system option linesize=max. Listing is really intended for use with printer type output with physical limits.

Use HTML if you need the data on one line and exceeds that number of characters and can have the scrollbar from the browser.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is Bayesian Analysis?

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 826 views
  • 0 likes
  • 2 in conversation