JCL - EXEC Statement - Each JCL can be made of many job steps. Each job step can execute a program directly or can call a procedure, which in turn executes one or more programs (job steps). The statement, which holds the job step program/procedure inform
The previous example shows how to change the value of one part of a JCL procedure; in this case, replacing the variable&SORTDSNwith a real data set nameZPROF.AREA.CODES. In some cases, you might need to override an entire statement within a JCL procedure. To do so, you code a JCL ...
Directs IQIBUTIL to generate a control statement to perform an EXPDIR operation. FULLFUNCTION Overrides an implied "PARM=PASSTHRU" default setting, when IQIBUTIL is invoked via "EXEC PGM=IEBCOPY". HEADER=ADD Makes the HEADER=ADD option as the default option for the COPYSEQ command. HELP...
In the EXEC statement, code the name of the IOCP program in the PGM parameter and the following PARM options to produce configuration reports. (The example later in this chapter describes the JOB and DD statements for an IOCP job.)
Forz/OS XL C/C++, a user can specify either EXECOPS or NOEXECOPS in a#pragma runoptsdirective or as a compiler option. EXECOPS is the default forz/OS XL C/C++. When EXECOPS is in effect, you can pass runtime options in the EXEC statement in your JCL. ...
You can run a REXX exec in TSO/E background. In the JCL, specify IKJEFT01 as the program name (PGM= ) on the JCL EXEC statement. On the EXEC statement, specify the member name of the exec and any arguments in the PARM field. For example, to execute an exec called TEST4 that is...
When you invoke DFSORT with JCL, you can specify some DFSORT options on the PARM parameter of the EXEC statement as illustrated on the following page. These options include EFS, LIST, NOLIST, LISTX, NOLISTX, MSGPRT, and MSGDDN, which are ignored if specified in an OPTION statement in ...
// JCL //SYSLIB DD DSNAME=USR1.OBJ,DISP=SHR // DD DSNAME=CEE.SCEELKED,DISP=SHR // DD DSNAME=DFH.CICS.SDFHLOAD,DISP-SHR A DD concatenation can be defined in two ways in DBB: Create a parent DDStatement and manually concatenate additional DDStatements to it. ...
To execute an exec in MVS™ batch, use the IRXJCL routine. In the JCL, specify IRXJCL as the program name (PGM= ) on the JCL EXEC statement. On the EXEC statement, specify the member name of the exec and the argument in the PARM field. Specify the name of the data set that ...
a message from checkpoint processing. Alternatively, you can specify the valueLASTas the identifier to cause the last recorded checkpoint to be used. One technique is to restart BMPs with JCL entered in the system reader and have the CKPTID symbolic parameter coded for the EXEC statement. ...