722
z/OS MVS JCL Reference SA22-7597-08

Jcl Reference

Embed Size (px)

DESCRIPTION

JCL reference book which can be used for the beginners also..

Citation preview

z/OS

MVS JCL Reference

SA22-7597-08

z/OS

MVS JCL Reference

SA22-7597-08

Note Before using this information and the product it supports, be sure to read the general information under Notices on page B-1.

Ninth Edition, September 2004 This is a major revision of SA22-7597-07. This edition applies to Version 1 Release 6 of z/OS (5694-A01), Version 1 Release 6 of z/OS.e (5655-G52), and to all 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 you may address your comments to the following address: v International Business Machines Corporation v Department 55JA, Mail Station P384 v 2455 South Road v Poughkeepsie, NY 12601-5400 v United States of America v v FAX (United States & Canada): 1+845+432-9405 v FAX (Other Countries): v Your International Access Code +1+845+432-9405 v v IBMLink (United States customers only): IBMUSM10(MHVRCFS) v Internet e-mail: [email protected] v World Wide Web: 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 any way it believes appropriate without incurring any obligation to you. Copyright International Business Machines Corporation 1988, 2004. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

ContentsFigures . . . . . . . . . . . . . . . . . . . . . . . . . . xxxiii About this document . . . . . . . . . . . Who should use this document . . . . . . . . Information updates on the web . . . . . . . . Related information . . . . . . . . . . . . Programs . . . . . . . . . . . . . . . Hardware . . . . . . . . . . . . . . . Accessing z/OS licensed documents on the Internet Using LookAt to look up message explanations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxxv xxxv xxxv xxxv xxxv xxxvi xxxvi xxxvi

Summary of changes . . . . . . . . . . . . . . . . . . . . . xxxix Chapter 1. Job Control Statements . . . . . . . . . . . . . . . . 1-1 JCL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-1 JECL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-2 Chapter 2. Job Control Entering Jobs . . . . Processing Jobs . . . Requesting Resources . Task Charts . . . . . Tasks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2-1 2-1 2-2 2-2 2-2 3-1 3-1 3-3 3-4 3-4 3-4 3-4 3-5 3-6 3-6 4-1 4-1 4-3 4-5 4-5 4-6

Chapter 3. Format of Statements . . JCL Statement Fields . . . . . . . Parameter Field . . . . . . . . JES2 Control Statement Fields . . . . JES3 Control Statement Fields . . . . Continuing Statements . . . . . . . Continuing JCL Statements . . . . Examples of Continued Statements . Continuing JES2 Control Statements Continuing JES3 Control Statements Chapter 4. Syntax of Parameters . Notation Used to Show Syntax . . . Character Sets. . . . . . . . . Syntax Notes . . . . . . . . . Backward References . . . . . . Examples of Backward References . . . . . .

Chapter 5. Procedures and Symbols . Cataloged and In-Stream Procedures . In-stream Procedures . . . . . . Cataloged Procedures . . . . . . Using a Procedure . . . . . . . Testing a Procedure . . . . . . . Modifying Procedures . . . . . . . Explanation . . . . . . . . . . Examples of Procedures . . . . . Nested Procedures . . . . . . . . Nesting Procedures . . . . . . . Modifying Nested Procedures . . . Copyright IBM Corp. 1988, 2004

. 5-1 . 5-1 . 5-1 . 5-1 . 5-2 . 5-2 . 5-3 . 5-3 . 5-7 . 5-9 . 5-9 . . . . . . . . . . . . . . . 5-10

iii

Examples of Modifying Nested Procedures . . . . Using System Symbols and JCL Symbols . . . . . What are System Symbols? . . . . . . . . . What are JCL Symbols? . . . . . . . . . . . Coding Symbols in JCL . . . . . . . . . . . Determining Equivalent JCL . . . . . . . . . Examples of Defining and Coding Symbols in JCL . Using Symbols in Nested Procedures . . . . . . Examples of Coding Symbols in Nested Procedures

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

. . . . . . . . .

5-10 5-12 5-12 5-13 5-17 5-19 5-24 5-25 5-26

Chapter 6. Job Control Statements on the Output Listing

. . . . . . . 6-1 7-1 7-1 7-1 7-2 7-3 7-3 7-3 7-5 7-5 7-6 7-6 7-7 7-7 7-7 7-7 7-8 . . . . 7-11 . . . . 7-12 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1 8-1 8-1 8-1 8-2 8-2 8-2 8-2 8-2 9-1 9-1 9-1 9-2 9-2 9-2 9-2 9-2 9-2 9-3 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Chapter 7. Started Tasks . . . . . . . . . . . . . . . . Determining Whether to Use a Started Task . . . . . . . . . . Determining the Source JCL for the Started Task . . . . . . . . START Command Processing when the Member is a Procedure . START Command Processing when the Member is a Job . . . . Review Current Started Tasks . . . . . . . . . . . . . . Convert Procedures to Jobs (Optional) . . . . . . . . . . . Determining System Services for a Started Task . . . . . . . . Deciding Under Which Subsystem a Started Task Should Run . . Running a Started Task Under a Job Entry Subsystem . . . . . Running a Started Task Under the Master Subsystem . . . . . Running a Started Task That Uses ICF Catalogs . . . . . . . Set Up the Master JCL . . . . . . . . . . . . . . . . Coding the JCL . . . . . . . . . . . . . . . . . . . . Coding the JOB Statement for the Started Task . . . . . . . Using Symbols in Started Task JCL . . . . . . . . . . . . Naming a Started Task (Source JCL is a Job) . . . . . . . . . Setting Up Operator Education for Your Started Task . . . . . . Chapter 8. JCL Command Statement . Description . . . . . . . . . . . Syntax . . . . . . . . . . . . Operation Field . . . . . . . . Parameter Field . . . . . . . . Comments Field . . . . . . . . Location in the JCL . . . . . . . Defaults . . . . . . . . . . . Examples of the Command Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

