-
JCL to read CONTROL CARD data & change the course of action
Hi,I need some suggestion on below query. Requirement details are mentioned below.Code one JCL with 4 steps (STEP01, STEP02, STEP03, STEP04). Now STEP01 will read one CONTROL CARD data and as per the contents of that CONTROL CARD data next step execution will be decided.CONTROL CARD will have either 01 or 02 or 03. Now if 01 there in the CONTROL CARD then STEP02 will execute, if 02 then STEP03 will...