Hi,
I have the Job like below.
//JSTY0010 EXEC Proc1
//*
//JSTY0020 EXEC Proc2,
// BSK='Z',
// RPTCARD='ZMIA581G',
// PARM01='Z01',
// ST='P'
//*
//JSTY0030 EXEC Proc3,
// COND=(2,LE,JSTY0010.PSTY0040),
// BSK='Z',
// RPTCARD='ZMIA581L',
// PARM01='Z01',
// ST='P'
//*
//JSTY0040 EXEC Proc4,
// COND=(2,LE,JSTY0010.PSTY0050),
// BSK='Z',
// RPTCARD='ZMIA581S',
// PARM01='Z01',
// ST='P'
//*
//JSTY0050 EXEC proc 5,
// COND=(2,LE,JSTY0010.PSTY0060),
// BSK='Z',
// RPTCARD='ZMIA581T',
// PARM01='Z01',
// ST='P'
//*
in the job steps 30,40,50 I need to check the return codes from the job step10 return codes.
it is working for job steps 30 and 40 and problem coming for job step 50.
is there any other ways to check above.