Chapter 9. COMMAND Statement . . . Description . . . . . . . . . . . . Syntax . . . . . . . . . . . . . Name Field . . . . . . . . . . . Operation Field . . . . . . . . . Parameter Field . . . . . . . . . Comments Field . . . . . . . . . Location in the JCL . . . . . . . . Defaults . . . . . . . . . . . . Examples of the COMMAND Statement Chapter 10. Comment Description . . . . Syntax . . . . . Location in the JCL Statement . . . . . . . . . . . . . . . . . . . . . . . .

10-1 10-1 10-1 10-1

iv

z/OS V1R6.0 MVS JCL Reference

Listing of Comments Statements . . . . . . . . . . . . . . . . 10-1 Examples of the Comment Statement . . . . . . . . . . . . . . . 10-1 Chapter 11. CNTL Statement . . . . . . Description . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Label Field . . . . . . . . . . . . . Operation Field . . . . . . . . . . . Parameter Field . . . . . . . . . . . Comments Field . . . . . . . . . . . Location in the JCL . . . . . . . . . Program Control Statements . . . . . . Program Control Statements in Procedures . Example of the CNTL Statement . . . . . Chapter 12. DD Statement . . . . . . . Description . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Name Field . . . . . . . . . . . . Operation Field . . . . . . . . . . . Parameter Field . . . . . . . . . . . Comments Field . . . . . . . . . . Location in the JCL . . . . . . . . . Examples of DD Statements and ddnames * Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Location in the JCL . . . . . . . . . Unread Records . . . . . . . . . . Examples of the * Parameter . . . . . ACCODE Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Example of the ACCODE Parameter . . . AMP Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Relationship to Other Parameters . . . . Buffer Requirements. . . . . . . . . Examples of the AMP Parameter . . . . AVGREC Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the AVGREC Parameter . . BLKSIZE Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Control Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11-1 11-1 11-1 11-1 11-1 11-1 11-1 11-2 11-2 11-2 11-2

. 12-1 . 12-1 . 12-1 . 12-1 . 12-3 . 12-3 . 12-13 . 12-13 . 12-16 . 12-16 . 12-17 . 12-17 . 12-17 . 12-18 . 12-18 . 12-18 . 12-19 . 12-19 . 12-20 . 12-20 . 12-20 . 12-20 . 12-21 . 12-21 . 12-22 . 12-23 . 12-28 . 12-28 . 12-28 . 12-29 . 12-29 . 12-29 . 12-30 . 12-30 . 12-30 . 12-30 . 12-31 . 12-31 . 12-31 . 12-31 . 12-32

Contents

v

Coexistence Considerations . . . . . . . Examples of the BLKSIZE Parameter . . . BLKSZLIM Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Example of the BLKSZLIM Parameter . . . BURST Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Example of the BURST Parameter . . . . CCSID Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Default . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Examples of the CCSID Parameter . . . . CHARS Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Requesting a High-Density Dump . . . . . Examples of the CHARS Parameter . . . . CHKPT Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to the SYSCKEOV DD Statement Checkpointing Concatenated Data Sets . . Examples of the CHKPT Parameter . . . . CNTL Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Examples of the CNTL Parameter. . . . . COPIES Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Examples of the COPIES Parameter. . . . DATA Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-32 12-32 12-32 12-32 12-33 12-33 12-33 12-33 12-33 12-34 12-34 12-34 12-34 12-34 12-34 12-35 12-35 12-35 12-35 12-35 12-36 12-36 12-37 12-38 12-38 12-38 12-38 12-39 12-39 12-39 12-39 12-40 12-40 12-40 12-40 12-40 12-40 12-41 12-41 12-41 12-41 12-41 12-42 12-42 12-43 12-43 12-43 12-43 12-43 12-44 12-45 12-45 12-46 12-46 12-46 12-47

vi

z/OS V1R6.0 MVS JCL Reference

Location in the JCL . . . . . . . . . . . . . . Unread Records . . . . . . . . . . . . . . . Examples of the DATA Parameter . . . . . . . . . DATACLAS Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . Examples of the DATACLAS Parameter . . . . . . DCB Parameter . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . Completing the Data Control Block . . . . . . . . Relationship to Other Parameters . . . . . . . . . Examples of the DCB Parameter . . . . . . . . . DCB Subparameters . . . . . . . . . . . . . DDNAME Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . Referenced DD Statement . . . . . . . . . . . Backward References . . . . . . . . . . . . . Examples of the DDNAME Parameter . . . . . . . DEST Parameter . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition for JES2 Systems . . . . . Subparameter Definition for JES3 Systems . . . . . Defaults . . . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . Relationship to Other Control Statements . . . . . . Example of the DEST Parameter . . . . . . . . . DISP Parameter . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . Disposition of QSAM Data Sets . . . . . . . . . Disposition of Generation Data Sets . . . . . . . . Disposition of Temporary Data Sets . . . . . . . . Disposition of Partitioned Data Sets (PDSs and PDSEs) Adding a Volume to a Cataloged Data Set . . . . . DISP=MOD for a Multivolume Data Set . . . . . . . Summary of Disposition Processing . . . . . . . . Examples of the DISP Parameter . . . . . . . . . DLM Parameter . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . Default . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . Invalid Delimiters . . . . . . . . . . . . . . . Example of the DLM Parameter . . . . . . . . . DSID Parameter . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-47 12-48 12-48 12-49 12-50 12-50 12-50 12-50 12-51 12-51 12-51 12-52 12-52 12-54 12-54 12-55 12-56 12-68 12-69 12-69 12-69 12-69 12-69 12-70 12-71 12-72 12-73 12-74 12-74 12-76 12-76 12-77 12-77 12-77 12-77 12-77 12-79 12-79 12-84 12-84 12-84 12-84 12-84 12-84 12-85 12-86 12-87 12-89 12-90 12-91 12-91 12-91 12-91 12-91 12-91 12-92

