Question:
What is the syntax of a MacKinney Batch to CICS CNTL=NEW command?
Answer:
After making changes to a program and recompiling, one needs to perform a CNTL=NEW each time CEMT SET PROG NEW is executed. We execute CEMT SET PROG NEW from a batch job using MacKinney Batch To CICS. So we are trying to do the same thing with CNTL=NEW.
The command to use is:
STAR CNTL 22 CNTL=NEW,PROG=XXXXX
Here is a breakdown of the command: