Use the JCL Job Card and Data Set page of the property group editor to define the default job card for generated JCL, identify the partitioned data set to contain generated JCL, and specify a search order for JCL include groups and procedures.
JCL is considered to be one of the rude script languages run on IBM OS/360 batch systems. It can define data set names, parameters and system output devices. One common feature in both DOS and OS JCL is the unit of work, which is called a job. A job consists of several small steps...
By default, when no scheduling environment name is defined for an operation in the current plan, any SCHENV=SE_namecontained in the JCL JOB card is supported. If the operation has a scheduling environment name defined in the current plan, the SCHENV=SE_namecontained in the JCL JOB card is...
Batch User: Defines the z/OS security ID to be assigned to this job, if any. The default is the user ID in the job card or the USERID from XPSPARMS. DDNAME: Defines the DD Name in the LSAM task that points to the library that contains this job's JCL. The default is XPSJCL, ...
Note: You can choose the system that converts a job using SYSAFF on the JOB or JOBPARM JCL/JECL card or SYSTEM on the JOB card. If CNVT_SCHENV= is set to HONOR on the JOBDEF statement, then you can also choose the system that converts a job by associating a system with the ...
Parameters Age|DAys<days | Age|DAys>days Specifies the age of affected jobs in days. Only jobs more (with DAYS>nn) or less (with DAYS<nn) than the specified number of days in age are affected. The days are counted from the current hour. ...
Parameters Age|DAys<days | Age|DAys>days Specifies the age of affected jobs in days. Only jobs more (with DAYS>nn) or less (with DAYS<nn) than the specified number of days in age are affected, The days are counted from the current hour. Age is computed by subtracting the job'...
Note further that if you use the IEFUJV exit to change certain parameters on the JOB statement, the result might be that the internal representation of the JCL card image would reflect the changes while the job itself continues to be processed according to the original JOB statement. For examp...
The JCL to invoke BPXBATCH looks like this: //jobnameJOB ... //stepnameEXEC PGM=BPXBATCH,PARM='SH|PGMprogram_name[arg1...argN]' where: WhenSHis specified,program_nameis the name of a shell command or a file containing a shell script.SHis the default; therefore, you can omit thePARM...
Parameters job Specifies 1 to 8 alphanumeric, special ($, #, or @) or wildcard characters (or a combination of them) that can be used to select a subset of jobs whose job name matches this combination of characters (mask). ‘job’ ...