Exercise 2

As member EX2 in library data set &SYSUID.JCL.CNTL, construct the Job Control necessary to print the contents of &SYSUID.JCL.CNTL. The details below offer guidance on the number and type of statements required, plus an indication of some of the parameters, which may be needed.

JOB Statement

EXEC statement

DD statements

There should be four DD statements as follows:

 PRINT TYPORG=PS,MAXFLDS=1
 RECORD FIELD=(80)

Note that these records start in column 2, i.e. the first column is blank.

Click here for possible solutions.

Copyright © KMS-IT Limited 2002, 2003