Hi,
The 1st step of my job chain returns the following log in CPS :
-
143431 20090617 00 516 S Job started 0
143431 20090617 00 550 S Step 001 started (program ZCO_MANAGE_FILE, variant ZECLO11, user ID ABAPUSER) 0 001 ZCO_MANAGE_FILE ZECLO11 ABAPUSER
143431 20090617 00 001 S No vendor specified 0 00008
143431 20090617 00 517 S Job finished 0
-
I need to retrieve the pattern 00008 in the 3rd line and pass it in a parameter to another step of the job chain. What is the code I have to put in the post-running action of the job definition ?