Hi,
Description:
I have a job which executes an CICS online program (by a transaction call) and the program puts a code into a PS file.
My challenge:
I want to evaluate the code from previous step (CICS output PS file) and only then execute the next steps in JCL
I hope I put it in a understandable way.
Additional info:
//step01....
//.....
//...
//step05 Execute an online PGM and this puts a code in a PS 'file01'
//*
//step06 evaluate the 'file01' and then execute below steps
//step07.........
//step08.........
//