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

Output width

Former Member
0 Likes
336

I was trying to write a simple list with lot of headings.

For example:

WRITE: /6 'TitleA', 29 'TitleB', 55 'TitleC', 80 'TitleD', 106 'TitleE',

131 'TitleF', 157 'TitleG', 172 'TitleH', 198 'TitleI'...goes on..(maybe upto 350)

Is it possible to set the width more than 255? If so, how?

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
310

yes it is possible to write the data with more than 255 char. only problem will be you will not be able to print the output as the printer will not print anything after 255 chars. you can see this by creating an output in a spool (SP01).

also when u upload the same data on application server, may be you cannot see the data after 255 char but if you download the uploaded data it will be a complete data i.e. beyond 255 chars.

Read only

0 Likes
310

you can specify length more than 255 it gives no syntax error but it is not possible to view the data( more than 255 ) but you can download that data