Contents

vii

Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Relationship to Other Parameters . . . . . . Example of the DSID Parameter . . . . . . DSNAME Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Relationship to Other Parameters . . . . . Examples of the DSNAME Parameter . . . . DSNTYPE Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Examples of the DSNTYPE Parameter . . . DUMMY Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Parameters on DD DUMMY Statements . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Relationship to Access Methods . . . . . . Examples of the DUMMY Parameter . . . . DYNAM Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Example of the DYNAM Parameter . . . . . EXPDT Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Deleting a Data Set Before its Expiration Date . Examples of the EXPDT Parameter. . . . . FCB Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Relationship to Other Control Statements . . Defining an FCB Image for a Work Station . . Requesting a High-Density Dump . . . . . Examples of the FCB Parameter . . . . . . FILEDATA Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Example of the FILEDATA Parameter . . . . FLASH Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . .

. 12-92 . 12-92 . 12-93 . 12-93 . 12-93 . 12-94 . 12-95 . 12-100 . 12-101 . 12-102 . 12-103 . 12-103 . 12-103 . 12-103 . 12-103 . 12-103 . 12-105 . 12-105 . 12-105 . 12-106 . 12-106 . 12-106 . 12-106 . 12-107 . 12-107 . 12-108 . 12-108 . 12-108 . 12-108 . 12-108 . 12-109 . 12-109 . 12-109 . 12-110 . 12-110 . 12-110 . 12-111 . 12-111 . 12-111 . 12-112 . 12-112 . 12-112 . 12-112 . 12-112 . 12-113 . 12-113 . 12-114 . 12-114 . 12-114 . 12-114 . 12-114 . 12-114 . 12-115 . 12-115 . 12-115 . 12-115

viii

z/OS V1R6.0 MVS JCL Reference

Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Verification of Forms Overlay Frame . . . Printing without Flashing . . . . . . . . Example of the FLASH Parameter . . . . FREE Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Relationship to the CLOSE Macro Instruction Examples of the FREE Parameter . . . . HOLD Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Examples of the HOLD Parameter . . . . KEYLEN Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the KEYLEN Parameter . . . KEYOFF Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Example of the KEYOFF Parameter . . . LABEL Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Data Conversion . . . . . . . . . . Examples of the LABEL Parameter . . . . LGSTREAM Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Example of the LGSTREAM Parameter . . LIKE Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the LIKE Parameter . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-115 12-116 12-116 12-116 12-116 12-116 12-117 12-117 12-117 12-117 12-117 12-118 12-118 12-118 12-119 12-119 12-120 12-120 12-120 12-121 12-121 12-121 12-121 12-122 12-122 12-122 12-122 12-123 12-123 12-123 12-124 12-124 12-124 12-124 12-124 12-124 12-125 12-125 12-129 12-129 12-129 12-130 12-130 12-131 12-131 12-131 12-131 12-132 12-132 12-132 12-132 12-133 12-133 12-133 12-134 12-134

Contents

ix

LRECL Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other Parameters . . . Examples of the LRECL Parameter . . . MGMTCLAS Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other Parameters . . . Example of the MGMTCLAS Parameter . MODIFY Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other Parameters . . . Relationship to Other Control Statements Example of the MODIFY Parameter . . OUTLIM Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Default . . . . . . . . . . . . . Relationship to Other Parameters . . . Relationship to Other Control Statements Example of the OUTLIM Parameter . . OUTPUT Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other Parameters . . . Location in the JCL . . . . . . . . No Match for OUTPUT Name . . . . . Processing Options in Multiple References Examples of the OUTPUT Parameter . . PATH Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Relationship to Other Parameters . . . Relationship to Other Statements . . . Dummy HFS Files . . . . . . . . . Example of the PATH Parameter. . . . PATHDISP Parameter. . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Relationship to Other Parameters . . . Example of the PATHDISP Parameter . . PATHMODE Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-134 12-134 12-135 12-135 12-135 12-135 12-136 12-136 12-137 12-137 12-137 12-137 12-137 12-137 12-138 12-138 12-138 12-139 12-139 12-139 12-139 12-139 12-140 12-140 12-140 12-140 12-140 12-140 12-141 12-141 12-141 12-142 12-142 12-142 12-143 12-143 12-143 12-143 12-144 12-145 12-145 12-146 12-146 12-147 12-147 12-147 12-148 12-148 12-148 12-148 12-149 12-149 12-149 12-150 12-150 12-152

x

z/OS V1R6.0 MVS JCL Reference

