Each line of JCL must start with two slashes ('//') in columns 1 and 2. Then, beginning with line 2, column 3 must be a blank space. Use columns 4 through 71 to code your JCL statement, and terminate the statement on the last line by using two slashes in columns 1 and 2.
//HOGESJOB JOB (ACCT),'Paul Hogans Build',MSGCLASS=X,CLASS=A,
// MSGLEVEL=(1,1),REGION=6M,NOTIFY=HOGANP
Each line of JCL must start with two slashes ('//') in columns 1 and 2. Then, beginning with line 2, column 3 must be a blank space. Use columns 4 through 71 to code your JCL statement, and terminate the statement on the last line by using two slashes in columns 1 and 2.
//HOGESJOB JOB (ACCT),'Paul Hogans Build',MSGCLASS=X,CLASS=A,
// MSGLEVEL=(1,1),REGION=6M,NOTIFY=HOGANP