Iea2b632 zOS OSMVS JCL Reference

Embed Size (px)

Citation preview

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    1/722

    z/OS

    MVS JCL Reference

    SA22-7597-06

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    2/722

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    3/722

    z/OS

    MVS JCL Reference

    SA22-7597-06

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    4/722

    Note

    Before using this information and the product it supports, be sure to read the general information under Notices on page

    B-1.

    Seventh Edition, October 2003

    This is a major revision of SA22-7597-05.

    This edition applies to Version 1 Release 4 of z/OS (5694-A01), Version 1 Release 4 of z/OS.e (5655-G52), and toall subsequent releases and modifications until otherwise indicated in new editions.

    IBM welcomes your comments. A form for readers comments may be provided at the back of this document, or youmay address your comments to the following address:

    International Business Machines CorporationDepartment 55JA, Mail Station P3842455 South RoadPoughkeepsie, NY 12601-5400United States of America

    FAX (United States & Canada): 1+845+432-9405FAX (Other Countries):

    Your International Access Code +1+845+432-9405

    IBMLink (United States customers only): IBMUSM10(MHVRCFS)Internet e-mail: [email protected] Wide Web: http://www.ibm.com/servers/eserver/zseries/zos/webqs.html

    If you would like a reply, be sure to include your name, address, telephone number, or FAX number.

    Make sure to include the following in your comment or note:v Title and order number of this document

    v Page number or topic related to your comment

    When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in anyway it believes appropriate without incurring any obligation to you.

    Copyright International Business Machines Corporation 1988, 2003. All rights reserved.US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contractwith IBM Corp.

    http://www.ibm.com/servers/eserver/zseries/zos/webqs.htmlhttp://www.ibm.com/servers/eserver/zseries/zos/webqs.html
  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    5/722

    Contents

    Figures . . . . . . . . . . . . . . . . . . . . . . . . . . xxxiii

    About this document . . . . . . . . . . . . . . . . . . . . . xxxvWho should use this document . . . . . . . . . . . . . . . . . . xxxv

    Information updates on the web . . . . . . . . . . . . . . . . . . xxxvRelated information . . . . . . . . . . . . . . . . . . . . . . xxxv

    Programs . . . . . . . . . . . . . . . . . . . . . . . . . xxxvHardware . . . . . . . . . . . . . . . . . . . . . . . . . xxxvi

    Accessing z/OS licensed documents on the Internet . . . . . . . . . xxxviUsing LookAt to look up message explanations . . . . . . . . . . . . xxxvi

    Summary of changes . . . . . . . . . . . . . . . . . . . . . xxxix

    Chapter 1. Job Control Statements . . . . . . . . . . . . . . . . 1-1JCL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-1JECL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-2

    Chapter 2. Job Control Tasks . . . . . . . . . . . . . . . . . . 2-1Entering Jobs . . . . . . . . . . . . . . . . . . . . . . . . . 2-1Processing Jobs . . . . . . . . . . . . . . . . . . . . . . . . 2-2Requesting Resources . . . . . . . . . . . . . . . . . . . . . . 2-2Task Charts . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2

    Chapter 3. Format of Statements . . . . . . . . . . . . . . . . . 3-1JCL Statement Fields . . . . . . . . . . . . . . . . . . . . . . 3-1

    Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 3-3JES2 Control Statement Fields . . . . . . . . . . . . . . . . . . . 3-4JES3 Control Statement Fields . . . . . . . . . . . . . . . . . . . 3-4Continuing Statements . . . . . . . . . . . . . . . . . . . . . . 3-4

    Continuing JCL Statements . . . . . . . . . . . . . . . . . . . 3-4Examples of Continued Statements . . . . . . . . . . . . . . . . 3-5Continuing JES2 Control Statements . . . . . . . . . . . . . . . 3-6Continuing JES3 Control Statements . . . . . . . . . . . . . . . 3-6

    Chapter 4. Syntax of Parameters . . . . . . . . . . . . . . . . . 4-1Notation Used to Show Syntax . . . . . . . . . . . . . . . . . . . 4-1Character Sets. . . . . . . . . . . . . . . . . . . . . . . . . 4-3Syntax Notes . . . . . . . . . . . . . . . . . . . . . . . . . 4-5Backward References . . . . . . . . . . . . . . . . . . . . . . 4-5

    Examples of Backward References . . . . . . . . . . . . . . . . 4-6

    Chapter 5. Procedures and Symbols . . . . . . . . . . . . . . . . 5-1

    Cataloged and In-Stream Procedures . . . . . . . . . . . . . . . . 5-1In-stream Procedures . . . . . . . . . . . . . . . . . . . . . 5-1Cataloged Procedures . . . . . . . . . . . . . . . . . . . . . 5-1Using a Procedure . . . . . . . . . . . . . . . . . . . . . . 5-2Testing a Procedure . . . . . . . . . . . . . . . . . . . . . . 5-2

    Modifying Procedures . . . . . . . . . . . . . . . . . . . . . . 5-3Explanation . . . . . . . . . . . . . . . . . . . . . . . . . 5-3Examples of Procedures . . . . . . . . . . . . . . . . . . . . 5-7

    Nested Procedures . . . . . . . . . . . . . . . . . . . . . . . 5-9Nesting Procedures . . . . . . . . . . . . . . . . . . . . . . 5-9Modifying Nested Procedures . . . . . . . . . . . . . . . . . . 5-10

    Copyright IBM Corp. 1988, 2003 iii

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    6/722

    Examples of Modifying Nested Procedures . . . . . . . . . . . . . 5-10Using System Symbols and JCL Symbols . . . . . . . . . . . . . . 5-12

    What are System Symbols? . . . . . . . . . . . . . . . . . . 5-12What are JCL Symbols? . . . . . . . . . . . . . . . . . . . . 5-13Coding Symbols in JCL . . . . . . . . . . . . . . . . . . . . 5-17Determining Equivalent JCL . . . . . . . . . . . . . . . . . . 5-19Examples of Defining and Coding Symbols in JCL . . . . . . . . . . 5-24

    Using Symbols in Nested Procedures . . . . . . . . . . . . . . . 5-25Examples of Coding Symbols in Nested Procedures . . . . . . . . . 5-26

    Chapter 6. Job Control Statements on the Output Listing . . . . . . . 6-1

    Chapter 7. Started Tasks . . . . . . . . . . . . . . . . . . . . 7-1Determining Whether to Use a Started Task . . . . . . . . . . . . . . 7-1Determining the Source JCL for the Started Task . . . . . . . . . . . . 7-1

    START Command Processing when the Member is a Procedure . . . . . 7-2START Command Processing when the Member is a Job . . . . . . . . 7-3Review Current Started Tasks . . . . . . . . . . . . . . . . . . 7-3Convert Procedures to Jobs (Optional) . . . . . . . . . . . . . . . 7-3

    Determining System Services for a Started Task . . . . . . . . . . . . 7-5

    Deciding Under Which Subsystem a Started Task Should Run . . . . . . 7-5Running a Started Task Under a Job Entry Subsystem . . . . . . . . . 7-6Running a Started Task Under the Master Subsystem . . . . . . . . . 7-6Running a Started Task That Uses ICF Catalogs . . . . . . . . . . . 7-7Set Up the Master JCL . . . . . . . . . . . . . . . . . . . . 7-7

    Coding the JCL . . . . . . . . . . . . . . . . . . . . . . . . 7-7Coding the JOB Statement for the Started Task . . . . . . . . . . . 7-7Using Symbols in Started Task JCL . . . . . . . . . . . . . . . . 7-8

    Naming a Started Task (Source JCL is a Job) . . . . . . . . . . . . . 7-11Setting Up Operator Education for Your Started Task . . . . . . . . . . 7-12

    Chapter 8. JCL Command Statement. . . . . . . . . . . . . . . . 8-1Description . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 8-1Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 8-2Comments Field . . . . . . . . . . . . . . . . . . . . . . . 8-2Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 8-2Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 8-2Examples of the Command Statement . . . . . . . . . . . . . . . 8-2

    Chapter 9. COMMAND Statement . . . . . . . . . . . . . . . . . 9-1Description . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . . 9-2

    Operation Field . . . . . . . . . . . . . . . . . . . . . . . 9-2Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 9-2Comments Field . . . . . . . . . . . . . . . . . . . . . . . 9-2Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 9-2Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 9-2Examples of the COMMAND Statement . . . . . . . . . . . . . . 9-3

    Chapter 10. Comment Statement . . . . . . . . . . . . . . . . . 10-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 10-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 10-1Location in the JCL . . . . . . . . . . . . . . . . . . . . . 10-1

    iv z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    7/722

    Listing of Comments Statements . . . . . . . . . . . . . . . . 10-1Examples of the Comment Statement . . . . . . . . . . . . . . . 10-1

    Chapter 11. CNTL Statement . . . . . . . . . . . . . . . . . . 11-1Description . . . . . . . . . . . . . . . . . . . . . . . . . . 11-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 11-1Label Field . . . . . . . . . . . . . . . . . . . . . . . . . 11-1

    Operation Field . . . . . . . . . . . . . . . . . . . . . . . 11-1Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 11-1Comments Field . . . . . . . . . . . . . . . . . . . . . . . 11-1Location in the JCL . . . . . . . . . . . . . . . . . . . . . 11-2Program Control Statements . . . . . . . . . . . . . . . . . . 11-2Program Control Statements in Procedures . . . . . . . . . . . . . 11-2Example of the CNTL Statement . . . . . . . . . . . . . . . . . 11-2

    Chapter 12. DD Statement . . . . . . . . . . . . . . . . . . . 12-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 12-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 12-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 12-3

    Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 12-3Comments Field . . . . . . . . . . . . . . . . . . . . . . 12-15Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-15Examples of DD Statements and ddnames . . . . . . . . . . . . 12-18

    * Parameter . . . . . . . . . . . . . . . . . . . . . . . . . 12-18Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-19Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-19Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-19Relationship to Other Control Statements . . . . . . . . . . . . . 12-20Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-20Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-21Examples of the * Parameter . . . . . . . . . . . . . . . . . 12-21

    ACCODE Parameter . . . . . . . . . . . . . . . . . . . . . 12-22Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-22Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-22Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-22Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-23Example of the ACCODE Parameter . . . . . . . . . . . . . . . 12-23

    AMP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-23Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-24Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-25Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-30Buffer Requirements . . . . . . . . . . . . . . . . . . . . . 12-30Examples of the AMP Parameter . . . . . . . . . . . . . . . . 12-30

    AVGREC Parameter . . . . . . . . . . . . . . . . . . . . . . 12-31

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-31Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-31Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-32Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-32Examples of the AVGREC Parameter . . . . . . . . . . . . . . 12-32

    BLKSIZE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-32Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-33Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-33Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-33Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-34Relationship to Other Control Statements . . . . . . . . . . . . . 12-34

    Contents v

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    8/722

    Coexistence Considerations . . . . . . . . . . . . . . . . . . 12-34Examples of the BLKSIZE Parameter . . . . . . . . . . . . . . 12-34

    BLKSZLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-34Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-35Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-35Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-35Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-35

    Example of the BLKSZLIM Parameter . . . . . . . . . . . . . . 12-35BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 12-36

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-36Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-36Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-36Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-36Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-36Relationship to Other Control Statements . . . . . . . . . . . . . 12-37Example of the BURST Parameter . . . . . . . . . . . . . . . 12-37

    CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 12-37Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-37Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-37Default . . . . . . . . . . . . . . . . . . . . . . . . . . 12-38

    Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-38Examples of the CCSID Parameter . . . . . . . . . . . . . . . 12-38

    CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 12-39Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-40Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-40Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-40Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-40Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-41Relationship to Other Control Statements . . . . . . . . . . . . . 12-41Requesting a High-Density Dump . . . . . . . . . . . . . . . . 12-41Examples of the CHARS Parameter . . . . . . . . . . . . . . . 12-41

    CHKPT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-42Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-42Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-42Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-42Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-42Relationship to the SYSCKEOV DD Statement . . . . . . . . . . . 12-42Checkpointing Concatenated Data Sets . . . . . . . . . . . . . 12-43Examples of the CHKPT Parameter . . . . . . . . . . . . . . . 12-43

    CNTL Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-43Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-43Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-43Examples of the CNTL Parameter . . . . . . . . . . . . . . . . 12-44

    COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 12-44Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-45

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-45Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-45Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-45Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-45Relationship to Other Control Statements . . . . . . . . . . . . . 12-46Examples of the COPIES Parameter . . . . . . . . . . . . . . . 12-47

    DATA Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-47Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-48Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-48Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-48Relationship to Other Control Statements . . . . . . . . . . . . . 12-49

    vi z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    9/722

    Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-49Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-50Examples of the DATA Parameter . . . . . . . . . . . . . . . . 12-50

    DATACLAS Parameter . . . . . . . . . . . . . . . . . . . . . 12-51Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-52Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-52Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-52

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-52Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-53Examples of the DATACLAS Parameter . . . . . . . . . . . . . 12-53

    DCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-53Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-54Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-54Completing the Data Control Block . . . . . . . . . . . . . . . 12-56Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-56Examples of the DCB Parameter . . . . . . . . . . . . . . . . 12-57DCB Subparameters . . . . . . . . . . . . . . . . . . . . 12-58

    DDNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-76Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-76Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-76

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-76Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-76Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-76Referenced DD Statement . . . . . . . . . . . . . . . . . . 12-77Backward References . . . . . . . . . . . . . . . . . . . . 12-79Examples of the DDNAME Parameter . . . . . . . . . . . . . . 12-79

    DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-81Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-82Subparameter Definition for JES2 Systems . . . . . . . . . . . . 12-82Subparameter Definition for JES3 Systems . . . . . . . . . . . . 12-83Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-84Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 12-84Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-84Relationship to Other Control Statements . . . . . . . . . . . . . 12-85Example of the DEST Parameter . . . . . . . . . . . . . . . . 12-85

    DISP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-85Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-86Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-87Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-91Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-91Disposition of QSAM Data Sets . . . . . . . . . . . . . . . . 12-91Disposition of Generation Data Sets . . . . . . . . . . . . . . . 12-92Disposition of Temporary Data Sets . . . . . . . . . . . . . . . 12-92Disposition of Partitioned Data Sets (PDSs and PDSEs) . . . . . . . 12-92Adding a Volume to a Cataloged Data Set . . . . . . . . . . . . 12-92

    DISP=MOD for a Multivolume Data Set . . . . . . . . . . . . . . 12-93Summary of Disposition Processing . . . . . . . . . . . . . . . 12-95Examples of the DISP Parameter . . . . . . . . . . . . . . . . 12-96

    DLM Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-97Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-98Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-98Default . . . . . . . . . . . . . . . . . . . . . . . . . . 12-98Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-98Invalid Delimiters . . . . . . . . . . . . . . . . . . . . . . 12-99Example of the DLM Parameter . . . . . . . . . . . . . . . . 12-99

    DSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-99

    Contents vii

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    10/722

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-100Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-100Relationship to Other Parameters . . . . . . . . . . . . . . . 12-100Example of the DSID Parameter . . . . . . . . . . . . . . . . 12-100

    DSNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-101Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-101Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-103

    Relationship to Other Parameters . . . . . . . . . . . . . . . 12-107Examples of the DSNAME Parameter . . . . . . . . . . . . . . 12-108

    DSNTYPE Parameter . . . . . . . . . . . . . . . . . . . . . 12-109Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-110Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-110Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-110Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-111Relationship to Other Parameters . . . . . . . . . . . . . . . 12-111Examples of the DSNTYPE Parameter . . . . . . . . . . . . . 12-111

    DUMMY Parameter . . . . . . . . . . . . . . . . . . . . . 12-112Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-112Parameters on DD DUMMY Statements . . . . . . . . . . . . . 12-113Relationship to Other Parameters . . . . . . . . . . . . . . . 12-113

    Relationship to Other Control Statements . . . . . . . . . . . . 12-113Relationship to Access Methods . . . . . . . . . . . . . . . . 12-114Examples of the DUMMY Parameter . . . . . . . . . . . . . . 12-114

    DYNAM Parameter . . . . . . . . . . . . . . . . . . . . . . 12-115Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-115Relationship to Other Parameters . . . . . . . . . . . . . . . 12-115Relationship to Other Control Statements . . . . . . . . . . . . 12-115Example of the DYNAM Parameter . . . . . . . . . . . . . . . 12-115

    EXPDT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-115Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-116Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-116Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-117Relationship to Other Parameters . . . . . . . . . . . . . . . 12-117Deleting a Data Set Before its Expiration Date . . . . . . . . . . . 12-117Examples of the EXPDT Parameter . . . . . . . . . . . . . . . 12-117

    FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-118Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-118Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-118Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-119Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-119Relationship to Other Parameters . . . . . . . . . . . . . . . 12-119Relationship to Other Control Statements . . . . . . . . . . . . 12-119Defining an FCB Image for a Work Station . . . . . . . . . . . . 12-120Requesting a High-Density Dump . . . . . . . . . . . . . . . 12-120Examples of the FCB Parameter . . . . . . . . . . . . . . . . 12-120

    FILEDATA Parameter . . . . . . . . . . . . . . . . . . . . . 12-121Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-121Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-121Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-121Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-121Relationship to Other Parameters . . . . . . . . . . . . . . . 12-121Example of the FILEDATA Parameter . . . . . . . . . . . . . . 12-122

    FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-122Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-122Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-122Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-123

    viii z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    11/722

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-123Relationship to Other Parameters . . . . . . . . . . . . . . . 12-123Relationship to Other Control Statements . . . . . . . . . . . . 12-123Verification of Forms Overlay Frame . . . . . . . . . . . . . . 12-123Printing without Flashing . . . . . . . . . . . . . . . . . . . 12-124Example of the FLASH Parameter . . . . . . . . . . . . . . . 12-124

    FREE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-124

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-124Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-124Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-124Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-124Relationship to Other Parameters . . . . . . . . . . . . . . . 12-125Relationship to Other Control Statements . . . . . . . . . . . . 12-125Relationship to the CLOSE Macro Instruction . . . . . . . . . . . 12-126Examples of the FREE Parameter . . . . . . . . . . . . . . . 12-126

    HOLD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-126Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-127Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-127Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-128Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-128

    Relationship to Other Parameters . . . . . . . . . . . . . . . 12-128Relationship to Other Control Statements . . . . . . . . . . . . 12-128Examples of the HOLD Parameter . . . . . . . . . . . . . . . 12-129

    KEYLEN Parameter . . . . . . . . . . . . . . . . . . . . . 12-129Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-129Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-129Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-130Relationship to Other Parameters . . . . . . . . . . . . . . . 12-130Examples of the KEYLEN Parameter . . . . . . . . . . . . . . 12-130

    KEYOFF Parameter . . . . . . . . . . . . . . . . . . . . . 12-130Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-131Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-131Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-131Relationship to Other Parameters . . . . . . . . . . . . . . . 12-131Example of the KEYOFF Parameter . . . . . . . . . . . . . . 12-131

    LABEL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-132Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-132Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-133Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-136Relationship to Other Parameters . . . . . . . . . . . . . . . 12-136Relationship to Other Control Statements . . . . . . . . . . . . 12-137Data Conversion . . . . . . . . . . . . . . . . . . . . . 12-137Examples of the LABEL Parameter . . . . . . . . . . . . . . . 12-137

    LGSTREAM Parameter . . . . . . . . . . . . . . . . . . . . 12-138Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-138

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-139Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-139Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-139Relationship to Other Parameters . . . . . . . . . . . . . . . 12-139Example of the LGSTREAM Parameter . . . . . . . . . . . . . 12-139

    LIKE Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-140Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-141Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-141Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-141Relationship to Other Parameters . . . . . . . . . . . . . . . 12-141Examples of the LIKE Parameter . . . . . . . . . . . . . . . 12-141

    Contents ix

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    12/722

    LRECL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-142Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-142Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-142Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-143Relationship to Other Parameters . . . . . . . . . . . . . . . 12-143Examples of the LRECL Parameter . . . . . . . . . . . . . . . 12-143

    MGMTCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-143

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-144Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-144Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-144Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-144Relationship to Other Parameters . . . . . . . . . . . . . . . 12-145Example of the MGMTCLAS Parameter . . . . . . . . . . . . . 12-145

    MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . 12-145Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-145Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-146Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-146Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-146Relationship to Other Parameters . . . . . . . . . . . . . . . 12-146Relationship to Other Control Statements . . . . . . . . . . . . 12-146

    Example of the MODIFY Parameter . . . . . . . . . . . . . . 12-147OUTLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-147

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-147Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-147Default . . . . . . . . . . . . . . . . . . . . . . . . . 12-147Relationship to Other Parameters . . . . . . . . . . . . . . . 12-147Relationship to Other Control Statements . . . . . . . . . . . . 12-148Example of the OUTLIM Parameter . . . . . . . . . . . . . . 12-148

    OUTPUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-148Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-149Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-149Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-149Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-150Relationship to Other Parameters . . . . . . . . . . . . . . . 12-150Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-150No Match for OUTPUT Name . . . . . . . . . . . . . . . . . 12-151Processing Options in Multiple References . . . . . . . . . . . . 12-151Examples of the OUTPUT Parameter . . . . . . . . . . . . . . 12-151

    PATH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-152Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-152Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-153Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-153Relationship to Other Parameters . . . . . . . . . . . . . . . 12-153Relationship to Other Statements . . . . . . . . . . . . . . . 12-154Dummy HFS Files . . . . . . . . . . . . . . . . . . . . . 12-155

    Example of the PATH Parameter . . . . . . . . . . . . . . . . 12-155PATHDISP Parameter . . . . . . . . . . . . . . . . . . . . . 12-155Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-156Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-156Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-156Relationship to Other Parameters . . . . . . . . . . . . . . . 12-156Example of the PATHDISP Parameter . . . . . . . . . . . . . . 12-157

    PATHMODE Parameter . . . . . . . . . . . . . . . . . . . . 12-157Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-158Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-158Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-160

    x z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    13/722

    Relationship to Other Parameters . . . . . . . . . . . . . . . 12-160Example of the PATHMODE Parameter . . . . . . . . . . . . . 12-161

    PATHOPTS Parameter . . . . . . . . . . . . . . . . . . . . 12-161Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-161Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-162Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-163Relationship to Other Parameters . . . . . . . . . . . . . . . 12-163

    File Status . . . . . . . . . . . . . . . . . . . . . . . . 12-164Example of the PATHOPTS Parameter . . . . . . . . . . . . . 12-164

    PROTECT Parameter . . . . . . . . . . . . . . . . . . . . . 12-164Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-165Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-165Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-165Relationship to Other Parameters . . . . . . . . . . . . . . . 12-165Requirements for Protecting a Tape Data Set . . . . . . . . . . . 12-166Requirements for Protecting a Tape Volume . . . . . . . . . . . 12-166Requirements for Protecting a Direct Access Data Set . . . . . . . . 12-166Examples of the PROTECT Parameter . . . . . . . . . . . . . 12-166

    QNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-167Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-167

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-167Relationship to Other Parameters . . . . . . . . . . . . . . . 12-168Examples of the QNAME Parameter . . . . . . . . . . . . . . 12-168

    RECFM Parameter . . . . . . . . . . . . . . . . . . . . . . 12-168Coding RECFM for BDAM Access Method . . . . . . . . . . . . 12-168Coding RECFM for BPAM Access Method . . . . . . . . . . . . 12-169Coding RECFM for BSAM, EXCP, and QSAM Access Methods . . . . 12-170Coding RECFM for QISAM Access Method . . . . . . . . . . . . 12-171Syntax: QISAM Access Method . . . . . . . . . . . . . . . . 12-171Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-171Relationship to Other Parameters . . . . . . . . . . . . . . . 12-171Examples of the RECFM Parameter . . . . . . . . . . . . . . 12-171

    RECORG Parameter . . . . . . . . . . . . . . . . . . . . . 12-172Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-172Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-172Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-173Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-173Relationship to Other Parameters . . . . . . . . . . . . . . . 12-173Example of the RECORG parameter . . . . . . . . . . . . . . 12-173

    REFDD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-173Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-174Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-174Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-174Relationship to Other Parameters . . . . . . . . . . . . . . . 12-175Examples of the REFDD Parameter . . . . . . . . . . . . . . 12-175

    RETPD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-175Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-175Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-176Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-176Relationship to Other Parameters . . . . . . . . . . . . . . . 12-176Deleting a Data Set Before its Retention Period Passes . . . . . . . 12-176Examples of the RETPD Parameter . . . . . . . . . . . . . . 12-177

    RLS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-177Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-177Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-177Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-178

    Contents xi

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    14/722

    Relationship to Other Parameters . . . . . . . . . . . . . . . 12-178Examples of the RLS Parameter . . . . . . . . . . . . . . . . 12-178

    SECMODEL Parameter . . . . . . . . . . . . . . . . . . . . 12-179Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-180Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-180Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-180Relationship to Other Parameters . . . . . . . . . . . . . . . 12-180

    Examples of the SECMODEL Parameter . . . . . . . . . . . . . 12-180SEGMENT Parameter . . . . . . . . . . . . . . . . . . . . 12-180

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-181Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-181Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-181Relationship to Other Parameters . . . . . . . . . . . . . . . 12-181Example of the Segment Parameter . . . . . . . . . . . . . . 12-181

    SPACE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-181Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-183Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-183Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-188Relationship to Other Parameters . . . . . . . . . . . . . . . 12-189SPACE for New Data Sets with SMS . . . . . . . . . . . . . . 12-189

    Examples of the SPACE Parameter . . . . . . . . . . . . . . 12-189SPIN Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-190

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-190Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-190Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-191Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-191Relationship to Other Parameters . . . . . . . . . . . . . . . 12-191Examples of the SPIN Parameter . . . . . . . . . . . . . . . 12-191

    STORCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-192Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-192Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-192Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-193Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-193Relationship to Other Parameters . . . . . . . . . . . . . . . 12-193Examples of the STORCLAS Parameter . . . . . . . . . . . . . 12-193

    SUBSYS Parameter . . . . . . . . . . . . . . . . . . . . . 12-194Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-194Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-195Relationship to Other Parameters . . . . . . . . . . . . . . . 12-195Subsystem Support for JCL Parameters . . . . . . . . . . . . . 12-196Examples of the SUBSYS Parameter . . . . . . . . . . . . . . 12-196

    SYSOUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-197Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-198Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-198Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-199

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-199Relationship to Other Parameters . . . . . . . . . . . . . . . 12-200Relationship to Other Control Statements . . . . . . . . . . . . 12-200Starting an External Writer when Requested . . . . . . . . . . . 12-201Held Classes in a JES2 System . . . . . . . . . . . . . . . . 12-201Held Classes in a JES3 System . . . . . . . . . . . . . . . . 12-201Significance of Output Classes . . . . . . . . . . . . . . . . 12-201Examples of the SYSOUT Parameter . . . . . . . . . . . . . . 12-201

    TERM Parameter . . . . . . . . . . . . . . . . . . . . . . 12-202Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-203Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-203

    xii z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    15/722

    Relationship to Other Parameters . . . . . . . . . . . . . . . 12-203Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-203Examples of the TERM Parameter . . . . . . . . . . . . . . . 12-203

    UCS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-204Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-204Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-205Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-206

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-206Relationship to Other Parameters . . . . . . . . . . . . . . . 12-206Using Special Character Sets . . . . . . . . . . . . . . . . . 12-206Examples of the UCS Parameter . . . . . . . . . . . . . . . 12-207

    UNIT Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-207Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-207Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-208Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-211Relationship of the UNIT Parameter to Other Parameters . . . . . . 12-211Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-212Examples of the UNIT Parameter . . . . . . . . . . . . . . . 12-212

    VOLUME Parameter . . . . . . . . . . . . . . . . . . . . . 12-213Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-214

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-215Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-221Relationship to Other Parameters . . . . . . . . . . . . . . . 12-221VOLUME Parameter in a JES3 System . . . . . . . . . . . . . 12-222VOLUME Parameter for Optical Readers . . . . . . . . . . . . 12-222VOLUME Parameter for Nonspecific Volume Requests . . . . . . . 12-222VOLUME parameter for Specific Multi-Volume Tape Requests . . . . . 12-222Examples of the VOLUME Parameter . . . . . . . . . . . . . . 12-222

    Chapter 13. Special DD Statements . . . . . . . . . . . . . . . . 13-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 13-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1Special ddnames . . . . . . . . . . . . . . . . . . . . . . 13-1

    JOBCAT DD Statement . . . . . . . . . . . . . . . . . . . . . 13-1Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-2Parameters on JOBCAT DD Statements . . . . . . . . . . . . . . 13-2Relationship to STEPCAT DD Statement . . . . . . . . . . . . . 13-2Relationship to Other Control Statements . . . . . . . . . . . . . 13-2Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-2Example of the JOBCAT DD Statement . . . . . . . . . . . . . . 13-2

    JOBLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-2Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-3Parameters on JOBLIB DD Statements . . . . . . . . . . . . . . 13-3Relationship to Other Control Statements . . . . . . . . . . . . . 13-4Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-4

    Relationship of a JOBLIB to a STEPLIB . . . . . . . . . . . . . . 13-4Relationship between JOBLIB and Passed Data Sets . . . . . . . . . 13-4Examples of the JOBLIB DD Statement . . . . . . . . . . . . . . 13-6

    STEPCAT DD Statement . . . . . . . . . . . . . . . . . . . . 13-7Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-8Parameters on STEPCAT DD Statements . . . . . . . . . . . . . 13-8Relationship to Other Control Statements . . . . . . . . . . . . . 13-8Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-8Example of the STEPCAT DD Statement . . . . . . . . . . . . . 13-8

    STEPLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-9Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-9

    Contents xiii

    ||

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    16/722

    Parameters on STEPLIB DD Statements . . . . . . . . . . . . . 13-9Relationship to Other Control Statements . . . . . . . . . . . . . 13-10Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-11Relationship of a STEPLIB to a JOBLIB . . . . . . . . . . . . . 13-11Examples of the STEPLIB DD Statement . . . . . . . . . . . . . 13-11

    SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . . . . 13-12Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-13

    Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-13Storing a Dump . . . . . . . . . . . . . . . . . . . . . . 13-13Printing a Dump . . . . . . . . . . . . . . . . . . . . . . 13-13Overriding Dump DD Statements . . . . . . . . . . . . . . . . 13-14Duplicate Dump Requests . . . . . . . . . . . . . . . . . . 13-14Examples of the SYSABEND, SYSMDUMP, and SYSUDUMP DD

    Statements . . . . . . . . . . . . . . . . . . . . . . . 13-14SYSCHK DD Statement . . . . . . . . . . . . . . . . . . . . 13-15

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-15Parameters on SYSCHK DD Statements . . . . . . . . . . . . . 13-16Relationship to Other Control Statements . . . . . . . . . . . . . 13-17Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-17Examples of the SYSCHK DD Statement . . . . . . . . . . . . . 13-17

    SYSCKEOV DD Statement . . . . . . . . . . . . . . . . . . . 13-17Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-18Parameters on SYSCKEOV DD Statements . . . . . . . . . . . . 13-18Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-18Example of the SYSCKEOV DD Statement . . . . . . . . . . . . 13-18

    SYSIN DD Statement . . . . . . . . . . . . . . . . . . . . . 13-18Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-19Parameters on SYSIN DD Statements . . . . . . . . . . . . . . 13-19Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-19Examples of SYSIN DD Statements . . . . . . . . . . . . . . . 13-19

    Chapter 14. Delimiter Statement . . . . . . . . . . . . . . . . . 14-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 14-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 14-1Comments Field . . . . . . . . . . . . . . . . . . . . . . . 14-1Relationship to the DLM Parameter . . . . . . . . . . . . . . . 14-1Location in the JCL . . . . . . . . . . . . . . . . . . . . . 14-2Examples of the Delimiter Statement . . . . . . . . . . . . . . . 14-2

    Chapter 15. ENDCNTL Statement. . . . . . . . . . . . . . . . . 15-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 15-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 15-1Label Field . . . . . . . . . . . . . . . . . . . . . . . . . 15-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 15-1Comments Field . . . . . . . . . . . . . . . . . . . . . . . 15-1

    Location in the JCL . . . . . . . . . . . . . . . . . . . . . 15-1Example of the ENDCNTL Statement . . . . . . . . . . . . . . . 15-1

    Chapter 16. EXEC Statement . . . . . . . . . . . . . . . . . . 16-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 16-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 16-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 16-2Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 16-2Comments Field . . . . . . . . . . . . . . . . . . . . . . . 16-5Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-5

    xiv z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    17/722

    Examples of EXEC Statements . . . . . . . . . . . . . . . . . 16-6ACCT Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-6

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-6Subparameter Definition . . . . . . . . . . . . . . . . . . . . 16-7On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-7Examples of the ACCT Parameter . . . . . . . . . . . . . . . . 16-7

    ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 16-8

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-8Subparameter Definition . . . . . . . . . . . . . . . . . . . . 16-8Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 16-8Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-8Relationship to the EXEC REGION Parameter . . . . . . . . . . . 16-8On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-9Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 16-9

    CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-9Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-10Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-10Default . . . . . . . . . . . . . . . . . . . . . . . . . . 16-10Relationship to Other Parameters . . . . . . . . . . . . . . . . 16-10Examples of the CCSID Parameter . . . . . . . . . . . . . . . 16-10

    COND Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-10Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-11Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-12Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-13Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-13On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-13Considerations when Using the COND Parameter . . . . . . . . . . 16-13Summary of COND Parameters . . . . . . . . . . . . . . . . 16-15Examples of the COND Parameter . . . . . . . . . . . . . . . 16-16

    DYNAMNBR Parameter . . . . . . . . . . . . . . . . . . . . 16-18Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-18Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-18Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-18On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-18Example of the DYNAMNBR Parameter . . . . . . . . . . . . . 16-19

    MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 16-19Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-19Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-19Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-19Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-19Example of the MEMLIMIT Parameter . . . . . . . . . . . . . . 16-20

    PARM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-20Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-20Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-21On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-21

    Examples of the PARM Parameter . . . . . . . . . . . . . . . 16-21PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 16-21Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-22Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-22Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-22Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-22On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-23Example of the PERFORM Parameter . . . . . . . . . . . . . . 16-23

    PGM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-23Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-23Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-23

    Contents xv

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    18/722

    Examples of the PGM Parameter . . . . . . . . . . . . . . . . 16-24PROC and Procedure Name Parameters . . . . . . . . . . . . . . 16-25

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-25Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-25Effect of PROC Parameter on Other Parameters and Following

    Statements . . . . . . . . . . . . . . . . . . . . . . . 16-25Examples of the PROC Parameter . . . . . . . . . . . . . . . 16-26

    RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 16-26Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-27Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-27Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-28Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-28Relationship to Other Control Statements . . . . . . . . . . . . . 16-28On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-28Examples of the RD Parameter . . . . . . . . . . . . . . . . 16-28

    REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 16-29Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-29Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-29Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-30Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-30

    Relationship to the EXEC ADDRSPC Parameter . . . . . . . . . . 16-31On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-31Examples of the REGION Parameter . . . . . . . . . . . . . . 16-31

    RLSTMOUT parameter . . . . . . . . . . . . . . . . . . . . . 16-31Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-32Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-32Examples of the RLSTMOUT parameter . . . . . . . . . . . . . 16-32

    TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-32Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-33Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-33Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-33Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-33On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-33Examples of the TIME Parameter . . . . . . . . . . . . . . . . 16-34

    Chapter 17. IF/THEN/ELSE/ENDIF Statement Construct . . . . . . . . 17-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 17-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 17-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 17-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 17-2Relational-Expression Field . . . . . . . . . . . . . . . . . . 17-2Comments Field . . . . . . . . . . . . . . . . . . . . . . . 17-7Location in the JCL . . . . . . . . . . . . . . . . . . . . . 17-7Relationship to Other Parameters . . . . . . . . . . . . . . . . 17-7THEN and ELSE Clauses . . . . . . . . . . . . . . . . . . . 17-7

    Considerations when Using the IF/THEN/ELSE/ENDIF Construct . . . . . 17-8Examples of IF/THEN/ELSE/ENDIF Statement Constructs . . . . . . . 17-10

    Chapter 18. INCLUDE Statement . . . . . . . . . . . . . . . . . 18-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 18-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 18-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 18-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 18-1Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 18-1Comments Field . . . . . . . . . . . . . . . . . . . . . . . 18-2Location in the JCL . . . . . . . . . . . . . . . . . . . . . 18-2

    xvi z/OS V1R4.0 MVS JCL Reference

    ||

    ||

    ||

    ||

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    19/722

    Considerations for Using INCLUDE Groups . . . . . . . . . . . . 18-2Examples of the INCLUDE Statement: . . . . . . . . . . . . . . 18-2

    Chapter 19. JCLLIB Statement . . . . . . . . . . . . . . . . . . 19-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 19-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 19-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 19-2

    Operation Field . . . . . . . . . . . . . . . . . . . . . . . 19-2Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 19-2Comments Field . . . . . . . . . . . . . . . . . . . . . . . 19-3Location in the JCL . . . . . . . . . . . . . . . . . . . . . 19-3Considerations for Using the JCLLIB Statement . . . . . . . . . . . 19-3Examples of the JCLLIB Statement . . . . . . . . . . . . . . . 19-3

    Chapter 20. JOB Statement . . . . . . . . . . . . . . . . . . . 20-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 20-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 20-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 20-2Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 20-2

    Comments Field . . . . . . . . . . . . . . . . . . . . . . . 20-6Location in the JCL . . . . . . . . . . . . . . . . . . . . . 20-6Examples of JOB Statements . . . . . . . . . . . . . . . . . . 20-6

    Accounting Information Parameter . . . . . . . . . . . . . . . . . 20-6Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-7Subparameter Definition . . . . . . . . . . . . . . . . . . . . 20-7Relationship to Other Control Statements . . . . . . . . . . . . . 20-7JES2 Accounting Information Format . . . . . . . . . . . . . . . 20-8Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-8Examples of the Accounting Information Parameter . . . . . . . . . . 20-9

    ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 20-10Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-10Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-10Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-10Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-10Relationship to the JOB REGION Parameter . . . . . . . . . . . . 20-10Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 20-11

    BYTES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-11Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-11Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-11Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-12Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-12Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-12Relationship to Other Control Statements . . . . . . . . . . . . . 20-12Examples of the BYTES Parameter . . . . . . . . . . . . . . . 20-12

    CARDS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-13Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-13Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-13Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-14Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-14Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-14Relationship to Other Control Statements . . . . . . . . . . . . . 20-14Examples of the CARDS Parameter . . . . . . . . . . . . . . . 20-14

    CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 20-15Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-15Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-15

    Contents xvii

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    20/722

    Default . . . . . . . . . . . . . . . . . . . . . . . . . . 20-15Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-15Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-15Examples of the CCSID Parameter . . . . . . . . . . . . . . . 20-16

    CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-16Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-16Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-17

    Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-17Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-17Relationship to Other Control Statements . . . . . . . . . . . . . 20-17Example of the CLASS Parameter . . . . . . . . . . . . . . . 20-17

    COND Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-17Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-18Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-18Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-18Summary of COND Parameters . . . . . . . . . . . . . . . . 20-19Examples of the COND Parameter . . . . . . . . . . . . . . . 20-19

    GROUP Parameter . . . . . . . . . . . . . . . . . . . . . . 20-19Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-20Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-20

    Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-20Example of the GROUP Parameter . . . . . . . . . . . . . . . 20-20

    JESLOG Parameter . . . . . . . . . . . . . . . . . . . . . . 20-20Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-21Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-21Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-21Examples of the JESLOG Parameter . . . . . . . . . . . . . . 20-21

    LINES Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-22Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-22Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-22Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-23Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-23Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-23Relationship to Other Control Statements . . . . . . . . . . . . . 20-23Examples of the LINES Parameter . . . . . . . . . . . . . . . 20-23

    MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 20-24Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-24Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-24Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-24Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-24Examples of the MEMLIMIT Parameter . . . . . . . . . . . . . . 20-24

    MSGCLASS Parameter . . . . . . . . . . . . . . . . . . . . 20-25Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-25Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-25Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-25

    Significance of Output Classes . . . . . . . . . . . . . . . . . 20-25Examples of the MSGCLASS Parameter . . . . . . . . . . . . . 20-26MSGLEVEL Parameter . . . . . . . . . . . . . . . . . . . . . 20-26

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-27Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-27Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-27Examples of the MSGLEVEL Parameter . . . . . . . . . . . . . 20-28

    NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 20-28Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-28Subparameter Definition for JES2 Systems . . . . . . . . . . . . 20-28Subparameter Definition for JES3 Systems . . . . . . . . . . . . 20-29

    xviii z/OS V1R4.0 MVS JCL Reference

    ||

    ||

    ||

    ||

    ||

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    21/722

    Receiving Notification of Job Completion . . . . . . . . . . . . . 20-29Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 20-29

    PAGES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-30Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-30Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-30Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-31Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-31

    Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-31Relationship to Other Control Statements . . . . . . . . . . . . . 20-31Examples of the PAGES Parameter . . . . . . . . . . . . . . . 20-31

    PASSWORD Parameter . . . . . . . . . . . . . . . . . . . . 20-31Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-32Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-32Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-33Examples of the PASSWORD Parameter . . . . . . . . . . . . . 20-33

    PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 20-33Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-34Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-34Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-34Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-34

    Examples of the PERFORM Parameter . . . . . . . . . . . . . . 20-34Programmers Name Parameter . . . . . . . . . . . . . . . . . 20-35

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-35Parameter Definition . . . . . . . . . . . . . . . . . . . . . 20-36Examples of the Programmers Name Parameter . . . . . . . . . . 20-36

    PRTY Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-36Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-37Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-37Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-37Example of the PRTY Parameter . . . . . . . . . . . . . . . . 20-37

    RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 20-37Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-38Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-39Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-39Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-39Relationship to Other Control Statements . . . . . . . . . . . . . 20-40Examples of the RD Parameter . . . . . . . . . . . . . . . . 20-40

    REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 20-40Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-41Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-41Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-41Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-42Relationship to the JOB ADDRSPC Parameter . . . . . . . . . . . 20-42Examples of the REGION Parameter . . . . . . . . . . . . . . 20-42

    RESTART Parameter . . . . . . . . . . . . . . . . . . . . . 20-42

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-43Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-43Relationship to Other Control Statements . . . . . . . . . . . . . 20-43Cautions when Coding the RESTART Parameter . . . . . . . . . . 20-44Generation Data Sets in Restarted Jobs . . . . . . . . . . . . . 20-44Examples of the RESTART Parameter . . . . . . . . . . . . . . 20-44

    SECLABEL Parameter . . . . . . . . . . . . . . . . . . . . . 20-45Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-45Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-46Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-46Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-46

    Contents xix

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    22/722

    Example of the SECLABEL Parameter . . . . . . . . . . . . . . 20-46SCHENV Parameter . . . . . . . . . . . . . . . . . . . . . . 20-46

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-47Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-47Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-47Relationship to Other Control Statements . . . . . . . . . . . . . 20-47Example of the SCHENV Parameter . . . . . . . . . . . . . . . 20-47

    TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-47Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-48Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-48Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-48Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 20-49Examples of the TIME Parameter . . . . . . . . . . . . . . . . 20-49Examples of the TIME Parameter on JOB and EXEC Statements . . . . 20-49

    TYPRUN Parameter . . . . . . . . . . . . . . . . . . . . . . 20-50Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-51Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-51Relationship to Other Control Statements . . . . . . . . . . . . . 20-52Example of the TYPRUN Parameter . . . . . . . . . . . . . . . 20-52

    USER Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-52

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-53Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-53Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-53Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-53Example of the USER Parameter . . . . . . . . . . . . . . . . 20-53

    Chapter 21. Null Statement . . . . . . . . . . . . . . . . . . . 21-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 21-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 21-1Location in the JCL . . . . . . . . . . . . . . . . . . . . . 21-1Example of the Null Statement . . . . . . . . . . . . . . . . . 21-1

    Chapter 22. OUTPUT JCL Statement . . . . . . . . . . . . . . . 22-1Description . . . . . . . . . . . . . . . . . . . . . . . . . 22-1

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-1Name Field . . . . . . . . . . . . . . . . . . . . . . . . 22-1Operation Field . . . . . . . . . . . . . . . . . . . . . . . 22-1Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 22-2Comments Field . . . . . . . . . . . . . . . . . . . . . . 22-10Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-10Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-12Relationship to Sysout DD Statement . . . . . . . . . . . . . . 22-12Relationship to the JES2 /*OUTPUT Statement . . . . . . . . . . . 22-12Relationship to the JES3 //*FORMAT Statement . . . . . . . . . . 22-12

    ADDRESS Parameter . . . . . . . . . . . . . . . . . . . . . 22-13

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-13Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-13Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-13Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-13Examples of the ADDRESS Parameter . . . . . . . . . . . . . . 22-13

    AFPSTATS Parameter . . . . . . . . . . . . . . . . . . . . . 22-14Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-14Parameter Definition . . . . . . . . . . . . . . . . . . . . . 22-15Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-15Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-15Relationship to Other Control Statements . . . . . . . . . . . . . 22-15

    xx z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    23/722

    Example of the AFPSTATS keyword . . . . . . . . . . . . . . . 22-15BUILDING Parameter . . . . . . . . . . . . . . . . . . . . . 22-15

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-15Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-16Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-16Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-16Example of the BUILDING Parameter . . . . . . . . . . . . . . 22-16

    BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 22-16Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-17Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-17Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-17Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-17Example of the BURST Parameter . . . . . . . . . . . . . . . 22-17

    CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-17Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-18Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-18Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-18Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-18Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-19Example of the CHARS Parameter . . . . . . . . . . . . . . . 22-19

    CKPTLINE Parameter . . . . . . . . . . . . . . . . . . . . . 22-19Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-19Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-19Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-19Example of the CKPTLINE Parameter . . . . . . . . . . . . . . 22-19

    CKPTPAGE Parameter . . . . . . . . . . . . . . . . . . . . . 22-20Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-20Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-20Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-20Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-20Example of the CKPTPAGE Parameter . . . . . . . . . . . . . . 22-20

    CKPTSEC Parameter . . . . . . . . . . . . . . . . . . . . . 22-21Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-21Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-21Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-21Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-21Example of the CKPTSEC Parameter . . . . . . . . . . . . . . 22-21

    CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-21Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-22Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-22Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-22Held Classes in a JES2 System . . . . . . . . . . . . . . . . 22-22Held Classes in a JES3 System . . . . . . . . . . . . . . . . 22-23Significance of Output Classes . . . . . . . . . . . . . . . . . 22-23Examples of the CLASS Parameter . . . . . . . . . . . . . . . 22-23

    COLORMAP Parameter . . . . . . . . . . . . . . . . . . . . 22-23Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24Example of the COLORMAP Parameter . . . . . . . . . . . . . 22-24

    COMPACT Parameter . . . . . . . . . . . . . . . . . . . . . 22-24Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-24Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-24Example of the COMPACT Parameter . . . . . . . . . . . . . . 22-24

    COMSETUP Parameter . . . . . . . . . . . . . . . . . . . . 22-25

    Contents xxi

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    24/722

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-25Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-25Example of the COMSETUP Parameter . . . . . . . . . . . . . 22-25

    CONTROL Parameter . . . . . . . . . . . . . . . . . . . . . 22-25Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-25Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-26Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-26

    Example of the CONTROL Parameter . . . . . . . . . . . . . . 22-26COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 22-26

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-26Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-27Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-27Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-27Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-27Relationship to Other Control Statements . . . . . . . . . . . . . 22-28Examples of the COPIES Parameter . . . . . . . . . . . . . . . 22-28

    DATACK Parameter . . . . . . . . . . . . . . . . . . . . . . 22-28Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-29Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-29Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-29

    Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-29Example of the DATACK Parameter . . . . . . . . . . . . . . . 22-30

    DEFAULT Parameter . . . . . . . . . . . . . . . . . . . . . 22-30Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-30Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-30Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-30Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-30References to Default OUTPUT JCL Statements . . . . . . . . . . 22-31Example of the DEFAULT Parameter . . . . . . . . . . . . . . 22-31

    DEPT Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-32Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-32Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-32Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-32Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-33Example of the DEPT Parameter . . . . . . . . . . . . . . . . 22-33

    DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-33Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-33Subparameter Definition for JES2 Systems . . . . . . . . . . . . 22-34Subparameter Definition for JES3 Systems . . . . . . . . . . . . 22-35Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-35Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-36Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-36Examples of the DEST Parameter . . . . . . . . . . . . . . . 22-36

    DPAGELBL Parameter . . . . . . . . . . . . . . . . . . . . . 22-37Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-37

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-37Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-37Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-37Example of the DPAGELBL Parameter . . . . . . . . . . . . . . 22-37

    DUPLEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-38Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-38Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-38Relationship to Other Keywords on This Statement . . . . . . . . . 22-38Example of the DUPLEX Parameter . . . . . . . . . . . . . . . 22-38

    FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-38Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-39

    xxii z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    25/722

    Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-39Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-40Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-40Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-40Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-40Example of the FCB Parameter . . . . . . . . . . . . . . . . 22-40

    FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 22-40

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-41Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-41Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-41Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-41Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-41Verification of Forms Overlay Frame . . . . . . . . . . . . . . . 22-42Printing without Flashing . . . . . . . . . . . . . . . . . . . 22-42Example of the FLASH Parameter . . . . . . . . . . . . . . . 22-42

    FORMDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-42Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-42Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-43Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-43Example of the FORMDEF Parameter . . . . . . . . . . . . . . 22-43

    FORMLEN Parameter . . . . . . . . . . . . . . . . . . . . . 22-43Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-43Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-43Relationship to Other Control Statements . . . . . . . . . . . . . 22-43Examples of the FORMLEN Parameter . . . . . . . . . . . . . . 22-44

    FORMS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-44Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-44Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-44Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-44Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-45Example of the FORMS Parameter . . . . . . . . . . . . . . . 22-45

    FSSDATA Parameter . . . . . . . . . . . . . . . . . . . . . 22-45Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-45Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-45Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-46Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-46Relationship to Other Keywords on this Statement . . . . . . . . . 22-46Relationship to Other System Functions . . . . . . . . . . . . . 22-46Examples of the FSSDATA Parameter . . . . . . . . . . . . . . 22-46

    GROUPID Parameter . . . . . . . . . . . . . . . . . . . . . 22-47Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-47Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-48Relationship to Other Control Statements . . . . . . . . . . . . . 22-48Examples of the GROUPID Parameter . . . . . . . . . . . . . . 22-48

    INDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-49

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-49Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-49Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-49Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-49Example of the INDEX Parameter . . . . . . . . . . . . . . . . 22-49

    INTRAY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-49Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-50Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-50Relationship to Other Keywords on This Statement . . . . . . . . . 22-50Example of the INTRAY Parameter . . . . . . . . . . . . . . . 22-50

    JESDS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-50

    Contents xxiii

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    26/722

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-51Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-51Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-51Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-51Destination for the System Data Sets . . . . . . . . . . . . . . 22-51JES2 Processing with JESDS . . . . . . . . . . . . . . . . . 22-51JES3 Processing with JESDS . . . . . . . . . . . . . . . . . 22-52

    Example of the JESDS Parameter . . . . . . . . . . . . . . . 22-52LINDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-52

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-52Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-52Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-52Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-53Example of the LINDEX Parameter . . . . . . . . . . . . . . . 22-53

    LINECT Parameter . . . . . . . . . . . . . . . . . . . . . . 22-53Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-53Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-53Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-53Example of the LINECT Parameter . . . . . . . . . . . . . . . 22-53

    MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-53

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-54Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-54Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-54Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-55Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-55Example of the MODIFY Parameter . . . . . . . . . . . . . . . 22-55

    NAME Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-55Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-55Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-55Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-55Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-56Example of the NAME Parameter . . . . . . . . . . . . . . . . 22-56

    NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-56Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-56Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-57Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-57Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 22-57

    OFFSETXB Parameter . . . . . . . . . . . . . . . . . . . . . 22-57Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-57Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-57Relationship to Other Keywords on This Statement . . . . . . . . . 22-58Example of the OFFSETXB Parameter . . . . . . . . . . . . . . 22-58

    OFFSETXF Parameter . . . . . . . . . . . . . . . . . . . . . 22-58OFFSETYB Parameter . . . . . . . . . . . . . . . . . . . . . 22-58OFFSETYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-58

    OUTBIN Parameter . . . . . . . . . . . . . . . . . . . . . . 22-59Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-59Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-59Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-59Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-59Relationship to Other System Functions . . . . . . . . . . . . . 22-59Example of the OUTBIN Parameter . . . . . . . . . . . . . . . 22-59

    OUTDISP Parameter . . . . . . . . . . . . . . . . . . . . . 22-59Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-60Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-60Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-61

    xxiv z/OS V1R4.0 MVS JCL Reference

  • 8/3/2019 Iea2b632 zOS OSMVS JCL Reference

    27/722

    Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-61Relationship to Other Control Statements . . . . . . . . . . . . . 22-61Examples of the OUTDISP parameter . . . . . . . . . . . . . . 22-61

    OVERLAYB Parameter . . . . . . . . . . . . . . . . . . . . . 22-62Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-62Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-62Relationship to Other Keywords on This Statement . . . . . . . . . 22-62

    Example of the OVERLAYB Parameter . . . . . . . . . . . . . . 22-62OVERLAYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-62OVFL Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-63

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-63Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-63Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-63Example of the OVFL Parameter . . . . . . . . . . . . . . . . 22-63

    PAGEDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-63Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-64Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-64Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-64Example of the PAGEDEF Parameter . . . . . . . . . . . . . . 22-64

    PIMSG Parameter . . . . . . . . . . . . . . . . . . . . . . 22-65

    Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-65Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-65Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-66Examples of the PIMSG Parameter . . . . . . . . . . . . . . . 22-66

    PORTNO Parameter . . . . . . . . . . . . . . . . . . . . . 22-66Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-66Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-67Relationship to Other System Functions . . . . . . . . . . . . . 22-67Example of the PORTNO Parameter . . . . . . . . . . . . . . . 22-67

    PRMODE Parameter . . . . . . . . . . . . . . . . . . . . . 22-67Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-67Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-67Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-67Printing a Line-Mode Data Set Using PSF . . . . . . . . . . . . . 22-68Example of the PRMODE Parameter . . . . . . . . . . . . . . 22-68

    PRTERROR Parameter . . . . . . . . . . . . . . . . . . . . 22-68Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-68Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-68Relationship to Other Control Statements . . . . . . . . . . . . . 22-69Examples of the PRTERROR Parameter . . . . . . . . . . . . . 22-69

    PRTOPTNS Parameter . . . . . . . . . . . . . . . . . . . . . 22-69Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-69Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-69Relationship to Other System Functions . . . . . . . . . . . . . 22-70Example of the PRTOPTNS Parameter . . . . . . . . . . . . . . 22-70

    PRTQUEUE Parameter . . . . . . . . . . . . . . . . . . . . 22-70Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-70Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-70Relationship to Other System Functions . . . . . . . . . . . . . 22-70Example of the P