Relationship to Other Parameters . . . . . . . . . . . Example of the PATHMODE Parameter . . . . . . . . . PATHOPTS Parameter . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . File Status . . . . . . . . . . . . . . . . . . . . Example of the PATHOPTS Parameter . . . . . . . . . PROTECT Parameter . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Requirements for Protecting a Tape Data Set . . . . . . . Requirements for Protecting a Tape Volume . . . . . . . Requirements for Protecting a Direct Access Data Set . . . . Examples of the PROTECT Parameter . . . . . . . . . QNAME Parameter . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Examples of the QNAME Parameter . . . . . . . . . . RECFM Parameter . . . . . . . . . . . . . . . . . . Coding RECFM for BDAM Access Method . . . . . . . . Coding RECFM for BPAM Access Method . . . . . . . . Coding RECFM for BSAM, EXCP, and QSAM Access Methods Coding RECFM for QISAM Access Method . . . . . . . . Syntax: QISAM Access Method . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Examples of the RECFM Parameter . . . . . . . . . . RECORG Parameter . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Example of the RECORG parameter . . . . . . . . . . REFDD Parameter . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Examples of the REFDD Parameter . . . . . . . . . . RETPD Parameter . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Deleting a Data Set Before its Retention Period Passes . . . Examples of the RETPD Parameter . . . . . . . . . . RLS Parameter . . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-152 12-153 12-153 12-153 12-154 12-155 12-155 12-156 12-156 12-156 12-157 12-157 12-157 12-157 12-157 12-158 12-158 12-158 12-159 12-159 12-159 12-159 12-160 12-160 12-160 12-161 12-162 12-163 12-163 12-163 12-163 12-163 12-164 12-164 12-164 12-164 12-165 12-165 12-165 12-165 12-166 12-166 12-166 12-166 12-167 12-167 12-167 12-168 12-168 12-168 12-168 12-168 12-169 12-169 12-169 12-170

Contents

xi

Relationship to Other Parameters . . . . Examples of the RLS Parameter . . . . . SECMODEL Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the SECMODEL Parameter . . SEGMENT Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Example of the Segment Parameter . . . SPACE Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . SPACE for New Data Sets with SMS . . . Examples of the SPACE Parameter . . . SPIN Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the SPIN Parameter . . . . STORCLAS Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the STORCLAS Parameter . . SUBSYS Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Relationship to Other Parameters . . . . Subsystem Support for JCL Parameters . . Examples of the SUBSYS Parameter . . . SYSOUT Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Starting an External Writer when Requested Held Classes in a JES2 System . . . . . Held Classes in a JES3 System . . . . . Significance of Output Classes . . . . . Examples of the SYSOUT Parameter . . . TERM Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-170 12-170 12-171 12-171 12-172 12-172 12-172 12-172 12-172 12-173 12-173 12-173 12-173 12-173 12-173 12-175 12-175 12-180 12-181 12-181 12-181 12-182 12-182 12-182 12-183 12-183 12-183 12-183 12-184 12-184 12-184 12-185 12-185 12-185 12-185 12-186 12-186 12-187 12-187 12-188 12-188 12-189 12-190 12-190 12-191 12-191 12-192 12-193 12-193 12-193 12-193 12-193 12-194 12-194 12-195 12-195

xii

z/OS V1R6.0 MVS JCL Reference

Relationship to Other Parameters . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . Examples of the TERM Parameter . . . . . . . . . . . UCS Parameter . . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . Using Special Character Sets . . . . . . . . . . . . . Examples of the UCS Parameter . . . . . . . . . . . UNIT Parameter . . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship of the UNIT Parameter to Other Parameters . . Location in the JCL . . . . . . . . . . . . . . . . Examples of the UNIT Parameter . . . . . . . . . . . VOLUME Parameter . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . VOLUME Parameter in a JES3 System . . . . . . . . . VOLUME Parameter for Optical Readers . . . . . . . . VOLUME Parameter for Nonspecific Volume Requests . . . VOLUME parameter for Specific Multi-Volume Tape Requests . Examples of the VOLUME Parameter . . . . . . . . . . Chapter 13. Special DD Statements . . . Description . . . . . . . . . . . . Syntax . . . . . . . . . . . . . Special ddnames . . . . . . . . . JOBCAT DD Statement . . . . . . . . Syntax . . . . . . . . . . . . . Parameters on JOBCAT DD Statements . Relationship to STEPCAT DD Statement Relationship to Other Control Statements Location in the JCL . . . . . . . . Example of the JOBCAT DD Statement . JOBLIB DD Statement . . . . . . . . Syntax . . . . . . . . . . . . . Parameters on JOBLIB DD Statements . Relationship to Other Control Statements Location in the JCL . . . . . . . . Relationship of a JOBLIB to a STEPLIB . Relationship between JOBLIB and Passed Examples of the JOBLIB DD Statement . STEPCAT DD Statement . . . . . . . Syntax . . . . . . . . . . . . . Parameters on STEPCAT DD Statements Relationship to Other Control Statements Location in the JCL . . . . . . . . Example of the STEPCAT DD Statement STEPLIB DD Statement . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Data Sets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

12-195 12-195 12-196 12-196 12-196 12-197 12-198 12-198 12-198 12-199 12-199 12-199 12-200 12-200 12-203 12-203 12-204 12-204 12-205 12-206 12-207 12-213 12-213 12-214 12-214 12-214 12-214 12-214 . . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1 13-1 13-1 13-1 13-1 13-2 13-2 13-2 13-2 13-2 13-2 13-2 13-3 13-3 13-4 13-4 13-4 13-5 13-6 13-7 13-8 13-8 13-8 13-8 13-8 13-9 13-9

