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

write message in Joblog at Runtime

Former Member
0 Likes
507

Hi,

1. i´m running a batchreport and want to put a message at predefined steps into the Joblog.

I used message with Type 'I' or 'S' in my report but the message is only visible when the job is finished.

Any ideas to put in a message at runtime.

2. The same issue for the spoolfile. Is it possible to show the current spoolfile at runtime ?

Thanks,

Gordon

Hi,

1. i´m running a batchreport and want to put a message at predefined steps into the Joblog.

I used message with Type 'I' or 'S' in my report but the message is only visible when the job is finished.

Any ideas to put in a message at runtime.

2. The same issue for the spoolfile. Is it possible to show the current spoolfile at runtime ?

Thanks,

Gordon

2 REPLIES 2
Read only

Former Member
0 Likes
476

I don't think it is possible..

Unless and Until, Joblog or Spool file is not completely closed - it will not be available for display.

You may check for Logging options with Log Objects (Display Log - SLG1). I am not sure if this will work as per your requirement, but you can give it a try.

Regards,

Mohaiyuddin

Edited by: Mohaiyuddin Soniwala on Nov 25, 2008 3:45 PM

Read only

0 Likes
476

message is now working with a "Commit work".

Thx,

Gordon