‎2008 Nov 26 8:36 AM
Hi All,
we have one Z- program, that wil create spool out put,
but 2 cloumns are missing from spool out put,
how can we increase the size of the spool ouput?
Regards,
Suresh.D
‎2008 Nov 26 8:38 AM
hi,
this Z prog must have line size declared at the top.
increase this line size.
‎2008 Nov 26 8:40 AM
Hi,
Increase the LINE-SIZE in REPORT Statement at start of the program.
‎2008 Nov 26 8:41 AM
increase line-count , line size.
report ztest line-count 255 line-size 64.
‎2008 Nov 26 8:42 AM
Hi,
Please increase the line size.do like this:
Report <Report name> no standard page heading
line-size xxx(number)
line-count xx(number).
Hope it helps.
Regards,
Rahul Sinha
‎2008 Nov 26 8:44 AM
Hi,
Increase the LINE-SIZE in REPORT Statement at start of the program.
suppose the current line size is 200, then increase it to 240. like that.
‎2008 Nov 26 8:48 AM
Hi All,
I think suresh is asking about spool Request not general output.
Suresh You need to talk to your basis consultant to increase the size(I forgot the technical name of this size, sorry).
But Natuarally they never accept your request.
Thanks,
Krishna.