|

Contents

xiii

Parameters on STEPLIB DD Statements . . . . . . . . . . Relationship to Other Control Statements . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . Relationship of a STEPLIB to a JOBLIB . . . . . . . . . . Examples of the STEPLIB DD Statement . . . . . . . . . . SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . Storing a Dump . . . . . . . . . . . . . . . . . . . Printing a Dump . . . . . . . . . . . . . . . . . . . Overriding Dump DD Statements . . . . . . . . . . . . . Duplicate Dump Requests . . . . . . . . . . . . . . . Examples of the SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . . . . . . . . . . . . . . . . . SYSCHK DD Statement . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . . Parameters on SYSCHK DD Statements . . . . . . . . . . Relationship to Other Control Statements . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . Examples of the SYSCHK DD Statement . . . . . . . . . . SYSCKEOV DD Statement . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . . Parameters on SYSCKEOV DD Statements . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . Example of the SYSCKEOV DD Statement . . . . . . . . . SYSIN DD Statement . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . . Parameters on SYSIN DD Statements . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . Examples of SYSIN DD Statements . . . . . . . . . . . . Chapter 14. Delimiter Statement . . Description . . . . . . . . . . Syntax . . . . . . . . . . . Comments Field . . . . . . . . Relationship to the DLM Parameter Location in the JCL . . . . . . Examples of the Delimiter Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . .

. 13-9 13-10 13-11 13-11 13-11 13-12 13-13 13-13 13-13 13-14 13-14 13-14 13-14 13-15 13-16 13-16 13-17 13-17 13-17 13-18 13-18 13-18 13-18 13-18 13-19 13-19 13-19 13-19 13-19 . . . . . . . . . . . . . . . . . . . . . . . 14-1 14-1 14-1 14-1 14-1 14-2 14-2 15-1 15-1 15-1 15-1 15-1 15-1 15-1 15-1 16-1 16-1 16-1 16-1 16-2 16-2 16-5 16-5

Chapter 15. ENDCNTL Statement . . . Description . . . . . . . . . . . Syntax . . . . . . . . . . . . Label Field. . . . . . . . . . . Operation Field . . . . . . . . . Comments Field . . . . . . . . . Location in the JCL . . . . . . . Example of the ENDCNTL Statement . Chapter 16. EXEC Statement Description . . . . . . . Syntax . . . . . . . . Name Field . . . . . . Operation Field . . . . . Parameter Field . . . . . Comments Field . . . . . Location in the JCL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

xiv

z/OS V1R6.0 MVS JCL Reference

Examples of EXEC Statements . . . . . . . . ACCT Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . On an EXEC Statement that Calls a Procedure . . Examples of the ACCT Parameter . . . . . . . ADDRSPC Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to the EXEC REGION Parameter . . On an EXEC Statement that Calls a Procedure . . Examples of the ADDRSPC Parameter . . . . . CCSID Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Default . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Examples of the CCSID Parameter . . . . . . COND Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . On an EXEC Statement that Calls a Procedure . . Considerations when Using the COND Parameter . Summary of COND Parameters . . . . . . . Examples of the COND Parameter . . . . . . DYNAMNBR Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . On an EXEC Statement that Calls a Procedure . . Example of the DYNAMNBR Parameter . . . . MEMLIMIT Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the MEMLIMIT Parameter . . . . . PARM Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . On an EXEC Statement that Calls a Procedure . . Examples of the PARM Parameter . . . . . . PERFORM Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . On an EXEC Statement that Calls a Procedure . . Example of the PERFORM Parameter . . . . . PGM Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . .

. 16-5 . 16-6 . 16-6 . 16-7 . 16-7 . 16-7 . 16-8 . 16-8 . 16-8 . 16-8 . 16-8 . 16-8 . 16-9 . 16-9 . 16-9 . 16-10 . 16-10 . 16-10 . 16-10 . 16-10 . 16-10 . 16-11 . 16-12 . 16-13 . 16-13 . 16-13 . 16-13 . 16-15 . 16-16 . 16-18 . 16-18 . 16-18 . 16-19 . 16-19 . 16-19 . 16-19 . 16-19 . 16-19 . 16-20 . 16-20 . 16-20 . 16-20 . 16-20 . 16-21 . 16-21 . 16-21 . 16-22 . 16-22 . 16-23 . 16-23 . 16-23 . 16-23 . 16-23 . 16-23 . 16-24 . 16-24

Contents

xv

Examples of the PGM Parameter . . . . . . PROC and Procedure Name Parameters . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Effect of PROC Parameter on Other Parameters Statements . . . . . . . . . . . . . Examples of the PROC Parameter . . . . . RD Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to Other Control Statements . . . On an EXEC Statement that Calls a Procedure . Examples of the RD Parameter . . . . . . REGION Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to the EXEC ADDRSPC Parameter On an EXEC Statement that Calls a Procedure . Examples of the REGION Parameter . . . . RLSTMOUT parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . Examples of the RLSTMOUT parameter . . . TIME Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . On an EXEC Statement that Calls a Procedure . Examples of the TIME Parameter . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . and Following . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

16-25 16-25 16-25 16-26 16-26 16-26 16-26 16-27 16-27 16-28 16-28 16-29 16-29 16-29 16-29 16-30 16-30 16-30 16-31 16-31 16-31 16-31 16-32 16-32 16-32 16-32 16-33 16-33 16-33 16-34 16-34 16-34 16-34

