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

Hi,

I am trying to sort out sashelp.cars data using pageby command, it is reporting error.

proc sort sashelp.cars out=cars1;

by origin;

pageby origin;

run;

 

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Try PROC PRINT to display output. If you check the examples on PROC PRINT documentation you'll find examples of the usage.

View solution in original post

4 REPLIES 4
Kurt_Bremser
Super User

proc sort does not have a pageby statement, as it does not produce output. pageby is available in proc print.

What do you want to achieve?

helper27
Calcite | Level 5

Thank you for swift response. I would like to get report for every origin on new page. I am browsing sashelp.cars data provided by SAS (in sas studio)

Reeza
Super User

Try PROC PRINT to display output. If you check the examples on PROC PRINT documentation you'll find examples of the usage.

helper27
Calcite | Level 5

thanks a lot, it was immensely helpful. 

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 4 replies
  • 837 views
  • 1 like
  • 3 in conversation