Job Status when using B34A1030

Chan Rana

Chan Rana

Legendary Poster
Hi,
I have created a report which inputs all parameters requried for AS/400 Job
and then submits job for execution using External Program function-B34A1030.

Is there any possiblity i can know the status(queue/running/complete) of the Job submitted thru this report/function in Xe(SP23)?. The problem i am facing is
the function B34A1030 does not have option to select Sync/Async execution so the report starts executing the next statement after calling the function.
 
Hi Chan,

The calling BSFN and it's thread are blocked for the duration of the CL command. There's nothing you can do within the thread until it returns. At that time you know that the command has ended.
 
Back
Top Bottom