Chapter 17. IF/THEN/ELSE/ENDIF Statement Construct . . . . Description . . . . . . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . . . . . . Name Field . . . . . . . . . . . . . . . . . . . . Operation Field . . . . . . . . . . . . . . . . . . . Relational-Expression Field . . . . . . . . . . . . . . Comments Field . . . . . . . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . . . . . . THEN and ELSE Clauses . . . . . . . . . . . . . . . Considerations when Using the IF/THEN/ELSE/ENDIF Construct. Examples of IF/THEN/ELSE/ENDIF Statement Constructs . . . Chapter 18. INCLUDE Description . . . . Syntax . . . . . Name Field . . . Operation Field . . Parameter Field . . Comments Field . . Location in the JCL Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. 17-1 . 17-1 . 17-1 . 17-1 . 17-2 . 17-2 . 17-7 . 17-7 . 17-7 . 17-7 . 17-8 . . . . 17-10 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18-1 18-1 18-1 18-1 18-1 18-1 18-2 18-2

xvi

z/OS V1R6.0 MVS JCL Reference

Considerations for Using INCLUDE Groups . . . . . . . . . . . . 18-2 Examples of the INCLUDE Statement: . . . . . . . . . . . . . . 18-2 Chapter 19. JCLLIB Statement . . . Description . . . . . . . . . . Syntax . . . . . . . . . . . Name Field . . . . . . . . . Operation Field . . . . . . . . Parameter Field . . . . . . . . Comments Field . . . . . . . . Location in the JCL . . . . . . Considerations for Using the JCLLIB Examples of the JCLLIB Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19-1 19-1 19-1 19-2 19-2 19-2 19-3 19-3 19-3 19-3

Chapter 20. JOB Statement . . . . . . . . . . Description . . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Name Field . . . . . . . . . . . . . . . Operation Field . . . . . . . . . . . . . . Parameter Field . . . . . . . . . . . . . . Comments Field . . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . Examples of JOB Statements . . . . . . . . . Accounting Information Parameter . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . . Relationship to Other Control Statements . . . . JES2 Accounting Information Format . . . . . . Syntax . . . . . . . . . . . . . . . . . Examples of the Accounting Information Parameter . ADDRSPC Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to the JOB REGION Parameter . . . Examples of the ADDRSPC Parameter . . . . . BYTES Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Relationship to Other Control Statements . . . . Examples of the BYTES Parameter . . . . . . CARDS Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Relationship to Other Control Statements . . . . Examples of the CARDS Parameter . . . . . . CCSID Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . .

. 20-1 . 20-1 . 20-1 . 20-1 . 20-2 . 20-2 . 20-5 . 20-6 . 20-6 . 20-6 . 20-6 . 20-7 . 20-7 . 20-7 . 20-8 . 20-9 . 20-9 . 20-10 . 20-10 . 20-10 . 20-10 . 20-10 . 20-10 . 20-11 . 20-11 . 20-11 . 20-11 . 20-12 . 20-12 . 20-12 . 20-12 . 20-12 . 20-13 . 20-13 . 20-13 . 20-13 . 20-14 . 20-14 . 20-14 . 20-14 . 20-15 . 20-15

Contents

xvii

Default . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Examples of the CCSID Parameter . . . CLASS Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Control Statements . Example of the CLASS Parameter . . . COND Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Overrides . . . . . . . . . . . . . Summary of COND Parameters . . . . Examples of the COND Parameter . . . GROUP Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Example of the GROUP Parameter . . . JESLOG Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Examples of the JESLOG Parameter . . LINES Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Relationship to Other Parameters . . . . Relationship to Other Control Statements . Examples of the LINES Parameter . . . MEMLIMIT Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . Examples of the MEMLIMIT Parameter . . MSGCLASS Parameter . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Significance of Output Classes . . . . . Examples of the MSGCLASS Parameter . MSGLEVEL Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Examples of the MSGLEVEL Parameter . NOTIFY Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition for JES2 Systems Subparameter Definition for JES3 Systems

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

20-15 20-15 20-15 20-15 20-15 20-16 20-16 20-16 20-16 20-17 20-17 20-17 20-17 20-18 20-18 20-18 20-18 20-19 20-20 20-20 20-20 20-20 20-20 20-20 20-20 20-21 20-21 20-21 20-22 20-22 20-22 20-22 20-22 20-23 20-23 20-23 20-23 20-23 20-24 20-24 20-24 20-24 20-24 20-25 20-25 20-25 20-25 20-26 20-26 20-26 20-27 20-27 20-27 20-28 20-28 20-28

xviii

z/OS V1R6.0 MVS JCL Reference

Receiving Notification of Job Completion . . . Examples of the NOTIFY Parameter . . . . . PAGES Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . Relationship to Other Control Statements . . . Examples of the PAGES Parameter . . . . . PASSWORD Parameter . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Relationship to Other Parameters . . . . . . Examples of the PASSWORD Parameter . . . PERFORM Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Examples of the PERFORM Parameter. . . . Programmers Name Parameter . . . . . . . Syntax . . . . . . . . . . . . . . . . Parameter Definition . . . . . . . . . . . Examples of the Programmers Name Parameter PRTY Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Example of the PRTY Parameter . . . . . . RD Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to Other Control Statements . . . Examples of the RD Parameter . . . . . . REGION Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to the JOB ADDRSPC Parameter . Examples of the REGION Parameter . . . . RESTART Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Relationship to Other Control Statements . . . Cautions when Coding the RESTART Parameter Generation Data Sets in Restarted Jobs . . . Examples of the RESTART Parameter . . . . SECLABEL Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

