Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Spool file Wrapping issue

Former Member
0 Likes
824

Hello experts,

I have an issue with the output of a report. If I run the program on line, the output is okay. If run in background, the output is sent to the spool file. The problem is when view the report in spool file, the report column wrap around. This report has 9 columns. Let's say the first column is the account number and the last column is the zipcode. When I run the report on-line, I see all 9 columns of data displayed correctly. When view the same report in spool file, zipcode is written over field account number instead of at the end of the line. Is there away to fix this? Please advise.

Thanks,

HN

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
533

u have to change Print format when u are running it in BG.

select print format type like 65*255.

ask ur basis person for more details.

Regards

Prabhu

2 REPLIES 2
Read only

Former Member
0 Likes
534

u have to change Print format when u are running it in BG.

select print format type like 65*255.

ask ur basis person for more details.

Regards

Prabhu

Read only

Former Member
0 Likes
533

Add page headings with line size. This fixed the problem.