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

Generating a spool from module pool

Former Member
0 Likes
437

hi all,

i have a requirement to directly send output to a spool. the program type is module pool. is it possible to write the output in spool from module pool. please explain how to do that.

Thanks in advance.

Regards,

Lakshmi.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
357

What it the output of the program that needs to go to spool? Is it a list?

If its a list, try to write that as separate report program and you can submit that in the dialog program and the spool will be created.

SUBMIT report and RETURN.

Regards,

Ravi

Note - Please mark all the helpful answers

1 REPLY 1
Read only

Former Member
0 Likes
358

What it the output of the program that needs to go to spool? Is it a list?

If its a list, try to write that as separate report program and you can submit that in the dialog program and the spool will be created.

SUBMIT report and RETURN.

Regards,

Ravi

Note - Please mark all the helpful answers