The JOB statement is the first statement in a JCL job. It identifies the start of a job and provides information about the job to the system.
1//jobname JOB [accounting-information],[programmer-name],parameter[,parameter]...
1234567//PAYROLL JOB (ACCT123,'DEPT56'),'JOHN SMITH', // CLASS=A, // MSGCLASS=X, // MSGLEVEL=(1,1), // NOTIFY=&SYSUID, // REGION=0M, // TIME=NOLIMIT