Application Development 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: 

Spool display

Former Member
0 Kudos

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

Lakshmant1
Active Contributor
0 Kudos

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

Lakshmant1
Active Contributor
0 Kudos

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