BookmarkSubscribeRSS Feed
michtka
Fluorite | Level 6

Hi guys,

i am trying to run a code under a client with his own macros.

The problem is when I go to proc report and change the ls parameter (linesize) in the code,

the pagination of the report is changed:

before my modification of the code (client) (ls=default)....the list of the report is fine page=p1

after my modification ls=225 (I extend it becasue i need to add more columns in my list) the page appear with different format,  as  page=p                                1.

assuming that I can access to these macros, and assuming that only can touch the options of proc report,

any help to fix that p            1 to p1.

cheers,

J.

4 REPLIES 4
michtka
Fluorite | Level 6

cant acess to these macros sorry

Ksharp
Super User

It is hard to offer you some advice without seeing your whole code.

Tom
Super User Tom
Super User

A text based report that uses a line size of 255 is not going to be readable by humans.

Perhaps you should look into using the FLOW option on some of columns so that report fits in the LS setting that the other macros need?

manojinpec
Obsidian | Level 7

Please put the code to understand the query better.

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 Updates

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 4 replies
  • 1520 views
  • 0 likes
  • 4 in conversation