20-28 20-29 20-29 20-29 20-29 20-30 20-30 20-30 20-30 20-31 20-31 20-32 20-32 20-32 20-32 20-33 20-33 20-33 20-33 20-34 20-34 20-34 20-35 20-35 20-35 20-36 20-36 20-36 20-36 20-37 20-37 20-38 20-38 20-39 20-39 20-39 20-39 20-40 20-40 20-40 20-41 20-41 20-41 20-42 20-42 20-42 20-42 20-43 20-43 20-44 20-44 20-45 20-45 20-45 20-45 20-45

Contents

xix

Example of the SECLABEL Parameter . . . SCHENV Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Relationship to Other Control Statements . . Example of the SCHENV Parameter . . . . TIME Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . Examples of the TIME Parameter . . . . . Examples of the TIME Parameter on JOB and TYPRUN Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Relationship to Other Control Statements . . Example of the TYPRUN Parameter . . . . USER Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . Defaults . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . Example of the USER Parameter . . . . . Chapter 21. Null Statement . . Description . . . . . . . . Syntax . . . . . . . . . Location in the JCL . . . . Example of the Null Statement . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . EXEC Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . .

20-45 20-46 20-46 20-46 20-46 20-46 20-47 20-47 20-47 20-48 20-48 20-48 20-48 20-49 20-50 20-50 20-50 20-51 20-51 20-52 20-52 20-53 20-53 20-53 20-53 . . . . . . . . . . . . . 21-1 21-1 21-1 21-1 21-1

