
JMCL Statements Using JOB, EXEC, and OPTION Statements
Chapter 9. Job Management Control Language 9-3
Using JOB, EXEC, and OPTION Statements
On JOB, EXEC, and OPTION statements, the JMCL parameters must:
• follow at least one VSE keyword (or a comma between two spaces)
•
precede any comments
// JOB
jobname
parameters
comments
// EXEC
program
parameters
comments
// OPTION
option
parameters
comments
In this example, the job name is PAYROLL. RESET is a JMCL parameter in its correct
position. CHECKS is a comment.
// JOB PAYROLL RESET CHECKS
Description
Syntax
Example
Comentarios a estos manuales