I am looking for the JCL equivalent of NEWCOPY method in CEMT/CICS:
CEMT SET PROG(xxxx) NEWCOPY
Any help would be appreciated.
I am looking for the JCL equivalent of NEWCOPY method in CEMT/CICS:
CEMT SET PROG(xxxx) NEWCOPY
Any help would be appreciated.
If your answer to NealB's question is "Yes," then here are some options.
You can just use the JCL COMMAND
to embed the COMMAND in your job stream:
//CMD1 COMMAND 'F CICSRGN1, CEMT SET PROG(xxx) NEWCOPY'
I'm not sure of the syntax, but it is exactly what you would use from an opperator terminal.