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

Former Member
0 Likes
428

Hello ,

I am generating a spool but all the text that i am trying to give is not visible .

Is there some fix line-size in spool .

Can we extend the line-size when we are creating spool .

2 REPLIES 2
Read only

Former Member
0 Likes
404

The default maximum line width of the spool is 255 characters which means anything more the 255 will be truncated, To display more the 255 characters you have to do two things:

1] select a printer format which outputs more than 255 characters for eg x_65_512 or x_65_1023. If you cannot find any printer which has these formats then you have to ask the basis guys to create Z format for you like Z_65_1023.

2] After you use the above format of the printer when you display the spool there is an option of "DISPLAY IN MAXIMUM WIDTH" in the tool bar. Choose that it will show you the entire output.

Read only

Former Member
0 Likes
404

Thanks...

it helps me very much...

too bad i can't give you point...

but thank you very much...