I want to create an instream EZT program, via SYSIN,
but in the EZT pgm I will need to call a DB2 program for key compution,
normally when we do this we will need to specify the PLAN/DB2 information,
but how can we do this in a instream EZT program?
I want to make the EZT pgm instream since it's a onetime data patching, while the DB2 cobol routine is available in prod already.