Hi
I want to increase the number of characters in a line to maximum.
in report stmt the line-size defined as 760.
but it is truncating in the output.
Ex:WRITE:/4(75) 'Number of files read ',80 variable1.
WRITE:/4(75) 'Number of files read ',80 variable2.
WRITE:/4(75) 'Number of files read ',80 variable3.
..............
actually this is truncating while creating spool request.
What is the maximum allowed? for write statement? how to resolve this?
Thanks