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

some columns missing from spool

Former Member
0 Likes
745

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

6 REPLIES 6
Read only

agnihotro_sinha2
Active Contributor
0 Likes
593

hi,

this Z prog must have line size declared at the top.

increase this line size.

Read only

Former Member
0 Likes
593

Hi,

Increase the LINE-SIZE in REPORT Statement at start of the program.

Read only

Former Member
0 Likes
593

increase line-count , line size.

report ztest line-count 255 line-size 64.

Read only

Former Member
0 Likes
593

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

Read only

former_member772790
Participant
0 Likes
593

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.

Read only

Former Member
0 Likes
593

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.