- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I use the proc report. Sometimes (the first image) my 9 columns are truncated. When I re-run the programme (the seconde image), it is not truncated.
Maybe you know how I can fixe my column and have the correct report all time? Thank you very much!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello @SASdevAnneMarie,
Isn't the page orientation portrait in the first image and landscape in the second? Obviously, this makes a substantial difference in terms of available horizontal space. If your ODS destination is RTF, there is an interaction with the ORIENTATION= system option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Have you already investigated if increasing the values for linesize and eventually pagesize could help? Documentation here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello @SASdevAnneMarie,
Isn't the page orientation portrait in the first image and landscape in the second? Obviously, this makes a substantial difference in terms of available horizontal space. If your ODS destination is RTF, there is an interaction with the ORIENTATION= system option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I changed the position of my option=landscape, now it works.