Exercise 2 - Sample Solution

The Job Control listed below is a possible solution to this exercise. There may be other possibilities so it cannot be offered as a definitive solution.

On the KMS-IT system output class X is the held output class viewable with SDSF. This is the reason for the inclusion of MSGCLASS=X on the JOB statement.

//OPSSTU11 JOB  ,'C HADDOCK',CLASS=A,MSGCLASS=X,
//             REGION=4M,NOTIFY=OPSSTU1
//S0010    EXEC PGM=IEBPTPCH
//SYSPRINT DD   SYSOUT=*
//SYSUT1   DD   DSN=OPSSTU1.JCL.CNTL,DISP=SHR
//SYSUT2   DD   SYSOUT=*
//SYSIN    DD   * 
 PRINT TYPORG=PO,MAXFLDS=1
 RECORD FIELD=(80)

Copyright © KMS-IT Limited 2002, 2003