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

Spool display

Former Member
0 Likes
375

could you pls tell me how to print the error message in Spool text.

ie. when i execute program in background if error occurs,

i want to display it in spool place.

could you pls give me sample.code if any.

ambichan.

1 ACCEPTED SOLUTION
Read only

Lakshmant1
Active Contributor
0 Likes
344

Hi Ambichan,

Whatever you display in the report using WRITE statement will goto spool if you execute in background.

Have a look at standard demo program DEMO_LIST_SUBMIT_TO_SPOOL on how to submit list to spool.

Thanks

Lakshman

1 REPLY 1
Read only

Lakshmant1
Active Contributor
0 Likes
345

Hi Ambichan,

Whatever you display in the report using WRITE statement will goto spool if you execute in background.

Have a look at standard demo program DEMO_LIST_SUBMIT_TO_SPOOL on how to submit list to spool.

Thanks

Lakshman