Chapter 22. OUTPUT JCL Statement . . . . . Description . . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Name Field . . . . . . . . . . . . . . Operation Field . . . . . . . . . . . . . Parameter Field . . . . . . . . . . . . . Comments Field . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to Sysout DD Statement . . . . Relationship to the JES2 /*OUTPUT Statement . Relationship to the JES3 //*FORMAT Statement ADDRESS Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Examples of the ADDRESS Parameter . . . . AFPSTATS Parameter . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . Parameter Definition . . . . . . . . . . . Defaults . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . Relationship to Other Control Statements . . .

. . . . . . . . . . . . . . . .

22-1 22-1 22-1 22-1 22-1 22-2 22-9 22-9 22-11 22-11 22-11 22-11 22-12 22-12 22-12 22-12 22-12 22-12 22-13 22-14 22-14 22-14 22-14 22-14

xx

z/OS V1R6.0 MVS JCL Reference

Example of the AFPSTATS keyword . . BUILDING Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Example of the BUILDING Parameter . BURST Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Example of the BURST Parameter . . CHARS Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Requesting a High-Density Dump . . . Example of the CHARS Parameter . . CKPTLINE Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Example of the CKPTLINE Parameter . CKPTPAGE Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Relationship to Other Parameters . . . Example of the CKPTPAGE Parameter . CKPTSEC Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Relationship to Other Parameters . . . Example of the CKPTSEC Parameter . CLASS Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Overrides . . . . . . . . . . . . Held Classes in a JES2 System . . . Held Classes in a JES3 System . . . Significance of Output Classes . . . . Examples of the CLASS Parameter . . COLORMAP Parameter . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Example of the COLORMAP Parameter COMPACT Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Example of the COMPACT Parameter . COMSETUP Parameter . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22-14 22-14 22-15 22-15 22-15 22-15 22-15 22-15 22-16 22-16 22-16 22-16 22-16 22-16 22-17 22-17 22-17 22-17 22-18 22-18 22-18 22-18 22-18 22-19 22-19 22-19 22-19 22-19 22-19 22-19 22-19 22-20 22-20 22-20 22-20 22-20 22-20 22-21 22-21 22-21 22-21 22-21 22-22 22-22 22-22 22-23 22-23 22-23 22-23 22-23 22-23 22-23 22-24 22-24 22-24 22-24

Contents

xxi

Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Example of the COMSETUP Parameter . . . . CONTROL Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Example of the CONTROL Parameter . . . . . COPIES Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Relationship to Other Control Statements . . . . Examples of the COPIES Parameter. . . . . . DATACK Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Example of the DATACK Parameter . . . . . . DEFAULT Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Location in the JCL . . . . . . . . . . . . References to Default OUTPUT JCL Statements . Example of the DEFAULT Parameter . . . . . DEPT Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the DEPT Parameter . . . . . . . DEST Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition for JES2 Systems . . . Subparameter Definition for JES3 Systems . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Examples of the DEST Parameter . . . . . . DPAGELBL Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Example of the DPAGELBL Parameter . . . . . DUPLEX Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Keywords on This Statement Example of the DUPLEX Parameter . . . . . . FCB Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22-24 22-24 22-24 22-24 22-25 22-25 22-25 22-25 22-25 22-26 22-26 22-26 22-26 22-27 22-27 22-27 22-28 22-28 22-28 22-29 22-29 22-29 22-29 22-29 22-29 22-30 22-30 22-30 22-30 22-31 22-31 22-32 22-32 22-32 22-32 22-32 22-33 22-33 22-34 22-35 22-35 22-35 22-35 22-36 22-36 22-36 22-37 22-37 22-37 22-37 22-37 22-37 22-38 22-38 22-38 22-38

xxii

z/OS V1R6.0 MVS JCL Reference

Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Requesting a High-Density Dump . . . . . . . Example of the FCB Parameter . . . . . . . FLASH Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Verification of Forms Overlay Frame . . . . . . Printing without Flashing . . . . . . . . . . Example of the FLASH Parameter . . . . . . FORMDEF Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the FORMDEF Parameter . . . . . FORMLEN Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Control Statements . . . . Examples of the FORMLEN Parameter . . . . . FORMS Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the FORMS Parameter . . . . . . FSSDATA Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Keywords on this Statement Relationship to Other System Functions . . . . Examples of the FSSDATA Parameter . . . . . GROUPID Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Control Statements . . . . Examples of the GROUPID Parameter . . . . . INDEX Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Example of the INDEX Parameter . . . . . . . INTRAY Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Keywords on This Statement Example of the INTRAY Parameter . . . . . . JESDS Parameter . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22-39 22-39 22-39 22-39 22-39 22-40 22-40 22-40 22-40 22-41 22-41 22-41 22-41 22-41 22-41 22-42 22-42 22-42 22-42 22-42 22-43 22-43 22-43 22-43 22-43 22-44 22-44 22-44 22-44 22-44 22-44 22-44 22-45 22-45 22-45 22-46 22-46 22-46 22-46 22-47 22-47 22-47 22-47 22-47 22-48 22-49 22-49 22-49 22-49 22-49 22-49 22-49 22-49 22-49 22-50 22-50

Contents

xxiii

Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Overrides . . . . . . . . . . . . Location in the JCL . . . . . . . . Destination for the System Data Sets . JES2 Processing with JESDS . . . . JES3 Processing with JESDS . . . . Example of the JESDS Parameter . . LINDEX Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Relationship to Other Parameters . . . Example of the LINDEX Parameter . . LINECT Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Example of the LINECT Parameter . . MAILBCC Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other System Functions Examples of the MAILBCC Parameter . MAILCC Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other System Functions Examples of the MAILCC Parameter. . MAILFILE Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other System Functions Example of the MAILFILE Parameter . MAILFROM Parameter . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other System Functions Example of the MAILFROM Parameter . MAILTO Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . Subparameter Definition . . . . . . Defaults . . . . . . . . . . . . Overrides . . . . . . . . . . . . Relationship to Other System Functions Example of the MAILTO Parameter . . MODIFY Parameter . . . . . . . . . Syntax . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22-50 22-50 22-51 22-51 22-51 22-51 22-51 22-51 22-52 22-52 22-52 22-52 22-52 22-52 22-53 22-53 22-53 22-53 22-53 22-53 22-53 22-54 22-54 22-54 22-54 22-54 22-54 22-55 22-55 22-55 22-55 22-55 22-55 22-55 22-56 22-56 22-56 22-56 22-56 22-56 22-56 22-56 22-57 22-57 22-57 22-57 22-57 22-57 22-57 22-57 22-58 22-58 22-58 22-58 22-58 22-58

xxiv

z/OS V1R6.0 MVS JCL Reference

Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Parameters . . . . . . . Example of the MODIFY Parameter . . . . . . NAME Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the NAME Parameter . . . . . . . NOTIFY Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definitions . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Examples of the NOTIFY Parameter . . . . . . OFFSETXB Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Keywords on This Statement Example of the OFFSETXB Parameter . . . . . OFFSETXF Parameter . . . . . . . . . . . . OFFSETYB Parameter . . . . . . . . . . . . OFFSETYF Parameter . . . . . . . . . . . . OUTBIN Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other System Functions . . . . Example of the OUTBIN Parameter . . . . . . OUTDISP Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definitions . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Relationship to Other Control Statements . . . . Examples of the OUTDISP parameter . . . . . OVERLAYB Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Relationship to Other Keywords on This Statement Example of the OVERLAYB Parameter . . . . . OVERLAYF Parameter . . . . . . . . . . . . OVFL Parameter . . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Defaults . . . . . . . . . . . . . . . . Example of the OVFL Parameter . . . . . . . PAGEDEF Parameter . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . . Subparameter Definition . . . . . . . . . . Overrides . . . . . . . . . . . . . . . . Example of the PAGEDEF Parameter . . . . . PIMSG Parameter . . . . . . . . . . . . . Syntax . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

22-59 22-59 22-59 22-59 22-59 22-60 22-60 22-60 22-60 22-60 22-61 22-61 22-61 22-61 22-61 22-61 22-62 22-62 22-62 22-62 22-62 22-63 22-63 22-63 22-63 22-63 22-64 22-64 22-64 22-64 22-64 22-64 22-64 22-65 22-65 22-65 22-65 22-66 22-66 22-67 22-67 22-67 22-67 22-67 22-67 22-67 22-68 22-68 22-68 22-68 22-69 22-69 22-69 22-69 22-69 22-70

Contents

xxv

Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Examples of the PIMSG Parameter . . . PORTNO Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Relationship to Other System Functions . Example of the PORTNO Parameter . . . PRMODE Parameter . . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Defaults . . . . . . . . . . . . . Printing a Line-Mode Data Set Using PSF . Example of the PRMODE Parameter . . PRTERROR Parameter . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Relationship to Other Control Statements . Examples of the PRTERROR Parameter . PRTOPTNS Parameter. . . . . . . . . Syntax . . . . . . . . . . . . . . Subparameter Definition . . . . . . . Relationship to Other System Functions . Example of the PRTOPTNS Parameter . . PRTQUEUE Paramet