SlideShare a Scribd company logo
1 of 724
Download to read offline
z/OS
MVS JCL Reference
SA22-7597-12
z/OS
MVS JCL Reference
SA22-7597-12
Note
Before using this information and the product it supports, be sure to read the general information under “Notices” on page
B-1.
Thirteenth Edition, September 2008
This is a major revision of SA22-7597-11.
This edition applies to Version 1 Release 10 of z/OS (5694-A01) 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:
International Business Machines Corporation
MHVRCFS, Mail Station P181
2455 South Road
Poughkeepsie, NY 12601-5400
United States of America
FAX (United States & Canada): 1+845+432-9405
FAX (Other Countries):
Your International Access Code +1+845+432-9405
IBMLink™
(United States customers only): IBMUSM10(MHVRCFS)
Internet e-mail: mhvrcfs@us.ibm.com
World Wide Web: http://www.ibm.com/systems/z/os/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, 2008. All rights reserved.
US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract
with IBM Corp.
Contents
Figures . . . . . . . . . . . . . . . . . . . . . . . . . . xxxv
Tables . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvii
About this document . . . . . . . . . . . . . . . . . . . . . xxxix
Who should use this document . . . . . . . . . . . . . . . . . . xxxix
Information updates on the web. . . . . . . . . . . . . . . . . . xxxix
Related information . . . . . . . . . . . . . . . . . . . . . . xxxix
Programs . . . . . . . . . . . . . . . . . . . . . . . . . xxxix
Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . xl
Summary of changes . . . . . . . . . . . . . . . . . . . . . . xli
Chapter 1. Job Control Statements . . . . . . . . . . . . . . . . 1-1
JCL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-1
JECL Statements. . . . . . . . . . . . . . . . . . . . . . . . 1-2
Chapter 2. Job Control Tasks . . . . . . . . . . . . . . . . . . 2-1
Entering Jobs . . . . . . . . . . . . . . . . . . . . . . . . . 2-1
Processing Jobs . . . . . . . . . . . . . . . . . . . . . . . . 2-2
Requesting Resources . . . . . . . . . . . . . . . . . . . . . . 2-2
Task Charts . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2
Chapter 3. Format of Statements . . . . . . . . . . . . . . . . . 3-1
JCL Statement Fields . . . . . . . . . . . . . . . . . . . . . . 3-1
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 3-3
JES2 Control Statement Fields. . . . . . . . . . . . . . . . . . . 3-4
JES3 Control Statement Fields. . . . . . . . . . . . . . . . . . . 3-4
Continuing Statements . . . . . . . . . . . . . . . . . . . . . . 3-4
Continuing JCL Statements . . . . . . . . . . . . . . . . . . . 3-4
Examples of Continued Statements . . . . . . . . . . . . . . . . 3-5
Continuing JES2 Control Statements . . . . . . . . . . . . . . . 3-6
Continuing JES3 Control Statements . . . . . . . . . . . . . . . 3-6
Chapter 4. Syntax of Parameters . . . . . . . . . . . . . . . . . 4-1
Notation Used to Show Syntax. . . . . . . . . . . . . . . . . . . 4-1
Character Sets. . . . . . . . . . . . . . . . . . . . . . . . . 4-3
Syntax Notes . . . . . . . . . . . . . . . . . . . . . . . . . 4-5
Backward References . . . . . . . . . . . . . . . . . . . . . . 4-5
Examples of Backward References . . . . . . . . . . . . . . . . 4-6
Chapter 5. Procedures and Symbols . . . . . . . . . . . . . . . . 5-1
Cataloged and In-Stream Procedures . . . . . . . . . . . . . . . . 5-1
In-stream Procedures . . . . . . . . . . . . . . . . . . . . . 5-1
Cataloged Procedures . . . . . . . . . . . . . . . . . . . . . 5-1
Using a Procedure . . . . . . . . . . . . . . . . . . . . . . 5-2
Testing a Procedure. . . . . . . . . . . . . . . . . . . . . . 5-2
Modifying Procedures . . . . . . . . . . . . . . . . . . . . . . 5-3
Explanation . . . . . . . . . . . . . . . . . . . . . . . . . 5-3
Examples of Procedures . . . . . . . . . . . . . . . . . . . . 5-6
Nested Procedures . . . . . . . . . . . . . . . . . . . . . . . 5-9
Nesting Procedures . . . . . . . . . . . . . . . . . . . . . . 5-9
Modifying Nested Procedures . . . . . . . . . . . . . . . . . . 5-9
© Copyright IBM Corp. 1988, 2008 iii
Examples of Modifying Nested Procedures . . . . . . . . . . . . . 5-10
Using System Symbols and JCL Symbols . . . . . . . . . . . . . . 5-12
What are System Symbols? . . . . . . . . . . . . . . . . . . 5-12
What are JCL Symbols?. . . . . . . . . . . . . . . . . . . . 5-13
Coding Symbols in JCL . . . . . . . . . . . . . . . . . . . . 5-17
Determining Equivalent JCL . . . . . . . . . . . . . . . . . . 5-19
Examples of Defining and Coding Symbols in JCL . . . . . . . . . . 5-24
Using Symbols in Nested Procedures . . . . . . . . . . . . . . . 5-26
Examples of Coding Symbols in Nested Procedures . . . . . . . . . 5-27
Chapter 6. Job Control Statements on the Output Listing . . . . . . . 6-1
Chapter 7. Started Tasks . . . . . . . . . . . . . . . . . . . . 7-1
Determining Whether to Use a Started Task . . . . . . . . . . . . . . 7-1
Determining the Source JCL for the Started Task . . . . . . . . . . . . 7-1
START Command Processing when the Member is a Procedure . . . . . 7-2
START Command Processing when the Member is a Job . . . . . . . . 7-3
Review Current Started Tasks . . . . . . . . . . . . . . . . . . 7-3
Convert 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-5
Running a Started Task Under a Job Entry Subsystem . . . . . . . . . 7-6
Running a Started Task Under the Master Subsystem . . . . . . . . . 7-6
Running a Started Task That Uses ICF Catalogs . . . . . . . . . . . 7-7
Set Up the Master JCL . . . . . . . . . . . . . . . . . . . . 7-7
Coding the JCL . . . . . . . . . . . . . . . . . . . . . . . . 7-7
Naming the JCL member . . . . . . . . . . . . . . . . . . . . 7-7
Coding the JOB Statement for the Started Task . . . . . . . . . . . 7-8
Using Symbols in Started Task JCL . . . . . . . . . . . . . . . . 7-8
Naming a Started Task (Source JCL is a Job) . . . . . . . . . . . . . 7-12
Setting Up Operator Education for Your Started Task . . . . . . . . . . 7-12
Chapter 8. JCL Command Statement. . . . . . . . . . . . . . . . 8-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1
Syntax. . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 8-1
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 8-2
Comments Field . . . . . . . . . . . . . . . . . . . . . . . 8-2
Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 8-2
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 8-2
Examples of the Command Statement . . . . . . . . . . . . . . . 8-2
Chapter 9. COMMAND Statement . . . . . . . . . . . . . . . . . 9-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1
Syntax. . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . . 9-2
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 9-2
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 9-2
Comments Field . . . . . . . . . . . . . . . . . . . . . . . 9-2
Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 9-2
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 9-2
Examples of the COMMAND Statement . . . . . . . . . . . . . . 9-3
Chapter 10. Comment Statement . . . . . . . . . . . . . . . . . 10-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 10-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 10-1
iv z/OS V1R10.0 MVS JCL Reference
||
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 10-1
Listing of Comments Statements . . . . . . . . . . . . . . . . 10-1
Examples of the Comment Statement. . . . . . . . . . . . . . . 10-1
Chapter 11. CNTL Statement . . . . . . . . . . . . . . . . . . 11-1
Description. . . . . . . . . . . . . . . . . . . . . . . . . . 11-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 11-1
Label Field. . . . . . . . . . . . . . . . . . . . . . . . . 11-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 11-1
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 11-1
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 11-1
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 11-2
Program Control Statements . . . . . . . . . . . . . . . . . . 11-2
Program Control Statements in Procedures. . . . . . . . . . . . . 11-2
Example of the CNTL Statement. . . . . . . . . . . . . . . . . 11-2
Chapter 12. DD Statement . . . . . . . . . . . . . . . . . . . 12-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 12-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 12-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 12-3
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 12-3
Comments Field . . . . . . . . . . . . . . . . . . . . . . 12-14
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-14
Examples of DD Statements and ddnames . . . . . . . . . . . . 12-17
* Parameter . . . . . . . . . . . . . . . . . . . . . . . . . 12-18
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-18
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-18
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-18
Relationship to Other Control Statements . . . . . . . . . . . . . 12-19
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-20
Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-20
Examples of the * Parameter . . . . . . . . . . . . . . . . . 12-20
ACCODE Parameter . . . . . . . . . . . . . . . . . . . . . 12-21
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-21
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-21
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-22
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-22
Example of the ACCODE Parameter. . . . . . . . . . . . . . . 12-22
AMP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-22
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-23
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-24
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-29
Buffer Requirements. . . . . . . . . . . . . . . . . . . . . 12-29
Examples of the AMP Parameter . . . . . . . . . . . . . . . . 12-29
AVGREC Parameter. . . . . . . . . . . . . . . . . . . . . . 12-30
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-30
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-30
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-31
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-31
Examples of the AVGREC Parameter . . . . . . . . . . . . . . 12-31
BLKSIZE Parameter. . . . . . . . . . . . . . . . . . . . . . 12-31
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-32
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-32
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-32
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-32
Contents v
Relationship to Other Control Statements . . . . . . . . . . . . . 12-33
Coexistence Considerations . . . . . . . . . . . . . . . . . . 12-33
Examples of the BLKSIZE Parameter . . . . . . . . . . . . . . 12-33
BLKSZLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-33
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-33
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-34
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-34
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-34
Example of the BLKSZLIM Parameter . . . . . . . . . . . . . . 12-34
BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 12-34
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-35
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-35
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-35
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-35
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-35
Relationship to Other Control Statements . . . . . . . . . . . . . 12-35
Example of the BURST Parameter . . . . . . . . . . . . . . . 12-36
CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 12-36
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-36
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-36
Default. . . . . . . . . . . . . . . . . . . . . . . . . . 12-36
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-36
Examples of the CCSID Parameter . . . . . . . . . . . . . . . 12-37
CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 12-38
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-39
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-39
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-39
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-39
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-40
Relationship to Other Control Statements . . . . . . . . . . . . . 12-40
Requesting a High-Density Dump . . . . . . . . . . . . . . . . 12-40
Examples of the CHARS Parameter . . . . . . . . . . . . . . . 12-40
CHKPT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-40
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-41
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-41
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-41
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-41
Relationship to the SYSCKEOV DD Statement . . . . . . . . . . . 12-41
Checkpointing Concatenated Data Sets . . . . . . . . . . . . . 12-41
Examples of the CHKPT Parameter . . . . . . . . . . . . . . . 12-41
CNTL Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-42
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-42
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-42
Examples of the CNTL Parameter. . . . . . . . . . . . . . . . 12-42
COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 12-43
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-43
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-43
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-44
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-44
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-44
Relationship to Other Control Statements . . . . . . . . . . . . . 12-45
Examples of the COPIES Parameter. . . . . . . . . . . . . . . 12-46
DATA Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-46
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-47
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-47
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-47
vi z/OS V1R10.0 MVS JCL Reference
Relationship to Other Control Statements . . . . . . . . . . . . . 12-48
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-48
Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-48
Examples of the DATA Parameter. . . . . . . . . . . . . . . . 12-48
DATACLAS Parameter . . . . . . . . . . . . . . . . . . . . . 12-49
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-50
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-50
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-51
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-51
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-52
Examples of the DATACLAS Parameter . . . . . . . . . . . . . 12-52
DCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-52
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-53
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-53
Completing the Data Control Block . . . . . . . . . . . . . . . 12-55
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-55
Examples of the DCB Parameter . . . . . . . . . . . . . . . . 12-56
DCB Subparameters . . . . . . . . . . . . . . . . . . . . 12-57
DDNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-66
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-67
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-67
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-67
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-67
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-67
Referenced DD Statement . . . . . . . . . . . . . . . . . . 12-68
Backward References . . . . . . . . . . . . . . . . . . . . 12-69
Examples of the DDNAME Parameter . . . . . . . . . . . . . . 12-70
DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-72
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-72
Subparameter Definition for JES2 Systems . . . . . . . . . . . . 12-72
Subparameter Definition for JES3 Systems . . . . . . . . . . . . 12-74
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-75
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-75
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-75
Relationship to Other Control Statements . . . . . . . . . . . . . 12-75
Example of the DEST Parameter . . . . . . . . . . . . . . . . 12-75
DISP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-75
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-77
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-78
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-82
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-82
Disposition of QSAM Data Sets . . . . . . . . . . . . . . . . 12-83
Disposition of Generation Data Sets . . . . . . . . . . . . . . . 12-83
Disposition of Temporary Data Sets . . . . . . . . . . . . . . . 12-83
Disposition of Partitioned Data Sets (PDSs and PDSEs) . . . . . . . 12-83
Adding a Volume to a Cataloged Data Set . . . . . . . . . . . . 12-83
DISP=MOD for a Multivolume Data Set. . . . . . . . . . . . . . 12-84
Summary of Disposition Processing . . . . . . . . . . . . . . . 12-86
Examples of the DISP Parameter . . . . . . . . . . . . . . . . 12-87
DLM Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-88
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-89
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-89
Default. . . . . . . . . . . . . . . . . . . . . . . . . . 12-89
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-89
Invalid Delimiters . . . . . . . . . . . . . . . . . . . . . . 12-90
Example of the DLM Parameter . . . . . . . . . . . . . . . . 12-90
Contents vii
DSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-90
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-91
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-91
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-91
Example of the DSID Parameter . . . . . . . . . . . . . . . . 12-91
DSNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-92
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-92
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-93
Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-98
Examples of the DSNAME Parameter . . . . . . . . . . . . . . 12-98
DSNTYPE Parameter . . . . . . . . . . . . . . . . . . . . . 12-99
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-100
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-100
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-101
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-101
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-101
Examples of the DSNTYPE Parameter . . . . . . . . . . . . . 12-102
DUMMY Parameter . . . . . . . . . . . . . . . . . . . . . 12-103
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-103
Parameters on DD DUMMY Statements . . . . . . . . . . . . . 12-103
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-104
Relationship to Other Control Statements . . . . . . . . . . . . 12-104
Relationship to Access Methods . . . . . . . . . . . . . . . . 12-105
Examples of the DUMMY Parameter . . . . . . . . . . . . . . 12-105
DYNAM Parameter. . . . . . . . . . . . . . . . . . . . . . 12-106
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-106
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-106
Relationship to Other Control Statements . . . . . . . . . . . . 12-106
Example of the DYNAM Parameter. . . . . . . . . . . . . . . 12-106
EXPDT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-106
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-107
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-107
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-108
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-108
Deleting a Data Set Before its Expiration Date . . . . . . . . . . 12-108
Examples of the EXPDT Parameter . . . . . . . . . . . . . . 12-108
FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-109
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-109
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-109
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-110
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-110
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-110
Relationship to Other Control Statements . . . . . . . . . . . . 12-110
Defining an FCB Image for a Work Station . . . . . . . . . . . . 12-111
Requesting a High-Density Dump . . . . . . . . . . . . . . . 12-111
Examples of the FCB Parameter . . . . . . . . . . . . . . . . 12-111
FILEDATA Parameter . . . . . . . . . . . . . . . . . . . . . 12-112
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-112
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-112
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-112
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-112
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-112
Example of the FILEDATA Parameter . . . . . . . . . . . . . . 12-113
FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-113
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-113
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-113
viii z/OS V1R10.0 MVS JCL Reference
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-113
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-114
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-114
Relationship to Other Control Statements . . . . . . . . . . . . 12-114
Verification of Forms Overlay Frame . . . . . . . . . . . . . . 12-114
Printing without Flashing. . . . . . . . . . . . . . . . . . . 12-114
Example of the FLASH Parameter . . . . . . . . . . . . . . . 12-115
FREE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-115
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-115
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-115
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-115
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-115
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-116
Relationship to Other Control Statements . . . . . . . . . . . . 12-116
Relationship to the CLOSE Macro Instruction . . . . . . . . . . . 12-116
Examples of the FREE Parameter . . . . . . . . . . . . . . . 12-117
HOLD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-117
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-118
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-118
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-119
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-119
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-119
Relationship to Other Control Statements . . . . . . . . . . . . 12-119
Examples of the HOLD Parameter . . . . . . . . . . . . . . . 12-119
KEYLABL1 Parameter . . . . . . . . . . . . . . . . . . . . 12-120
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-120
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-120
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-120
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-121
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-121
Examples of the KEYLABL1 Parameter . . . . . . . . . . . . . 12-121
KEYLABL2 Parameter . . . . . . . . . . . . . . . . . . . . 12-121
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-121
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-122
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-122
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-122
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-122
Examples of the KEYLABL2 Parameter . . . . . . . . . . . . . 12-122
KEYENCD1 Parameter . . . . . . . . . . . . . . . . . . . . 12-122
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-123
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-123
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-123
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-123
Example of the KEYENCD1 Parameter . . . . . . . . . . . . . 12-123
KEYENCD2 Parameter . . . . . . . . . . . . . . . . . . . . 12-123
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-124
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-124
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-124
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-124
Example of the KEYENCD2 Parameter . . . . . . . . . . . . . 12-124
KEYLEN Parameter . . . . . . . . . . . . . . . . . . . . . 12-124
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-125
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-125
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-125
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-125
Examples of the KEYLEN Parameter . . . . . . . . . . . . . . 12-125
Contents ix
KEYOFF Parameter . . . . . . . . . . . . . . . . . . . . . 12-126
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-126
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-126
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-126
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-127
Example of the KEYOFF Parameter . . . . . . . . . . . . . . 12-127
LABEL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-127
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-128
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-128
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-132
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-132
Relationship to Other Control Statements . . . . . . . . . . . . 12-132
Data Conversion . . . . . . . . . . . . . . . . . . . . . 12-132
Examples of the LABEL Parameter . . . . . . . . . . . . . . . 12-133
LGSTREAM Parameter . . . . . . . . . . . . . . . . . . . . 12-134
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-134
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-134
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-134
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-134
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-134
Example of the LGSTREAM Parameter . . . . . . . . . . . . . 12-135
LIKE Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-135
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-136
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-136
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-136
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-137
Examples of the LIKE Parameter . . . . . . . . . . . . . . . 12-137
LRECL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-137
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-138
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-138
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-138
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-138
Examples of the LRECL Parameter. . . . . . . . . . . . . . . 12-139
MGMTCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-139
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-140
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-140
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-140
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-140
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-140
Example of the MGMTCLAS Parameter . . . . . . . . . . . . . 12-140
MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . 12-141
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-141
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-141
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-142
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-142
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-142
Relationship to Other Control Statements . . . . . . . . . . . . 12-142
Example of the MODIFY Parameter . . . . . . . . . . . . . . 12-142
OUTLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-142
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-143
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-143
Default . . . . . . . . . . . . . . . . . . . . . . . . . 12-143
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-143
Relationship to Other Control Statements . . . . . . . . . . . . 12-143
Example of the OUTLIM Parameter . . . . . . . . . . . . . . 12-143
OUTPUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-144
x z/OS V1R10.0 MVS JCL Reference
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-144
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-144
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-145
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-145
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-145
Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-146
No Match for OUTPUT Name . . . . . . . . . . . . . . . . . 12-146
Processing Options in Multiple References . . . . . . . . . . . . 12-146
Examples of the OUTPUT Parameter . . . . . . . . . . . . . . 12-146
PATH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-147
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-148
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-148
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-149
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-149
Relationship to Other Statements . . . . . . . . . . . . . . . 12-150
Dummy HFS Files . . . . . . . . . . . . . . . . . . . . . 12-150
Example of the PATH Parameter. . . . . . . . . . . . . . . . 12-150
PATHDISP Parameter. . . . . . . . . . . . . . . . . . . . . 12-151
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-151
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-151
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-151
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-152
Example of the PATHDISP Parameter. . . . . . . . . . . . . . 12-152
PATHMODE Parameter . . . . . . . . . . . . . . . . . . . . 12-152
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-153
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-153
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-155
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-155
Example of the PATHMODE Parameter . . . . . . . . . . . . . 12-156
PATHOPTS Parameter . . . . . . . . . . . . . . . . . . . . 12-156
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-156
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-157
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-158
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-158
File Status . . . . . . . . . . . . . . . . . . . . . . . . 12-159
Example of the PATHOPTS Parameter . . . . . . . . . . . . . 12-159
PROTECT Parameter. . . . . . . . . . . . . . . . . . . . . 12-159
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-160
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-160
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-160
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-160
Requirements for Protecting a Tape Data Set . . . . . . . . . . . 12-160
Requirements for Protecting a Tape Volume . . . . . . . . . . . 12-161
Requirements for Protecting a Direct Access Data Set. . . . . . . . 12-161
Examples of the PROTECT Parameter . . . . . . . . . . . . . 12-161
QNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-162
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-162
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-162
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-162
Examples of the QNAME Parameter . . . . . . . . . . . . . . 12-163
RECFM Parameter. . . . . . . . . . . . . . . . . . . . . . 12-163
Coding RECFM for BDAM Access Method . . . . . . . . . . . . 12-163
Coding RECFM for BPAM Access Method . . . . . . . . . . . . 12-164
Coding RECFM for BSAM, EXCP, and QSAM Access Methods . . . . 12-165
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-165
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-166
Contents xi
Examples of the RECFM Parameter . . . . . . . . . . . . . . 12-166
RECORG Parameter . . . . . . . . . . . . . . . . . . . . . 12-166
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-167
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-167
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-167
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-167
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-167
Example of the RECORG parameter . . . . . . . . . . . . . . 12-167
REFDD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-167
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-168
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-168
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-169
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-169
Examples of the REFDD Parameter . . . . . . . . . . . . . . 12-169
RETPD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-170
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-170
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-170
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-170
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-171
Deleting a Data Set Before its Retention Period Passes . . . . . . . 12-171
Examples of the RETPD Parameter . . . . . . . . . . . . . . 12-171
RLS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-171
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-172
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-172
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-172
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-173
Examples of the RLS Parameter. . . . . . . . . . . . . . . . 12-173
SECMODEL Parameter . . . . . . . . . . . . . . . . . . . . 12-173
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-174
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-174
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-174
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-174
Examples of the SECMODEL Parameter. . . . . . . . . . . . . 12-174
SEGMENT Parameter . . . . . . . . . . . . . . . . . . . . 12-175
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-175
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-175
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-175
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-175
Example of the Segment Parameter . . . . . . . . . . . . . . 12-176
SPACE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-176
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-177
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-178
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-183
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-183
SPACE for New Data Sets with SMS . . . . . . . . . . . . . . 12-183
Examples of the SPACE Parameter . . . . . . . . . . . . . . 12-183
SPIN Parameter. . . . . . . . . . . . . . . . . . . . . . . 12-184
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-184
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-185
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-185
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-185
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-185
Examples of the SPIN Parameter . . . . . . . . . . . . . . . 12-185
STORCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-186
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-187
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-187
xii z/OS V1R10.0 MVS JCL Reference
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-187
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-187
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-187
Examples of the STORCLAS Parameter . . . . . . . . . . . . . 12-187
SUBSYS Parameter . . . . . . . . . . . . . . . . . . . . . 12-188
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-188
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-189
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-189
Subsystem Support for JCL Parameters . . . . . . . . . . . . . 12-190
Examples of the SUBSYS Parameter . . . . . . . . . . . . . . 12-190
SYSOUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-191
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-192
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-192
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-193
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-194
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-194
Relationship to Other Control Statements . . . . . . . . . . . . 12-195
Starting an External Writer when Requested . . . . . . . . . . . 12-195
Held Classes in a JES2 System . . . . . . . . . . . . . . . . 12-195
Held Classes in a JES3 System . . . . . . . . . . . . . . . . 12-195
Significance of Output Classes . . . . . . . . . . . . . . . . 12-195
Examples of the SYSOUT Parameter . . . . . . . . . . . . . . 12-196
TERM Parameter . . . . . . . . . . . . . . . . . . . . . . 12-197
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-197
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-197
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-197
Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-197
Examples of the TERM Parameter . . . . . . . . . . . . . . . 12-198
UCS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-198
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-199
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-199
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-200
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-200
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-200
Using Special Character Sets . . . . . . . . . . . . . . . . . 12-201
Examples of the UCS Parameter . . . . . . . . . . . . . . . 12-201
UNIT Parameter. . . . . . . . . . . . . . . . . . . . . . . 12-201
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-202
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-202
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-205
Relationship of the UNIT Parameter to Other Parameters . . . . . . 12-205
Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-206
Examples of the UNIT Parameter . . . . . . . . . . . . . . . 12-206
VOLUME Parameter . . . . . . . . . . . . . . . . . . . . . 12-207
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-208
Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-209
Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-216
Relationship to Other Parameters . . . . . . . . . . . . . . . 12-216
VOLUME Parameter in a JES3 System . . . . . . . . . . . . . 12-217
VOLUME Parameter for Optical Readers . . . . . . . . . . . . 12-217
VOLUME Parameter for Nonspecific Volume Requests . . . . . . . 12-217
VOLUME parameter for Specific Multi-Volume Tape Requests . . . . . 12-217
Examples of the VOLUME Parameter . . . . . . . . . . . . . . 12-217
Chapter 13. Special DD Statements . . . . . . . . . . . . . . . . 13-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 13-1
Contents xiii
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1
Special ddnames . . . . . . . . . . . . . . . . . . . . . . 13-1
JOBLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1
Parameters on JOBLIB DD Statements . . . . . . . . . . . . . . 13-1
Relationship to Other Control Statements . . . . . . . . . . . . . 13-3
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-3
Relationship of a JOBLIB to a STEPLIB . . . . . . . . . . . . . . 13-3
Examples of the JOBLIB DD Statement . . . . . . . . . . . . . . 13-3
STEPLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-4
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-5
Parameters on STEPLIB DD Statements . . . . . . . . . . . . . 13-5
Relationship to Other Control Statements . . . . . . . . . . . . . 13-6
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-6
Relationship of a STEPLIB to a JOBLIB . . . . . . . . . . . . . . 13-7
Examples of the STEPLIB DD Statement . . . . . . . . . . . . . 13-7
SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . . . . 13-8
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-9
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-9
Storing a Dump . . . . . . . . . . . . . . . . . . . . . . . 13-9
Printing a Dump . . . . . . . . . . . . . . . . . . . . . . 13-10
Overriding Dump DD Statements . . . . . . . . . . . . . . . . 13-10
Duplicate Dump Requests . . . . . . . . . . . . . . . . . . 13-10
Examples of the SYSABEND, SYSMDUMP, and SYSUDUMP DD
Statements . . . . . . . . . . . . . . . . . . . . . . . 13-10
SYSCHK DD Statement . . . . . . . . . . . . . . . . . . . . 13-11
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-12
Parameters on SYSCHK DD Statements . . . . . . . . . . . . . 13-12
Relationship to Other Control Statements . . . . . . . . . . . . . 13-13
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-13
Examples of the SYSCHK DD Statement . . . . . . . . . . . . . 13-13
SYSCKEOV DD Statement . . . . . . . . . . . . . . . . . . . 13-13
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-14
Parameters on SYSCKEOV DD Statements . . . . . . . . . . . . 13-14
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-14
Example of the SYSCKEOV DD Statement . . . . . . . . . . . . 13-14
SYSIN DD Statement . . . . . . . . . . . . . . . . . . . . . 13-14
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-15
Parameters on SYSIN DD Statements . . . . . . . . . . . . . . 13-15
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-15
Examples of SYSIN DD Statements . . . . . . . . . . . . . . . 13-15
Chapter 14. Delimiter Statement . . . . . . . . . . . . . . . . . 14-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 14-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 14-1
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 14-1
Relationship to the DLM Parameter . . . . . . . . . . . . . . . 14-1
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 14-2
Examples of the Delimiter Statement . . . . . . . . . . . . . . . 14-2
Chapter 15. ENDCNTL Statement. . . . . . . . . . . . . . . . . 15-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 15-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 15-1
Label Field. . . . . . . . . . . . . . . . . . . . . . . . . 15-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 15-1
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 15-1
xiv z/OS V1R10.0 MVS JCL Reference
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 15-1
Example of the ENDCNTL Statement . . . . . . . . . . . . . . . 15-1
Chapter 16. EXEC Statement . . . . . . . . . . . . . . . . . . 16-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 16-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 16-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 16-2
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 16-2
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 16-5
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-5
Examples of EXEC Statements . . . . . . . . . . . . . . . . . 16-5
ACCT Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-6
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-6
Subparameter Definition. . . . . . . . . . . . . . . . . . . . 16-7
On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-7
Examples of the ACCT Parameter . . . . . . . . . . . . . . . . 16-7
ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 16-8
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-8
Subparameter Definition. . . . . . . . . . . . . . . . . . . . 16-8
Defaults. . . . . . . . . . . . . . . . . . . . . . . . . . 16-8
Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-8
Relationship to the EXEC REGION Parameter . . . . . . . . . . . 16-8
On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-9
Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 16-9
CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-9
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-10
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-10
Default. . . . . . . . . . . . . . . . . . . . . . . . . . 16-10
Relationship to Other Parameters . . . . . . . . . . . . . . . . 16-10
Examples of the CCSID Parameter . . . . . . . . . . . . . . . 16-10
COND Parameter. . . . . . . . . . . . . . . . . . . . . . . 16-10
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-11
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-12
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-13
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-13
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-13
Considerations when Using the COND Parameter. . . . . . . . . . 16-14
Summary of COND Parameters . . . . . . . . . . . . . . . . 16-15
Examples of the COND Parameter . . . . . . . . . . . . . . . 16-16
DYNAMNBR Parameter . . . . . . . . . . . . . . . . . . . . 16-18
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-18
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-18
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-19
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-19
Example of the DYNAMNBR Parameter . . . . . . . . . . . . . 16-19
MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 16-19
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-19
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-19
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-20
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-20
Relationship to the REGION Parameter . . . . . . . . . . . . . 16-20
Considerations When Using the MEMLIMIT Parameter . . . . . . . . 16-20
Example of the MEMLIMIT Parameter . . . . . . . . . . . . . . 16-20
PARM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-20
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-21
Contents xv
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-21
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-21
Examples of the PARM Parameter . . . . . . . . . . . . . . . 16-21
PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 16-22
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-23
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-23
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-23
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-23
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-23
Example of the PERFORM Parameter . . . . . . . . . . . . . . 16-23
PGM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-24
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-24
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-24
Examples of the PGM Parameter . . . . . . . . . . . . . . . . 16-25
PROC and Procedure Name Parameters . . . . . . . . . . . . . . 16-25
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-26
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-26
Effect of PROC Parameter on Other Parameters and Following
Statements . . . . . . . . . . . . . . . . . . . . . . . 16-26
Examples of the PROC Parameter . . . . . . . . . . . . . . . 16-26
RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 16-26
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-27
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-28
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-28
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-29
Relationship to Other Control Statements . . . . . . . . . . . . . 16-29
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-29
Examples of the RD Parameter . . . . . . . . . . . . . . . . 16-29
REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 16-30
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-30
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-30
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-31
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-31
Relationship to the EXEC ADDRSPC Parameter . . . . . . . . . . 16-31
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-31
Relationship to the MEMLIMIT Parameter . . . . . . . . . . . . . 16-32
Considerations When Using the REGION Parameter. . . . . . . . . 16-32
Examples of the REGION Parameter . . . . . . . . . . . . . . 16-32
RLSTMOUT parameter. . . . . . . . . . . . . . . . . . . . . 16-32
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-33
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-33
Examples of the RLSTMOUT parameter . . . . . . . . . . . . . 16-33
TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-33
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-33
Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-34
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-34
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-34
On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-34
Examples of the TIME Parameter . . . . . . . . . . . . . . . . 16-35
Chapter 17. IF/THEN/ELSE/ENDIF Statement Construct . . . . . . . . 17-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 17-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 17-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 17-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 17-2
Relational-Expression Field . . . . . . . . . . . . . . . . . . 17-2
xvi z/OS V1R10.0 MVS JCL Reference
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 17-7
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 17-7
Relationship to Other Parameters . . . . . . . . . . . . . . . . 17-7
THEN and ELSE Clauses . . . . . . . . . . . . . . . . . . . 17-8
Considerations when Using the IF/THEN/ELSE/ENDIF Construct. . . . . 17-8
Examples of IF/THEN/ELSE/ENDIF Statement Constructs. . . . . . . 17-10
Chapter 18. INCLUDE Statement . . . . . . . . . . . . . . . . . 18-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 18-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 18-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 18-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 18-1
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 18-1
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 18-2
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 18-2
Considerations for Using INCLUDE Groups . . . . . . . . . . . . 18-2
Examples of the INCLUDE Statement: . . . . . . . . . . . . . . 18-2
Chapter 19. JCLLIB Statement. . . . . . . . . . . . . . . . . . 19-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 19-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 19-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 19-2
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 19-2
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 19-2
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 19-3
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 19-3
Considerations for Using the JCLLIB Statement . . . . . . . . . . . 19-3
Examples of the JCLLIB Statement . . . . . . . . . . . . . . . 19-3
Chapter 20. JOB Statement . . . . . . . . . . . . . . . . . . . 20-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 20-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 20-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 20-2
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 20-2
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 20-5
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 20-6
Examples of JOB Statements. . . . . . . . . . . . . . . . . . 20-6
Accounting Information Parameter . . . . . . . . . . . . . . . . . 20-6
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-6
Subparameter Definition. . . . . . . . . . . . . . . . . . . . 20-7
Relationship to Other Control Statements . . . . . . . . . . . . . 20-7
JES2 Accounting Information Format . . . . . . . . . . . . . . . 20-7
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-8
Examples of the Accounting Information Parameter. . . . . . . . . . 20-9
ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 20-9
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-10
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-10
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-10
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-10
Relationship to the JOB REGION Parameter. . . . . . . . . . . . 20-10
Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 20-10
BYTES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-11
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-11
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-11
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-11
Contents xvii
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-12
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-12
Relationship to Other Control Statements . . . . . . . . . . . . . 20-12
Examples of the BYTES Parameter . . . . . . . . . . . . . . . 20-12
CARDS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-12
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-13
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-13
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-13
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-13
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-14
Relationship to Other Control Statements . . . . . . . . . . . . . 20-14
Examples of the CARDS Parameter . . . . . . . . . . . . . . . 20-14
CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 20-14
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-15
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-15
Default. . . . . . . . . . . . . . . . . . . . . . . . . . 20-15
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-15
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-15
Examples of the CCSID Parameter . . . . . . . . . . . . . . . 20-15
CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-15
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-16
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-16
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-16
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-16
Relationship to Other Control Statements . . . . . . . . . . . . . 20-17
Example of the CLASS Parameter . . . . . . . . . . . . . . . 20-17
COND Parameter. . . . . . . . . . . . . . . . . . . . . . . 20-17
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-17
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-18
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-18
Summary of COND Parameters . . . . . . . . . . . . . . . . 20-18
Examples of the COND Parameter . . . . . . . . . . . . . . . 20-18
GROUP Parameter . . . . . . . . . . . . . . . . . . . . . . 20-19
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-20
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-20
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-20
Example of the GROUP Parameter . . . . . . . . . . . . . . . 20-20
JESLOG Parameter . . . . . . . . . . . . . . . . . . . . . . 20-20
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-20
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-20
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-21
Examples of the JESLOG Parameter . . . . . . . . . . . . . . 20-21
LINES Parameter. . . . . . . . . . . . . . . . . . . . . . . 20-21
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-22
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-22
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-22
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-22
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-22
Relationship to Other Control Statements . . . . . . . . . . . . . 20-23
Examples of the LINES Parameter . . . . . . . . . . . . . . . 20-23
MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 20-23
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-23
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-23
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-24
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-24
Relationship to the REGION Parameter . . . . . . . . . . . . . 20-24
xviii z/OS V1R10.0 MVS JCL Reference
Considerations When Using the MEMLIMIT Parameter . . . . . . . . 20-24
Examples of the MEMLIMIT Parameter. . . . . . . . . . . . . . 20-24
MSGCLASS Parameter . . . . . . . . . . . . . . . . . . . . 20-24
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-25
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-25
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-25
Significance of Output Classes . . . . . . . . . . . . . . . . . 20-25
Examples of the MSGCLASS Parameter . . . . . . . . . . . . . 20-25
MSGLEVEL Parameter. . . . . . . . . . . . . . . . . . . . . 20-26
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-26
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-27
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-27
Examples of the MSGLEVEL Parameter . . . . . . . . . . . . . 20-27
NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 20-28
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-28
Subparameter Definition for JES2 Systems . . . . . . . . . . . . 20-28
Subparameter Definition for JES3 Systems . . . . . . . . . . . . 20-29
Receiving Notification of Job Completion . . . . . . . . . . . . . 20-29
Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 20-29
PAGES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-29
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-30
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-30
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-30
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-30
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-31
Relationship to Other Control Statements . . . . . . . . . . . . . 20-31
Examples of the PAGES Parameter . . . . . . . . . . . . . . . 20-31
PASSWORD Parameter . . . . . . . . . . . . . . . . . . . . 20-31
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-32
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-32
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-33
Examples of the PASSWORD Parameter . . . . . . . . . . . . . 20-33
PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 20-33
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-33
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-34
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-34
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-34
Examples of the PERFORM Parameter. . . . . . . . . . . . . . 20-34
Programmer’s Name Parameter . . . . . . . . . . . . . . . . . 20-35
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-35
Parameter Definition. . . . . . . . . . . . . . . . . . . . . 20-35
Examples of the Programmer’s Name Parameter . . . . . . . . . . 20-35
PRTY Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-36
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-37
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-37
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-37
Example of the PRTY Parameter . . . . . . . . . . . . . . . . 20-37
RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 20-37
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-38
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-38
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-39
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-39
Relationship to Other Control Statements . . . . . . . . . . . . . 20-39
Examples of the RD Parameter . . . . . . . . . . . . . . . . 20-40
REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 20-40
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-40
Contents xix
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-41
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-41
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-42
Relationship to the JOB ADDRSPC Parameter . . . . . . . . . . . 20-42
Relationship to the MEMLIMIT Parameter . . . . . . . . . . . . . 20-42
Considerations When Using the REGION Parameter. . . . . . . . . 20-42
Examples of the REGION Parameter . . . . . . . . . . . . . . 20-42
RESTART Parameter . . . . . . . . . . . . . . . . . . . . . 20-42
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-43
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-43
Relationship to Other Control Statements . . . . . . . . . . . . . 20-44
Cautions when Coding the RESTART Parameter . . . . . . . . . . 20-44
Generation Data Sets in Restarted Jobs . . . . . . . . . . . . . 20-44
Examples of the RESTART Parameter . . . . . . . . . . . . . . 20-44
SECLABEL Parameter . . . . . . . . . . . . . . . . . . . . . 20-45
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-46
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-46
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-46
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-46
Example of the SECLABEL Parameter . . . . . . . . . . . . . . 20-46
SCHENV Parameter. . . . . . . . . . . . . . . . . . . . . . 20-46
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-47
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-47
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-47
Relationship to Other Control Statements . . . . . . . . . . . . . 20-47
Example of the SCHENV Parameter. . . . . . . . . . . . . . . 20-47
TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-47
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-48
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-48
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-49
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-49
Examples of the TIME Parameter . . . . . . . . . . . . . . . . 20-49
Examples of the TIME Parameter on JOB and EXEC Statements . . . . 20-50
TYPRUN Parameter. . . . . . . . . . . . . . . . . . . . . . 20-50
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-51
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-51
Relationship to Other Control Statements . . . . . . . . . . . . . 20-52
Example of the TYPRUN Parameter . . . . . . . . . . . . . . . 20-52
USER Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-52
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-53
Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-53
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-53
Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-53
Example of the USER Parameter . . . . . . . . . . . . . . . . 20-53
Chapter 21. Null Statement . . . . . . . . . . . . . . . . . . . 21-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 21-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 21-1
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 21-1
Example of the Null Statement . . . . . . . . . . . . . . . . . 21-1
Chapter 22. OUTPUT JCL Statement . . . . . . . . . . . . . . . 22-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 22-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 22-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 22-1
xx z/OS V1R10.0 MVS JCL Reference
Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 22-2
Comments Field . . . . . . . . . . . . . . . . . . . . . . 22-10
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-10
Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-11
Relationship to Sysout DD Statement . . . . . . . . . . . . . . 22-11
Relationship to the JES2 /*OUTPUT Statement . . . . . . . . . . . 22-11
Relationship to the JES3 //*FORMAT Statement . . . . . . . . . . 22-12
ADDRESS Parameter . . . . . . . . . . . . . . . . . . . . . 22-12
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-12
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-12
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-12
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-13
Examples of the ADDRESS Parameter . . . . . . . . . . . . . . 22-13
AFPPARMS Parameter . . . . . . . . . . . . . . . . . . . . 22-13
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-14
Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-14
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-14
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-14
Relationship to Other Control Statements . . . . . . . . . . . . . 22-14
Example of the AFPSTATS keyword . . . . . . . . . . . . . . . 22-14
AFPSTATS Parameter . . . . . . . . . . . . . . . . . . . . . 22-14
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-15
Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-15
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-15
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-15
Relationship to Other Control Statements . . . . . . . . . . . . . 22-15
Example of the AFPSTATS keyword . . . . . . . . . . . . . . . 22-15
BUILDING Parameter . . . . . . . . . . . . . . . . . . . . . 22-15
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-16
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-16
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-16
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-16
Example of the BUILDING Parameter . . . . . . . . . . . . . . 22-16
BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 22-16
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-17
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-17
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-17
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-17
Example of the BURST Parameter . . . . . . . . . . . . . . . 22-17
CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-17
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-18
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-18
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-18
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-18
Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-19
Example of the CHARS Parameter . . . . . . . . . . . . . . . 22-19
CKPTLINE Parameter . . . . . . . . . . . . . . . . . . . . . 22-19
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-19
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-19
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-20
Example of the CKPTLINE Parameter . . . . . . . . . . . . . . 22-20
CKPTPAGE Parameter. . . . . . . . . . . . . . . . . . . . . 22-20
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-20
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-20
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-20
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-20
Contents xxi
Example of the CKPTPAGE Parameter. . . . . . . . . . . . . . 22-20
CKPTSEC Parameter . . . . . . . . . . . . . . . . . . . . . 22-21
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-21
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-21
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-21
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-21
Example of the CKPTSEC Parameter . . . . . . . . . . . . . . 22-21
CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-22
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-22
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-22
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-22
Held Classes in a JES2 System . . . . . . . . . . . . . . . . 22-22
Held Classes in a JES3 System . . . . . . . . . . . . . . . . 22-23
Significance of Output Classes . . . . . . . . . . . . . . . . . 22-23
Examples of the CLASS Parameter . . . . . . . . . . . . . . . 22-23
COLORMAP Parameter . . . . . . . . . . . . . . . . . . . . 22-24
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24
Example of the COLORMAP Parameter . . . . . . . . . . . . . 22-24
COMPACT Parameter . . . . . . . . . . . . . . . . . . . . . 22-24
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-25
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-25
Example of the COMPACT Parameter . . . . . . . . . . . . . . 22-25
COMSETUP Parameter . . . . . . . . . . . . . . . . . . . . 22-25
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-25
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-25
Example of the COMSETUP Parameter . . . . . . . . . . . . . 22-25
CONTROL Parameter . . . . . . . . . . . . . . . . . . . . . 22-25
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-26
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-26
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-26
Example of the CONTROL Parameter . . . . . . . . . . . . . . 22-26
COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 22-26
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-27
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-27
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-27
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-27
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-28
Relationship to Other Control Statements . . . . . . . . . . . . . 22-28
Examples of the COPIES Parameter. . . . . . . . . . . . . . . 22-28
DATACK Parameter . . . . . . . . . . . . . . . . . . . . . . 22-29
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-29
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-29
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-30
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-30
Example of the DATACK Parameter . . . . . . . . . . . . . . . 22-30
DEFAULT Parameter . . . . . . . . . . . . . . . . . . . . . 22-30
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-30
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-30
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-31
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-31
References to Default OUTPUT JCL Statements . . . . . . . . . . 22-31
Example of the DEFAULT Parameter . . . . . . . . . . . . . . 22-31
DEPT Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-32
xxii z/OS V1R10.0 MVS JCL Reference
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-32
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-33
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-33
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-33
Example of the DEPT Parameter . . . . . . . . . . . . . . . . 22-33
DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-33
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-34
Subparameter Definition for JES2 Systems . . . . . . . . . . . . 22-34
Subparameter Definition for JES3 Systems . . . . . . . . . . . . 22-35
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-36
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-36
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-36
Examples of the DEST Parameter . . . . . . . . . . . . . . . 22-36
DPAGELBL Parameter . . . . . . . . . . . . . . . . . . . . . 22-37
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-37
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-37
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-38
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-38
Example of the DPAGELBL Parameter . . . . . . . . . . . . . . 22-38
DUPLEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-38
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-38
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-38
Relationship to Other Keywords on This Statement . . . . . . . . . 22-39
Example of the DUPLEX Parameter . . . . . . . . . . . . . . . 22-39
FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-39
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-39
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-40
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-40
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-40
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-40
Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-40
Example of the FCB Parameter . . . . . . . . . . . . . . . . 22-41
FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 22-41
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-41
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-41
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-42
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-42
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-42
Verification of Forms Overlay Frame . . . . . . . . . . . . . . . 22-42
Printing without Flashing . . . . . . . . . . . . . . . . . . . 22-42
Example of the FLASH Parameter . . . . . . . . . . . . . . . 22-42
FORMDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-43
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-43
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-43
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-43
Example of the FORMDEF Parameter . . . . . . . . . . . . . . 22-43
FORMLEN Parameter . . . . . . . . . . . . . . . . . . . . . 22-44
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-44
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-44
Relationship to Other Control Statements . . . . . . . . . . . . . 22-44
Examples of the FORMLEN Parameter. . . . . . . . . . . . . . 22-44
FORMS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-45
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-45
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-45
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-45
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-45
Contents xxiii
Example of the FORMS Parameter . . . . . . . . . . . . . . . 22-45
FSSDATA Parameter . . . . . . . . . . . . . . . . . . . . . 22-45
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-46
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-46
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-46
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-47
Relationship to Other Keywords on this Statement . . . . . . . . . 22-47
Relationship to Other System Functions . . . . . . . . . . . . . 22-47
Examples of the FSSDATA Parameter . . . . . . . . . . . . . . 22-47
GROUPID Parameter . . . . . . . . . . . . . . . . . . . . . 22-48
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-48
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-48
Relationship to Other Control Statements . . . . . . . . . . . . . 22-48
Examples of the GROUPID Parameter . . . . . . . . . . . . . . 22-48
INDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-49
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-50
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-50
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-50
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-50
Example of the INDEX Parameter. . . . . . . . . . . . . . . . 22-50
INTRAY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-50
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-50
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-50
Relationship to Other Keywords on This Statement . . . . . . . . . 22-50
Example of the INTRAY Parameter . . . . . . . . . . . . . . . 22-51
JESDS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-51
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-51
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-51
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-52
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-52
Destination for the System Data Sets . . . . . . . . . . . . . . 22-52
JES2 Processing with JESDS . . . . . . . . . . . . . . . . . 22-52
JES3 Processing with JESDS . . . . . . . . . . . . . . . . . 22-52
Example of the JESDS Parameter . . . . . . . . . . . . . . . 22-52
LINDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-53
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-53
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-53
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-53
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-53
Example of the LINDEX Parameter . . . . . . . . . . . . . . . 22-53
LINECT Parameter . . . . . . . . . . . . . . . . . . . . . . 22-54
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-54
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-54
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-54
Example of the LINECT Parameter . . . . . . . . . . . . . . . 22-54
MAILBCC Parameter . . . . . . . . . . . . . . . . . . . . . 22-54
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-54
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-55
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-55
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-55
Relationship to Other System Functions . . . . . . . . . . . . . 22-55
Examples of the MAILBCC Parameter . . . . . . . . . . . . . . 22-55
MAILCC Parameter . . . . . . . . . . . . . . . . . . . . . . 22-55
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-56
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-56
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-56
xxiv z/OS V1R10.0 MVS JCL Reference
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-56
Relationship to Other System Functions . . . . . . . . . . . . . 22-56
Examples of the MAILCC Parameter. . . . . . . . . . . . . . . 22-56
MAILFILE Parameter . . . . . . . . . . . . . . . . . . . . . 22-56
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-57
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-57
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-57
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-57
Relationship to Other System Functions . . . . . . . . . . . . . 22-57
Example of the MAILFILE Parameter . . . . . . . . . . . . . . 22-57
MAILFROM Parameter. . . . . . . . . . . . . . . . . . . . . 22-57
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-57
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-58
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-58
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-58
Relationship to Other System Functions . . . . . . . . . . . . . 22-58
Example of the MAILFROM Parameter . . . . . . . . . . . . . . 22-58
MAILTO Parameter . . . . . . . . . . . . . . . . . . . . . . 22-58
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-58
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-58
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-59
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-59
Relationship to Other System Functions . . . . . . . . . . . . . 22-59
Example of the MAILTO Parameter . . . . . . . . . . . . . . . 22-59
MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-59
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-59
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-60
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-60
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-60
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-60
Example of the MODIFY Parameter . . . . . . . . . . . . . . . 22-60
NAME Parameter. . . . . . . . . . . . . . . . . . . . . . . 22-61
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-61
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-61
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-61
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-61
Example of the NAME Parameter . . . . . . . . . . . . . . . . 22-62
NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-62
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-62
Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-62
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-62
Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 22-62
OFFSETXB Parameter. . . . . . . . . . . . . . . . . . . . . 22-63
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-63
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-63
Relationship to Other Keywords on This Statement . . . . . . . . . 22-63
Example of the OFFSETXB Parameter . . . . . . . . . . . . . . 22-63
OFFSETXF Parameter . . . . . . . . . . . . . . . . . . . . . 22-64
OFFSETYB Parameter. . . . . . . . . . . . . . . . . . . . . 22-64
OFFSETYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-64
OUTBIN Parameter . . . . . . . . . . . . . . . . . . . . . . 22-64
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-64
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-65
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-65
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-65
Relationship to Other System Functions . . . . . . . . . . . . . 22-65
Contents xxv
Example of the OUTBIN Parameter . . . . . . . . . . . . . . . 22-65
OUTDISP Parameter . . . . . . . . . . . . . . . . . . . . . 22-65
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-65
Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-66
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-66
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-66
Relationship to Other Control Statements . . . . . . . . . . . . . 22-66
Examples of the OUTDISP parameter . . . . . . . . . . . . . . 22-67
OVERLAYB Parameter. . . . . . . . . . . . . . . . . . . . . 22-67
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-68
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-68
Relationship to Other Keywords on This Statement . . . . . . . . . 22-68
Example of the OVERLAYB Parameter . . . . . . . . . . . . . . 22-68
OVERLAYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-68
OVFL Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-68
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-68
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-69
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-69
Example of the OVFL Parameter . . . . . . . . . . . . . . . . 22-69
PAGEDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-69
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-70
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-70
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-70
Example of the PAGEDEF Parameter . . . . . . . . . . . . . . 22-70
PIMSG Parameter . . . . . . . . . . . . . . . . . . . . . . 22-70
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-71
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-71
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-71
Examples of the PIMSG Parameter . . . . . . . . . . . . . . . 22-72
PORTNO Parameter . . . . . . . . . . . . . . . . . . . . . 22-72
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-72
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-72
Relationship to Other System Functions . . . . . . . . . . . . . 22-72
Example of the PORTNO Parameter. . . . . . . . . . . . . . . 22-72
PRMODE Parameter . . . . . . . . . . . . . . . . . . . . . 22-72
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-73
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-73
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-73
Printing a Line-Mode Data Set Using PSF. . . . . . . . . . . . . 22-73
Example of the PRMODE Parameter . . . . . . . . . . . . . . 22-73
PRTATTRS Parameter . . . . . . . . . . . . . . . . . . . . . 22-74
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-74
Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-74
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-74
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-74
Relationship to Other Keywords on this Statement . . . . . . . . . 22-74
Relationship to Other Control Statements . . . . . . . . . . . . . 22-74
Example of the PRTATTRS Parameter . . . . . . . . . . . . . . 22-74
PRTERROR Parameter . . . . . . . . . . . . . . . . . . . . 22-75
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-75
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-75
Relationship to Other Control Statements . . . . . . . . . . . . . 22-75
Examples of the PRTERROR Parameter . . . . . . . . . . . . . 22-76
PRTOPTNS Parameter. . . . . . . . . . . . . . . . . . . . . 22-76
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-76
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-76
xxvi z/OS V1R10.0 MVS JCL Reference
Relationship to Other System Functions . . . . . . . . . . . . . 22-76
Example of the PRTOPTNS Parameter. . . . . . . . . . . . . . 22-76
PRTQUEUE Parameter . . . . . . . . . . . . . . . . . . . . 22-77
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-77
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-77
Relationship to Other System Functions . . . . . . . . . . . . . 22-77
Example of the PRTQUEUE Parameter . . . . . . . . . . . . . 22-77
PRTY Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-77
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-77
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-78
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-78
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-78
Example of the PRTY Parameter . . . . . . . . . . . . . . . . 22-78
REPLYTO Parameter . . . . . . . . . . . . . . . . . . . . . 22-78
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-78
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-78
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-78
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-79
Relationship to Other System Functions . . . . . . . . . . . . . 22-79
Example of the REPLYTO Parameter . . . . . . . . . . . . . . 22-79
RESFMT Parameter. . . . . . . . . . . . . . . . . . . . . . 22-79
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-79
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-79
Relationship to Other Control Statements . . . . . . . . . . . . . 22-79
Example of the RESFMT Parameter . . . . . . . . . . . . . . . 22-79
RETAINS and RETAINF Parameters. . . . . . . . . . . . . . . . 22-80
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-80
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-80
Relationship to Other Control Statements . . . . . . . . . . . . . 22-80
Relationship to Other System Functions . . . . . . . . . . . . . 22-81
Examples of the RETAIN Keywords . . . . . . . . . . . . . . . 22-81
RETRYL and RETRYT Parameters . . . . . . . . . . . . . . . . 22-81
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-81
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-81
Relationship to Other Control Statements . . . . . . . . . . . . . 22-82
Relationship to Other System Functions . . . . . . . . . . . . . 22-82
Examples of the RETRY Keywords . . . . . . . . . . . . . . . 22-82
ROOM Parameter . . . . . . . . . . . . . . . . . . . . . . 22-82
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-82
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-82
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-82
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-83
Example of the ROOM Parameter . . . . . . . . . . . . . . . 22-83
SYSAREA Parameter . . . . . . . . . . . . . . . . . . . . . 22-83
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-84
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-84
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-84
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-84
Example of the SYSAREA Parameter . . . . . . . . . . . . . . 22-84
THRESHLD Parameter. . . . . . . . . . . . . . . . . . . . . 22-84
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-85
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-85
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-85
Example of the THRESHLD Parameter. . . . . . . . . . . . . . 22-85
TITLE Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-85
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-86
Contents xxvii
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-86
Example of the TITLE Parameter . . . . . . . . . . . . . . . . 22-86
TRC Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-86
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-86
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-87
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-87
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-87
Example of the TRC Parameter . . . . . . . . . . . . . . . . 22-87
UCS Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-87
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-88
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-88
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-88
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-89
Using Special Characters Sets . . . . . . . . . . . . . . . . . 22-89
Example of the UCS Parameter . . . . . . . . . . . . . . . . 22-89
USERDATA Parameter . . . . . . . . . . . . . . . . . . . . . 22-89
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-90
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-90
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-90
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-90
Relationship to Other Keywords on this Statement . . . . . . . . . 22-90
Relationship to Other Control Statements . . . . . . . . . . . . . 22-90
Relationship to Other System Functions . . . . . . . . . . . . . 22-90
Examples of the USERDATA Parameter . . . . . . . . . . . . . 22-91
USERLIB Parameter . . . . . . . . . . . . . . . . . . . . . 22-93
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-93
Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-93
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-93
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-93
Requirements for USERLIB Libraries . . . . . . . . . . . . . . 22-94
Examples of the USERLIB Parameter . . . . . . . . . . . . . . 22-94
USERPATH parameter . . . . . . . . . . . . . . . . . . . . . 22-94
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-94
Subparameter definitions . . . . . . . . . . . . . . . . . . . 22-95
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-95
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-95
Relationship to other system functions . . . . . . . . . . . . . . 22-95
Examples of the USERPATH parameter . . . . . . . . . . . . . 22-95
WRITER Parameter . . . . . . . . . . . . . . . . . . . . . . 22-96
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-96
Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-96
Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-96
Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-96
Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-96
Starting an External Writer . . . . . . . . . . . . . . . . . . 22-96
Examples of the WRITER Parameter . . . . . . . . . . . . . . 22-96
Chapter 23. PEND Statement . . . . . . . . . . . . . . . . . . 23-1
Description . . . . . . . . . . . . . . . . . . . . . . . . . 23-1
Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 23-1
Name Field . . . . . . . . . . . . . . . . . . . . . . . . 23-1
Operation Field . . . . . . . . . . . . . . . . . . . . . . . 23-1
Comments Field. . . . . . . . . . . . . . . . . . . . . . . 23-1
Location in the JCL . . . . . . . . . . . . . . . . . . . . . 23-1
Examples of the PEND Statement . . . . . . . . . . . . . . . . 23-1
xxviii z/OS V1R10.0 MVS JCL Reference
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10
Jcl reference mvs zos v1 r10

More Related Content

What's hot

Aix Administrator
Aix AdministratorAix Administrator
Aix Administratormjckhadeer
 
Drive berger lahr
Drive berger lahr Drive berger lahr
Drive berger lahr jguillermo91
 
Ibm system storage productivity center deployment guide sg247560
Ibm system storage productivity center deployment guide sg247560Ibm system storage productivity center deployment guide sg247560
Ibm system storage productivity center deployment guide sg247560Banking at Ho Chi Minh city
 
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems  TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems EMC
 
On-Line Presentation of Data from PMU Stations
On-Line Presentation of Data from PMU StationsOn-Line Presentation of Data from PMU Stations
On-Line Presentation of Data from PMU StationsPower System Operation
 
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...webhostingguy
 
Da package usersguide
Da package usersguideDa package usersguide
Da package usersguideVishwa Mohan
 
Dunix sys operating
Dunix sys operatingDunix sys operating
Dunix sys operatingIvo Carvalho
 
BE Project Final Report on IVRS
BE Project Final Report on IVRSBE Project Final Report on IVRS
BE Project Final Report on IVRSAbhishek Nadkarni
 
Troubleshooting guide
Troubleshooting guideTroubleshooting guide
Troubleshooting guidemsaleh1234
 
Gdfs sg246374
Gdfs sg246374Gdfs sg246374
Gdfs sg246374Accenture
 

What's hot (18)

Ansys 11 tutorial
Ansys 11 tutorialAnsys 11 tutorial
Ansys 11 tutorial
 
Aix Administrator
Aix AdministratorAix Administrator
Aix Administrator
 
Gdb
GdbGdb
Gdb
 
Drive berger lahr
Drive berger lahr Drive berger lahr
Drive berger lahr
 
Xpc target ug
Xpc target ugXpc target ug
Xpc target ug
 
Program Directory for IBM Ported Tools for z/OS
Program Directory for IBM Ported Tools for z/OSProgram Directory for IBM Ported Tools for z/OS
Program Directory for IBM Ported Tools for z/OS
 
Ibm system storage productivity center deployment guide sg247560
Ibm system storage productivity center deployment guide sg247560Ibm system storage productivity center deployment guide sg247560
Ibm system storage productivity center deployment guide sg247560
 
matlab
matlabmatlab
matlab
 
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems  TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems
TechBook: DB2 for z/OS Using EMC Symmetrix Storage Systems
 
On-Line Presentation of Data from PMU Stations
On-Line Presentation of Data from PMU StationsOn-Line Presentation of Data from PMU Stations
On-Line Presentation of Data from PMU Stations
 
Rhel Tuningand Optimizationfor Oracle V11
Rhel Tuningand Optimizationfor Oracle V11Rhel Tuningand Optimizationfor Oracle V11
Rhel Tuningand Optimizationfor Oracle V11
 
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...
EMC NetWorker Module for Microsoft SQL Server Release 5.1 ...
 
Da package usersguide
Da package usersguideDa package usersguide
Da package usersguide
 
Dunix sys operating
Dunix sys operatingDunix sys operating
Dunix sys operating
 
BE Project Final Report on IVRS
BE Project Final Report on IVRSBE Project Final Report on IVRS
BE Project Final Report on IVRS
 
Ch8 v70 os_en
Ch8 v70 os_enCh8 v70 os_en
Ch8 v70 os_en
 
Troubleshooting guide
Troubleshooting guideTroubleshooting guide
Troubleshooting guide
 
Gdfs sg246374
Gdfs sg246374Gdfs sg246374
Gdfs sg246374
 

Viewers also liked

What is engineering_leaflet
What is engineering_leafletWhat is engineering_leaflet
What is engineering_leafletizzet-kamil
 
同志為什麼要保障?
同志為什麼要保障?同志為什麼要保障?
同志為什麼要保障?lalacamp07
 
Social Marketing Strategy Electronics Industry
Social Marketing Strategy Electronics IndustrySocial Marketing Strategy Electronics Industry
Social Marketing Strategy Electronics IndustryMarcel Baron
 
Impacto de las tic en nuestra institucion educativa
Impacto de las tic en nuestra institucion educativaImpacto de las tic en nuestra institucion educativa
Impacto de las tic en nuestra institucion educativadiscover2012
 
Functional Programming with Clojure
Functional Programming with ClojureFunctional Programming with Clojure
Functional Programming with ClojureCarlo Sciolla
 
Lee Aase China Presentation
Lee Aase China PresentationLee Aase China Presentation
Lee Aase China PresentationLee Aase
 
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media Carie Lewis Carlson
 
05042 0-16-135 carlos mario santana
05042 0-16-135 carlos mario santana05042 0-16-135 carlos mario santana
05042 0-16-135 carlos mario santanamauricio benitez
 
The Century Project Grand Junction, Colorado
The Century Project Grand Junction, ColoradoThe Century Project Grand Junction, Colorado
The Century Project Grand Junction, Coloradotgvku91
 
Leadership for Lasting Change - Andy Blumenthal
Leadership for Lasting Change - Andy BlumenthalLeadership for Lasting Change - Andy Blumenthal
Leadership for Lasting Change - Andy BlumenthalAndy (Avraham) Blumenthal
 
Resumo cubo rubiks
Resumo cubo rubiksResumo cubo rubiks
Resumo cubo rubiksJoão Silva
 
Guilford standards for promotion and tenure
Guilford standards for promotion and tenureGuilford standards for promotion and tenure
Guilford standards for promotion and tenureDave Dobson
 
JFDI: how to get into a top accelerator
JFDI: how to get into a top acceleratorJFDI: how to get into a top accelerator
JFDI: how to get into a top acceleratorElena Arens
 

Viewers also liked (20)

Mvs commands
Mvs commandsMvs commands
Mvs commands
 
Βέλγιο
ΒέλγιοΒέλγιο
Βέλγιο
 
Want Your Carpets To Look Like New?
Want Your Carpets To Look Like New?Want Your Carpets To Look Like New?
Want Your Carpets To Look Like New?
 
Promiscuous pairing
Promiscuous pairingPromiscuous pairing
Promiscuous pairing
 
מחדד 28.01
מחדד 28.01מחדד 28.01
מחדד 28.01
 
What is engineering_leaflet
What is engineering_leafletWhat is engineering_leaflet
What is engineering_leaflet
 
同志為什麼要保障?
同志為什麼要保障?同志為什麼要保障?
同志為什麼要保障?
 
Sales trade show 2014
Sales trade show 2014Sales trade show 2014
Sales trade show 2014
 
Social Marketing Strategy Electronics Industry
Social Marketing Strategy Electronics IndustrySocial Marketing Strategy Electronics Industry
Social Marketing Strategy Electronics Industry
 
Impacto de las tic en nuestra institucion educativa
Impacto de las tic en nuestra institucion educativaImpacto de las tic en nuestra institucion educativa
Impacto de las tic en nuestra institucion educativa
 
Functional Programming with Clojure
Functional Programming with ClojureFunctional Programming with Clojure
Functional Programming with Clojure
 
Lee Aase China Presentation
Lee Aase China PresentationLee Aase China Presentation
Lee Aase China Presentation
 
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media
Blackbaud Webinar: Turning Fans into Donors and Activists Through Social Media
 
05042 0-16-135 carlos mario santana
05042 0-16-135 carlos mario santana05042 0-16-135 carlos mario santana
05042 0-16-135 carlos mario santana
 
The Century Project Grand Junction, Colorado
The Century Project Grand Junction, ColoradoThe Century Project Grand Junction, Colorado
The Century Project Grand Junction, Colorado
 
Leadership for Lasting Change - Andy Blumenthal
Leadership for Lasting Change - Andy BlumenthalLeadership for Lasting Change - Andy Blumenthal
Leadership for Lasting Change - Andy Blumenthal
 
Resumo cubo rubiks
Resumo cubo rubiksResumo cubo rubiks
Resumo cubo rubiks
 
The Ideal Proxy Statement
The Ideal Proxy StatementThe Ideal Proxy Statement
The Ideal Proxy Statement
 
Guilford standards for promotion and tenure
Guilford standards for promotion and tenureGuilford standards for promotion and tenure
Guilford standards for promotion and tenure
 
JFDI: how to get into a top accelerator
JFDI: how to get into a top acceleratorJFDI: how to get into a top accelerator
JFDI: how to get into a top accelerator
 

Similar to Jcl reference mvs zos v1 r10

S Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+GuideS Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+Guideguestd2fe1e
 
S Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+GuideS Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+Guideguestd2fe1e
 
Simocode dp = manual de parametrização e operação
Simocode dp = manual de parametrização e operaçãoSimocode dp = manual de parametrização e operação
Simocode dp = manual de parametrização e operaçãoconfidencial
 
Getstart graphic
Getstart graphicGetstart graphic
Getstart graphicalldesign
 
Fundamentals of HDL (first 4 chapters only) - Godse
Fundamentals of HDL (first 4 chapters only) - GodseFundamentals of HDL (first 4 chapters only) - Godse
Fundamentals of HDL (first 4 chapters only) - GodseHammam
 
Aix student guide system administrations part 2 problem determination
Aix student guide system administrations part 2   problem determinationAix student guide system administrations part 2   problem determination
Aix student guide system administrations part 2 problem determinationYogesh Sharma
 
An introduction to tivoli net view for os 390 v1r2 sg245224
An introduction to tivoli net view for os 390 v1r2 sg245224An introduction to tivoli net view for os 390 v1r2 sg245224
An introduction to tivoli net view for os 390 v1r2 sg245224Banking at Ho Chi Minh city
 
Multisim 9 for educators
Multisim 9 for educatorsMultisim 9 for educators
Multisim 9 for educatorsdinhto1985
 
Platform Migration Guide
Platform Migration GuidePlatform Migration Guide
Platform Migration Guidewhite paper
 
Hi path 3000 & 5000 v8 manager c administrator documentation issue 6
Hi path 3000 & 5000 v8 manager c administrator documentation   issue 6Hi path 3000 & 5000 v8 manager c administrator documentation   issue 6
Hi path 3000 & 5000 v8 manager c administrator documentation issue 6javier videla
 
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...Satya Harish
 

Similar to Jcl reference mvs zos v1 r10 (20)

Introduction to Matlab
Introduction to MatlabIntroduction to Matlab
Introduction to Matlab
 
S Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+GuideS Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+Guide
 
S Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+GuideS Pii Plus+C+Library+Programmer+Guide
S Pii Plus+C+Library+Programmer+Guide
 
Learn matlab primer
Learn matlab primerLearn matlab primer
Learn matlab primer
 
Simocode dp = manual de parametrização e operação
Simocode dp = manual de parametrização e operaçãoSimocode dp = manual de parametrização e operação
Simocode dp = manual de parametrização e operação
 
Parallel sysplex
Parallel sysplexParallel sysplex
Parallel sysplex
 
Getstart graphic
Getstart graphicGetstart graphic
Getstart graphic
 
Fundamentals of HDL (first 4 chapters only) - Godse
Fundamentals of HDL (first 4 chapters only) - GodseFundamentals of HDL (first 4 chapters only) - Godse
Fundamentals of HDL (first 4 chapters only) - Godse
 
usersguide.pdf
usersguide.pdfusersguide.pdf
usersguide.pdf
 
SPI Concepts.pdf
SPI Concepts.pdfSPI Concepts.pdf
SPI Concepts.pdf
 
trex_astf.pdf
trex_astf.pdftrex_astf.pdf
trex_astf.pdf
 
Aix student guide system administrations part 2 problem determination
Aix student guide system administrations part 2   problem determinationAix student guide system administrations part 2   problem determination
Aix student guide system administrations part 2 problem determination
 
An introduction to tivoli net view for os 390 v1r2 sg245224
An introduction to tivoli net view for os 390 v1r2 sg245224An introduction to tivoli net view for os 390 v1r2 sg245224
An introduction to tivoli net view for os 390 v1r2 sg245224
 
Multisim 9 for educators
Multisim 9 for educatorsMultisim 9 for educators
Multisim 9 for educators
 
24319102
2431910224319102
24319102
 
Platform Migration Guide
Platform Migration GuidePlatform Migration Guide
Platform Migration Guide
 
JM White
JM WhiteJM White
JM White
 
Hi path 3000 & 5000 v8 manager c administrator documentation issue 6
Hi path 3000 & 5000 v8 manager c administrator documentation   issue 6Hi path 3000 & 5000 v8 manager c administrator documentation   issue 6
Hi path 3000 & 5000 v8 manager c administrator documentation issue 6
 
matlab_prog.pdf
matlab_prog.pdfmatlab_prog.pdf
matlab_prog.pdf
 
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...
BOOK - IBM zOS V1R10 communications server TCP / IP implementation volume 1 b...
 

Recently uploaded

Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxMohammedJunaid861692
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxolyaivanovalion
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改atducpo
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 

Recently uploaded (20)

Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in  KishangarhDelhi 99530 vip 56974 Genuine Escort Service Call Girls in  Kishangarh
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Kishangarh
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptxBPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
BPAC WITH UFSBI GENERAL PRESENTATION 18_05_2017-1.pptx
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
代办国外大学文凭《原版美国UCLA文凭证书》加州大学洛杉矶分校毕业证制作成绩单修改
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 

Jcl reference mvs zos v1 r10

  • 2.
  • 4. Note Before using this information and the product it supports, be sure to read the general information under “Notices” on page B-1. Thirteenth Edition, September 2008 This is a major revision of SA22-7597-11. This edition applies to Version 1 Release 10 of z/OS (5694-A01) 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: International Business Machines Corporation MHVRCFS, Mail Station P181 2455 South Road Poughkeepsie, NY 12601-5400 United States of America FAX (United States & Canada): 1+845+432-9405 FAX (Other Countries): Your International Access Code +1+845+432-9405 IBMLink™ (United States customers only): IBMUSM10(MHVRCFS) Internet e-mail: mhvrcfs@us.ibm.com World Wide Web: http://www.ibm.com/systems/z/os/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, 2008. All rights reserved. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  • 5. Contents Figures . . . . . . . . . . . . . . . . . . . . . . . . . . xxxv Tables . . . . . . . . . . . . . . . . . . . . . . . . . . xxxvii About this document . . . . . . . . . . . . . . . . . . . . . xxxix Who should use this document . . . . . . . . . . . . . . . . . . xxxix Information updates on the web. . . . . . . . . . . . . . . . . . xxxix Related information . . . . . . . . . . . . . . . . . . . . . . xxxix Programs . . . . . . . . . . . . . . . . . . . . . . . . . xxxix Hardware . . . . . . . . . . . . . . . . . . . . . . . . . . xl Summary of changes . . . . . . . . . . . . . . . . . . . . . . xli Chapter 1. Job Control Statements . . . . . . . . . . . . . . . . 1-1 JCL Statements . . . . . . . . . . . . . . . . . . . . . . . . 1-1 JECL Statements. . . . . . . . . . . . . . . . . . . . . . . . 1-2 Chapter 2. Job Control Tasks . . . . . . . . . . . . . . . . . . 2-1 Entering Jobs . . . . . . . . . . . . . . . . . . . . . . . . . 2-1 Processing Jobs . . . . . . . . . . . . . . . . . . . . . . . . 2-2 Requesting Resources . . . . . . . . . . . . . . . . . . . . . . 2-2 Task Charts . . . . . . . . . . . . . . . . . . . . . . . . . . 2-2 Chapter 3. Format of Statements . . . . . . . . . . . . . . . . . 3-1 JCL Statement Fields . . . . . . . . . . . . . . . . . . . . . . 3-1 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 3-3 JES2 Control Statement Fields. . . . . . . . . . . . . . . . . . . 3-4 JES3 Control Statement Fields. . . . . . . . . . . . . . . . . . . 3-4 Continuing Statements . . . . . . . . . . . . . . . . . . . . . . 3-4 Continuing JCL Statements . . . . . . . . . . . . . . . . . . . 3-4 Examples of Continued Statements . . . . . . . . . . . . . . . . 3-5 Continuing JES2 Control Statements . . . . . . . . . . . . . . . 3-6 Continuing JES3 Control Statements . . . . . . . . . . . . . . . 3-6 Chapter 4. Syntax of Parameters . . . . . . . . . . . . . . . . . 4-1 Notation Used to Show Syntax. . . . . . . . . . . . . . . . . . . 4-1 Character Sets. . . . . . . . . . . . . . . . . . . . . . . . . 4-3 Syntax Notes . . . . . . . . . . . . . . . . . . . . . . . . . 4-5 Backward References . . . . . . . . . . . . . . . . . . . . . . 4-5 Examples of Backward References . . . . . . . . . . . . . . . . 4-6 Chapter 5. Procedures and Symbols . . . . . . . . . . . . . . . . 5-1 Cataloged and In-Stream Procedures . . . . . . . . . . . . . . . . 5-1 In-stream Procedures . . . . . . . . . . . . . . . . . . . . . 5-1 Cataloged Procedures . . . . . . . . . . . . . . . . . . . . . 5-1 Using a Procedure . . . . . . . . . . . . . . . . . . . . . . 5-2 Testing a Procedure. . . . . . . . . . . . . . . . . . . . . . 5-2 Modifying Procedures . . . . . . . . . . . . . . . . . . . . . . 5-3 Explanation . . . . . . . . . . . . . . . . . . . . . . . . . 5-3 Examples of Procedures . . . . . . . . . . . . . . . . . . . . 5-6 Nested Procedures . . . . . . . . . . . . . . . . . . . . . . . 5-9 Nesting Procedures . . . . . . . . . . . . . . . . . . . . . . 5-9 Modifying Nested Procedures . . . . . . . . . . . . . . . . . . 5-9 © Copyright IBM Corp. 1988, 2008 iii
  • 6. Examples of Modifying Nested Procedures . . . . . . . . . . . . . 5-10 Using System Symbols and JCL Symbols . . . . . . . . . . . . . . 5-12 What are System Symbols? . . . . . . . . . . . . . . . . . . 5-12 What are JCL Symbols?. . . . . . . . . . . . . . . . . . . . 5-13 Coding Symbols in JCL . . . . . . . . . . . . . . . . . . . . 5-17 Determining Equivalent JCL . . . . . . . . . . . . . . . . . . 5-19 Examples of Defining and Coding Symbols in JCL . . . . . . . . . . 5-24 Using Symbols in Nested Procedures . . . . . . . . . . . . . . . 5-26 Examples of Coding Symbols in Nested Procedures . . . . . . . . . 5-27 Chapter 6. Job Control Statements on the Output Listing . . . . . . . 6-1 Chapter 7. Started Tasks . . . . . . . . . . . . . . . . . . . . 7-1 Determining Whether to Use a Started Task . . . . . . . . . . . . . . 7-1 Determining the Source JCL for the Started Task . . . . . . . . . . . . 7-1 START Command Processing when the Member is a Procedure . . . . . 7-2 START Command Processing when the Member is a Job . . . . . . . . 7-3 Review Current Started Tasks . . . . . . . . . . . . . . . . . . 7-3 Convert 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-5 Running a Started Task Under a Job Entry Subsystem . . . . . . . . . 7-6 Running a Started Task Under the Master Subsystem . . . . . . . . . 7-6 Running a Started Task That Uses ICF Catalogs . . . . . . . . . . . 7-7 Set Up the Master JCL . . . . . . . . . . . . . . . . . . . . 7-7 Coding the JCL . . . . . . . . . . . . . . . . . . . . . . . . 7-7 Naming the JCL member . . . . . . . . . . . . . . . . . . . . 7-7 Coding the JOB Statement for the Started Task . . . . . . . . . . . 7-8 Using Symbols in Started Task JCL . . . . . . . . . . . . . . . . 7-8 Naming a Started Task (Source JCL is a Job) . . . . . . . . . . . . . 7-12 Setting Up Operator Education for Your Started Task . . . . . . . . . . 7-12 Chapter 8. JCL Command Statement. . . . . . . . . . . . . . . . 8-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1 Syntax. . . . . . . . . . . . . . . . . . . . . . . . . . . 8-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 8-1 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 8-2 Comments Field . . . . . . . . . . . . . . . . . . . . . . . 8-2 Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 8-2 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 8-2 Examples of the Command Statement . . . . . . . . . . . . . . . 8-2 Chapter 9. COMMAND Statement . . . . . . . . . . . . . . . . . 9-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1 Syntax. . . . . . . . . . . . . . . . . . . . . . . . . . . 9-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . . 9-2 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 9-2 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 9-2 Comments Field . . . . . . . . . . . . . . . . . . . . . . . 9-2 Location in the JCL . . . . . . . . . . . . . . . . . . . . . . 9-2 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . . 9-2 Examples of the COMMAND Statement . . . . . . . . . . . . . . 9-3 Chapter 10. Comment Statement . . . . . . . . . . . . . . . . . 10-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 10-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 10-1 iv z/OS V1R10.0 MVS JCL Reference ||
  • 7. Location in the JCL . . . . . . . . . . . . . . . . . . . . . 10-1 Listing of Comments Statements . . . . . . . . . . . . . . . . 10-1 Examples of the Comment Statement. . . . . . . . . . . . . . . 10-1 Chapter 11. CNTL Statement . . . . . . . . . . . . . . . . . . 11-1 Description. . . . . . . . . . . . . . . . . . . . . . . . . . 11-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 11-1 Label Field. . . . . . . . . . . . . . . . . . . . . . . . . 11-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 11-1 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 11-1 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 11-1 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 11-2 Program Control Statements . . . . . . . . . . . . . . . . . . 11-2 Program Control Statements in Procedures. . . . . . . . . . . . . 11-2 Example of the CNTL Statement. . . . . . . . . . . . . . . . . 11-2 Chapter 12. DD Statement . . . . . . . . . . . . . . . . . . . 12-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 12-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 12-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 12-3 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 12-3 Comments Field . . . . . . . . . . . . . . . . . . . . . . 12-14 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-14 Examples of DD Statements and ddnames . . . . . . . . . . . . 12-17 * Parameter . . . . . . . . . . . . . . . . . . . . . . . . . 12-18 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-18 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-18 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-18 Relationship to Other Control Statements . . . . . . . . . . . . . 12-19 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-20 Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-20 Examples of the * Parameter . . . . . . . . . . . . . . . . . 12-20 ACCODE Parameter . . . . . . . . . . . . . . . . . . . . . 12-21 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-21 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-21 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-22 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-22 Example of the ACCODE Parameter. . . . . . . . . . . . . . . 12-22 AMP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-22 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-23 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-24 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-29 Buffer Requirements. . . . . . . . . . . . . . . . . . . . . 12-29 Examples of the AMP Parameter . . . . . . . . . . . . . . . . 12-29 AVGREC Parameter. . . . . . . . . . . . . . . . . . . . . . 12-30 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-30 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-30 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-31 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-31 Examples of the AVGREC Parameter . . . . . . . . . . . . . . 12-31 BLKSIZE Parameter. . . . . . . . . . . . . . . . . . . . . . 12-31 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-32 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-32 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-32 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-32 Contents v
  • 8. Relationship to Other Control Statements . . . . . . . . . . . . . 12-33 Coexistence Considerations . . . . . . . . . . . . . . . . . . 12-33 Examples of the BLKSIZE Parameter . . . . . . . . . . . . . . 12-33 BLKSZLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-33 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-33 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-34 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-34 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-34 Example of the BLKSZLIM Parameter . . . . . . . . . . . . . . 12-34 BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 12-34 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-35 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-35 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-35 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-35 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-35 Relationship to Other Control Statements . . . . . . . . . . . . . 12-35 Example of the BURST Parameter . . . . . . . . . . . . . . . 12-36 CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 12-36 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-36 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-36 Default. . . . . . . . . . . . . . . . . . . . . . . . . . 12-36 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-36 Examples of the CCSID Parameter . . . . . . . . . . . . . . . 12-37 CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 12-38 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-39 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-39 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-39 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-39 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-40 Relationship to Other Control Statements . . . . . . . . . . . . . 12-40 Requesting a High-Density Dump . . . . . . . . . . . . . . . . 12-40 Examples of the CHARS Parameter . . . . . . . . . . . . . . . 12-40 CHKPT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-40 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-41 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-41 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-41 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-41 Relationship to the SYSCKEOV DD Statement . . . . . . . . . . . 12-41 Checkpointing Concatenated Data Sets . . . . . . . . . . . . . 12-41 Examples of the CHKPT Parameter . . . . . . . . . . . . . . . 12-41 CNTL Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-42 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-42 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-42 Examples of the CNTL Parameter. . . . . . . . . . . . . . . . 12-42 COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 12-43 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-43 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-43 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-44 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-44 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-44 Relationship to Other Control Statements . . . . . . . . . . . . . 12-45 Examples of the COPIES Parameter. . . . . . . . . . . . . . . 12-46 DATA Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-46 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-47 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-47 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-47 vi z/OS V1R10.0 MVS JCL Reference
  • 9. Relationship to Other Control Statements . . . . . . . . . . . . . 12-48 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-48 Unread Records . . . . . . . . . . . . . . . . . . . . . . 12-48 Examples of the DATA Parameter. . . . . . . . . . . . . . . . 12-48 DATACLAS Parameter . . . . . . . . . . . . . . . . . . . . . 12-49 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-50 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-50 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-51 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-51 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-52 Examples of the DATACLAS Parameter . . . . . . . . . . . . . 12-52 DCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-52 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-53 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-53 Completing the Data Control Block . . . . . . . . . . . . . . . 12-55 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-55 Examples of the DCB Parameter . . . . . . . . . . . . . . . . 12-56 DCB Subparameters . . . . . . . . . . . . . . . . . . . . 12-57 DDNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-66 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-67 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-67 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-67 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-67 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 12-67 Referenced DD Statement . . . . . . . . . . . . . . . . . . 12-68 Backward References . . . . . . . . . . . . . . . . . . . . 12-69 Examples of the DDNAME Parameter . . . . . . . . . . . . . . 12-70 DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-72 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-72 Subparameter Definition for JES2 Systems . . . . . . . . . . . . 12-72 Subparameter Definition for JES3 Systems . . . . . . . . . . . . 12-74 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-75 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 12-75 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-75 Relationship to Other Control Statements . . . . . . . . . . . . . 12-75 Example of the DEST Parameter . . . . . . . . . . . . . . . . 12-75 DISP Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-75 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-77 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-78 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-82 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-82 Disposition of QSAM Data Sets . . . . . . . . . . . . . . . . 12-83 Disposition of Generation Data Sets . . . . . . . . . . . . . . . 12-83 Disposition of Temporary Data Sets . . . . . . . . . . . . . . . 12-83 Disposition of Partitioned Data Sets (PDSs and PDSEs) . . . . . . . 12-83 Adding a Volume to a Cataloged Data Set . . . . . . . . . . . . 12-83 DISP=MOD for a Multivolume Data Set. . . . . . . . . . . . . . 12-84 Summary of Disposition Processing . . . . . . . . . . . . . . . 12-86 Examples of the DISP Parameter . . . . . . . . . . . . . . . . 12-87 DLM Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-88 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-89 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-89 Default. . . . . . . . . . . . . . . . . . . . . . . . . . 12-89 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-89 Invalid Delimiters . . . . . . . . . . . . . . . . . . . . . . 12-90 Example of the DLM Parameter . . . . . . . . . . . . . . . . 12-90 Contents vii
  • 10. DSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-90 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-91 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-91 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-91 Example of the DSID Parameter . . . . . . . . . . . . . . . . 12-91 DSNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-92 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 12-92 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-93 Relationship to Other Parameters . . . . . . . . . . . . . . . . 12-98 Examples of the DSNAME Parameter . . . . . . . . . . . . . . 12-98 DSNTYPE Parameter . . . . . . . . . . . . . . . . . . . . . 12-99 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-100 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-100 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-101 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-101 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-101 Examples of the DSNTYPE Parameter . . . . . . . . . . . . . 12-102 DUMMY Parameter . . . . . . . . . . . . . . . . . . . . . 12-103 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-103 Parameters on DD DUMMY Statements . . . . . . . . . . . . . 12-103 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-104 Relationship to Other Control Statements . . . . . . . . . . . . 12-104 Relationship to Access Methods . . . . . . . . . . . . . . . . 12-105 Examples of the DUMMY Parameter . . . . . . . . . . . . . . 12-105 DYNAM Parameter. . . . . . . . . . . . . . . . . . . . . . 12-106 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-106 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-106 Relationship to Other Control Statements . . . . . . . . . . . . 12-106 Example of the DYNAM Parameter. . . . . . . . . . . . . . . 12-106 EXPDT Parameter . . . . . . . . . . . . . . . . . . . . . . 12-106 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-107 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-107 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-108 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-108 Deleting a Data Set Before its Expiration Date . . . . . . . . . . 12-108 Examples of the EXPDT Parameter . . . . . . . . . . . . . . 12-108 FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-109 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-109 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-109 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-110 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-110 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-110 Relationship to Other Control Statements . . . . . . . . . . . . 12-110 Defining an FCB Image for a Work Station . . . . . . . . . . . . 12-111 Requesting a High-Density Dump . . . . . . . . . . . . . . . 12-111 Examples of the FCB Parameter . . . . . . . . . . . . . . . . 12-111 FILEDATA Parameter . . . . . . . . . . . . . . . . . . . . . 12-112 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-112 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-112 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-112 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-112 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-112 Example of the FILEDATA Parameter . . . . . . . . . . . . . . 12-113 FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-113 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-113 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-113 viii z/OS V1R10.0 MVS JCL Reference
  • 11. Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-113 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-114 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-114 Relationship to Other Control Statements . . . . . . . . . . . . 12-114 Verification of Forms Overlay Frame . . . . . . . . . . . . . . 12-114 Printing without Flashing. . . . . . . . . . . . . . . . . . . 12-114 Example of the FLASH Parameter . . . . . . . . . . . . . . . 12-115 FREE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-115 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-115 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-115 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-115 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-115 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-116 Relationship to Other Control Statements . . . . . . . . . . . . 12-116 Relationship to the CLOSE Macro Instruction . . . . . . . . . . . 12-116 Examples of the FREE Parameter . . . . . . . . . . . . . . . 12-117 HOLD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-117 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-118 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-118 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-119 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-119 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-119 Relationship to Other Control Statements . . . . . . . . . . . . 12-119 Examples of the HOLD Parameter . . . . . . . . . . . . . . . 12-119 KEYLABL1 Parameter . . . . . . . . . . . . . . . . . . . . 12-120 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-120 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-120 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-120 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-121 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-121 Examples of the KEYLABL1 Parameter . . . . . . . . . . . . . 12-121 KEYLABL2 Parameter . . . . . . . . . . . . . . . . . . . . 12-121 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-121 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-122 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-122 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-122 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-122 Examples of the KEYLABL2 Parameter . . . . . . . . . . . . . 12-122 KEYENCD1 Parameter . . . . . . . . . . . . . . . . . . . . 12-122 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-123 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-123 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-123 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-123 Example of the KEYENCD1 Parameter . . . . . . . . . . . . . 12-123 KEYENCD2 Parameter . . . . . . . . . . . . . . . . . . . . 12-123 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-124 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-124 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-124 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-124 Example of the KEYENCD2 Parameter . . . . . . . . . . . . . 12-124 KEYLEN Parameter . . . . . . . . . . . . . . . . . . . . . 12-124 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-125 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-125 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-125 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-125 Examples of the KEYLEN Parameter . . . . . . . . . . . . . . 12-125 Contents ix
  • 12. KEYOFF Parameter . . . . . . . . . . . . . . . . . . . . . 12-126 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-126 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-126 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-126 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-127 Example of the KEYOFF Parameter . . . . . . . . . . . . . . 12-127 LABEL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-127 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-128 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-128 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-132 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-132 Relationship to Other Control Statements . . . . . . . . . . . . 12-132 Data Conversion . . . . . . . . . . . . . . . . . . . . . 12-132 Examples of the LABEL Parameter . . . . . . . . . . . . . . . 12-133 LGSTREAM Parameter . . . . . . . . . . . . . . . . . . . . 12-134 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-134 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-134 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-134 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-134 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-134 Example of the LGSTREAM Parameter . . . . . . . . . . . . . 12-135 LIKE Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-135 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-136 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-136 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-136 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-137 Examples of the LIKE Parameter . . . . . . . . . . . . . . . 12-137 LRECL Parameter . . . . . . . . . . . . . . . . . . . . . . 12-137 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-138 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-138 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-138 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-138 Examples of the LRECL Parameter. . . . . . . . . . . . . . . 12-139 MGMTCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-139 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-140 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-140 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-140 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-140 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-140 Example of the MGMTCLAS Parameter . . . . . . . . . . . . . 12-140 MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . 12-141 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-141 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-141 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-142 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-142 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-142 Relationship to Other Control Statements . . . . . . . . . . . . 12-142 Example of the MODIFY Parameter . . . . . . . . . . . . . . 12-142 OUTLIM Parameter . . . . . . . . . . . . . . . . . . . . . 12-142 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-143 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-143 Default . . . . . . . . . . . . . . . . . . . . . . . . . 12-143 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-143 Relationship to Other Control Statements . . . . . . . . . . . . 12-143 Example of the OUTLIM Parameter . . . . . . . . . . . . . . 12-143 OUTPUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-144 x z/OS V1R10.0 MVS JCL Reference
  • 13. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-144 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-144 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-145 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-145 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-145 Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-146 No Match for OUTPUT Name . . . . . . . . . . . . . . . . . 12-146 Processing Options in Multiple References . . . . . . . . . . . . 12-146 Examples of the OUTPUT Parameter . . . . . . . . . . . . . . 12-146 PATH Parameter . . . . . . . . . . . . . . . . . . . . . . 12-147 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-148 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-148 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-149 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-149 Relationship to Other Statements . . . . . . . . . . . . . . . 12-150 Dummy HFS Files . . . . . . . . . . . . . . . . . . . . . 12-150 Example of the PATH Parameter. . . . . . . . . . . . . . . . 12-150 PATHDISP Parameter. . . . . . . . . . . . . . . . . . . . . 12-151 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-151 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-151 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-151 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-152 Example of the PATHDISP Parameter. . . . . . . . . . . . . . 12-152 PATHMODE Parameter . . . . . . . . . . . . . . . . . . . . 12-152 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-153 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-153 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-155 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-155 Example of the PATHMODE Parameter . . . . . . . . . . . . . 12-156 PATHOPTS Parameter . . . . . . . . . . . . . . . . . . . . 12-156 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-156 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-157 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-158 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-158 File Status . . . . . . . . . . . . . . . . . . . . . . . . 12-159 Example of the PATHOPTS Parameter . . . . . . . . . . . . . 12-159 PROTECT Parameter. . . . . . . . . . . . . . . . . . . . . 12-159 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-160 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-160 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-160 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-160 Requirements for Protecting a Tape Data Set . . . . . . . . . . . 12-160 Requirements for Protecting a Tape Volume . . . . . . . . . . . 12-161 Requirements for Protecting a Direct Access Data Set. . . . . . . . 12-161 Examples of the PROTECT Parameter . . . . . . . . . . . . . 12-161 QNAME Parameter . . . . . . . . . . . . . . . . . . . . . 12-162 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-162 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-162 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-162 Examples of the QNAME Parameter . . . . . . . . . . . . . . 12-163 RECFM Parameter. . . . . . . . . . . . . . . . . . . . . . 12-163 Coding RECFM for BDAM Access Method . . . . . . . . . . . . 12-163 Coding RECFM for BPAM Access Method . . . . . . . . . . . . 12-164 Coding RECFM for BSAM, EXCP, and QSAM Access Methods . . . . 12-165 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-165 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-166 Contents xi
  • 14. Examples of the RECFM Parameter . . . . . . . . . . . . . . 12-166 RECORG Parameter . . . . . . . . . . . . . . . . . . . . . 12-166 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-167 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-167 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-167 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-167 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-167 Example of the RECORG parameter . . . . . . . . . . . . . . 12-167 REFDD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-167 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-168 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-168 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-169 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-169 Examples of the REFDD Parameter . . . . . . . . . . . . . . 12-169 RETPD Parameter . . . . . . . . . . . . . . . . . . . . . . 12-170 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-170 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-170 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-170 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-171 Deleting a Data Set Before its Retention Period Passes . . . . . . . 12-171 Examples of the RETPD Parameter . . . . . . . . . . . . . . 12-171 RLS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-171 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-172 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-172 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-172 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-173 Examples of the RLS Parameter. . . . . . . . . . . . . . . . 12-173 SECMODEL Parameter . . . . . . . . . . . . . . . . . . . . 12-173 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-174 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-174 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-174 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-174 Examples of the SECMODEL Parameter. . . . . . . . . . . . . 12-174 SEGMENT Parameter . . . . . . . . . . . . . . . . . . . . 12-175 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-175 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-175 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-175 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-175 Example of the Segment Parameter . . . . . . . . . . . . . . 12-176 SPACE Parameter . . . . . . . . . . . . . . . . . . . . . . 12-176 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-177 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-178 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-183 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-183 SPACE for New Data Sets with SMS . . . . . . . . . . . . . . 12-183 Examples of the SPACE Parameter . . . . . . . . . . . . . . 12-183 SPIN Parameter. . . . . . . . . . . . . . . . . . . . . . . 12-184 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-184 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-185 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-185 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-185 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-185 Examples of the SPIN Parameter . . . . . . . . . . . . . . . 12-185 STORCLAS Parameter . . . . . . . . . . . . . . . . . . . . 12-186 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-187 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-187 xii z/OS V1R10.0 MVS JCL Reference
  • 15. Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-187 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-187 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-187 Examples of the STORCLAS Parameter . . . . . . . . . . . . . 12-187 SUBSYS Parameter . . . . . . . . . . . . . . . . . . . . . 12-188 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-188 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-189 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-189 Subsystem Support for JCL Parameters . . . . . . . . . . . . . 12-190 Examples of the SUBSYS Parameter . . . . . . . . . . . . . . 12-190 SYSOUT Parameter . . . . . . . . . . . . . . . . . . . . . 12-191 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-192 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-192 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-193 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-194 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-194 Relationship to Other Control Statements . . . . . . . . . . . . 12-195 Starting an External Writer when Requested . . . . . . . . . . . 12-195 Held Classes in a JES2 System . . . . . . . . . . . . . . . . 12-195 Held Classes in a JES3 System . . . . . . . . . . . . . . . . 12-195 Significance of Output Classes . . . . . . . . . . . . . . . . 12-195 Examples of the SYSOUT Parameter . . . . . . . . . . . . . . 12-196 TERM Parameter . . . . . . . . . . . . . . . . . . . . . . 12-197 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-197 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-197 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-197 Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-197 Examples of the TERM Parameter . . . . . . . . . . . . . . . 12-198 UCS Parameter . . . . . . . . . . . . . . . . . . . . . . . 12-198 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-199 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-199 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 12-200 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-200 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-200 Using Special Character Sets . . . . . . . . . . . . . . . . . 12-201 Examples of the UCS Parameter . . . . . . . . . . . . . . . 12-201 UNIT Parameter. . . . . . . . . . . . . . . . . . . . . . . 12-201 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-202 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-202 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-205 Relationship of the UNIT Parameter to Other Parameters . . . . . . 12-205 Location in the JCL . . . . . . . . . . . . . . . . . . . . 12-206 Examples of the UNIT Parameter . . . . . . . . . . . . . . . 12-206 VOLUME Parameter . . . . . . . . . . . . . . . . . . . . . 12-207 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . 12-208 Subparameter Definition . . . . . . . . . . . . . . . . . . . 12-209 Overrides . . . . . . . . . . . . . . . . . . . . . . . . 12-216 Relationship to Other Parameters . . . . . . . . . . . . . . . 12-216 VOLUME Parameter in a JES3 System . . . . . . . . . . . . . 12-217 VOLUME Parameter for Optical Readers . . . . . . . . . . . . 12-217 VOLUME Parameter for Nonspecific Volume Requests . . . . . . . 12-217 VOLUME parameter for Specific Multi-Volume Tape Requests . . . . . 12-217 Examples of the VOLUME Parameter . . . . . . . . . . . . . . 12-217 Chapter 13. Special DD Statements . . . . . . . . . . . . . . . . 13-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 13-1 Contents xiii
  • 16. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1 Special ddnames . . . . . . . . . . . . . . . . . . . . . . 13-1 JOBLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-1 Parameters on JOBLIB DD Statements . . . . . . . . . . . . . . 13-1 Relationship to Other Control Statements . . . . . . . . . . . . . 13-3 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-3 Relationship of a JOBLIB to a STEPLIB . . . . . . . . . . . . . . 13-3 Examples of the JOBLIB DD Statement . . . . . . . . . . . . . . 13-3 STEPLIB DD Statement . . . . . . . . . . . . . . . . . . . . . 13-4 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-5 Parameters on STEPLIB DD Statements . . . . . . . . . . . . . 13-5 Relationship to Other Control Statements . . . . . . . . . . . . . 13-6 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-6 Relationship of a STEPLIB to a JOBLIB . . . . . . . . . . . . . . 13-7 Examples of the STEPLIB DD Statement . . . . . . . . . . . . . 13-7 SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . . . . 13-8 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-9 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-9 Storing a Dump . . . . . . . . . . . . . . . . . . . . . . . 13-9 Printing a Dump . . . . . . . . . . . . . . . . . . . . . . 13-10 Overriding Dump DD Statements . . . . . . . . . . . . . . . . 13-10 Duplicate Dump Requests . . . . . . . . . . . . . . . . . . 13-10 Examples of the SYSABEND, SYSMDUMP, and SYSUDUMP DD Statements . . . . . . . . . . . . . . . . . . . . . . . 13-10 SYSCHK DD Statement . . . . . . . . . . . . . . . . . . . . 13-11 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-12 Parameters on SYSCHK DD Statements . . . . . . . . . . . . . 13-12 Relationship to Other Control Statements . . . . . . . . . . . . . 13-13 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-13 Examples of the SYSCHK DD Statement . . . . . . . . . . . . . 13-13 SYSCKEOV DD Statement . . . . . . . . . . . . . . . . . . . 13-13 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-14 Parameters on SYSCKEOV DD Statements . . . . . . . . . . . . 13-14 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-14 Example of the SYSCKEOV DD Statement . . . . . . . . . . . . 13-14 SYSIN DD Statement . . . . . . . . . . . . . . . . . . . . . 13-14 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 13-15 Parameters on SYSIN DD Statements . . . . . . . . . . . . . . 13-15 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 13-15 Examples of SYSIN DD Statements . . . . . . . . . . . . . . . 13-15 Chapter 14. Delimiter Statement . . . . . . . . . . . . . . . . . 14-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 14-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 14-1 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 14-1 Relationship to the DLM Parameter . . . . . . . . . . . . . . . 14-1 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 14-2 Examples of the Delimiter Statement . . . . . . . . . . . . . . . 14-2 Chapter 15. ENDCNTL Statement. . . . . . . . . . . . . . . . . 15-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 15-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 15-1 Label Field. . . . . . . . . . . . . . . . . . . . . . . . . 15-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 15-1 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 15-1 xiv z/OS V1R10.0 MVS JCL Reference
  • 17. Location in the JCL . . . . . . . . . . . . . . . . . . . . . 15-1 Example of the ENDCNTL Statement . . . . . . . . . . . . . . . 15-1 Chapter 16. EXEC Statement . . . . . . . . . . . . . . . . . . 16-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 16-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 16-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 16-2 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 16-2 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 16-5 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-5 Examples of EXEC Statements . . . . . . . . . . . . . . . . . 16-5 ACCT Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-6 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-6 Subparameter Definition. . . . . . . . . . . . . . . . . . . . 16-7 On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-7 Examples of the ACCT Parameter . . . . . . . . . . . . . . . . 16-7 ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 16-8 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-8 Subparameter Definition. . . . . . . . . . . . . . . . . . . . 16-8 Defaults. . . . . . . . . . . . . . . . . . . . . . . . . . 16-8 Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 16-8 Relationship to the EXEC REGION Parameter . . . . . . . . . . . 16-8 On an EXEC Statement that Calls a Procedure . . . . . . . . . . . 16-9 Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 16-9 CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-9 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-10 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-10 Default. . . . . . . . . . . . . . . . . . . . . . . . . . 16-10 Relationship to Other Parameters . . . . . . . . . . . . . . . . 16-10 Examples of the CCSID Parameter . . . . . . . . . . . . . . . 16-10 COND Parameter. . . . . . . . . . . . . . . . . . . . . . . 16-10 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-11 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-12 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-13 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 16-13 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-13 Considerations when Using the COND Parameter. . . . . . . . . . 16-14 Summary of COND Parameters . . . . . . . . . . . . . . . . 16-15 Examples of the COND Parameter . . . . . . . . . . . . . . . 16-16 DYNAMNBR Parameter . . . . . . . . . . . . . . . . . . . . 16-18 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-18 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-18 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-19 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-19 Example of the DYNAMNBR Parameter . . . . . . . . . . . . . 16-19 MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 16-19 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-19 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-19 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-20 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-20 Relationship to the REGION Parameter . . . . . . . . . . . . . 16-20 Considerations When Using the MEMLIMIT Parameter . . . . . . . . 16-20 Example of the MEMLIMIT Parameter . . . . . . . . . . . . . . 16-20 PARM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-20 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-21 Contents xv
  • 18. Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-21 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-21 Examples of the PARM Parameter . . . . . . . . . . . . . . . 16-21 PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 16-22 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-23 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-23 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-23 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-23 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-23 Example of the PERFORM Parameter . . . . . . . . . . . . . . 16-23 PGM Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-24 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-24 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-24 Examples of the PGM Parameter . . . . . . . . . . . . . . . . 16-25 PROC and Procedure Name Parameters . . . . . . . . . . . . . . 16-25 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-26 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-26 Effect of PROC Parameter on Other Parameters and Following Statements . . . . . . . . . . . . . . . . . . . . . . . 16-26 Examples of the PROC Parameter . . . . . . . . . . . . . . . 16-26 RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 16-26 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-27 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-28 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-28 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-29 Relationship to Other Control Statements . . . . . . . . . . . . . 16-29 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-29 Examples of the RD Parameter . . . . . . . . . . . . . . . . 16-29 REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 16-30 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-30 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-30 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-31 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-31 Relationship to the EXEC ADDRSPC Parameter . . . . . . . . . . 16-31 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-31 Relationship to the MEMLIMIT Parameter . . . . . . . . . . . . . 16-32 Considerations When Using the REGION Parameter. . . . . . . . . 16-32 Examples of the REGION Parameter . . . . . . . . . . . . . . 16-32 RLSTMOUT parameter. . . . . . . . . . . . . . . . . . . . . 16-32 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-33 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-33 Examples of the RLSTMOUT parameter . . . . . . . . . . . . . 16-33 TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 16-33 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 16-33 Subparameter Definition . . . . . . . . . . . . . . . . . . . 16-34 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 16-34 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 16-34 On an EXEC Statement that Calls a Procedure. . . . . . . . . . . 16-34 Examples of the TIME Parameter . . . . . . . . . . . . . . . . 16-35 Chapter 17. IF/THEN/ELSE/ENDIF Statement Construct . . . . . . . . 17-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 17-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 17-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 17-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 17-2 Relational-Expression Field . . . . . . . . . . . . . . . . . . 17-2 xvi z/OS V1R10.0 MVS JCL Reference
  • 19. Comments Field. . . . . . . . . . . . . . . . . . . . . . . 17-7 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 17-7 Relationship to Other Parameters . . . . . . . . . . . . . . . . 17-7 THEN and ELSE Clauses . . . . . . . . . . . . . . . . . . . 17-8 Considerations when Using the IF/THEN/ELSE/ENDIF Construct. . . . . 17-8 Examples of IF/THEN/ELSE/ENDIF Statement Constructs. . . . . . . 17-10 Chapter 18. INCLUDE Statement . . . . . . . . . . . . . . . . . 18-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 18-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 18-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 18-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 18-1 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 18-1 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 18-2 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 18-2 Considerations for Using INCLUDE Groups . . . . . . . . . . . . 18-2 Examples of the INCLUDE Statement: . . . . . . . . . . . . . . 18-2 Chapter 19. JCLLIB Statement. . . . . . . . . . . . . . . . . . 19-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 19-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 19-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 19-2 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 19-2 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 19-2 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 19-3 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 19-3 Considerations for Using the JCLLIB Statement . . . . . . . . . . . 19-3 Examples of the JCLLIB Statement . . . . . . . . . . . . . . . 19-3 Chapter 20. JOB Statement . . . . . . . . . . . . . . . . . . . 20-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 20-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 20-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 20-2 Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 20-2 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 20-5 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 20-6 Examples of JOB Statements. . . . . . . . . . . . . . . . . . 20-6 Accounting Information Parameter . . . . . . . . . . . . . . . . . 20-6 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-6 Subparameter Definition. . . . . . . . . . . . . . . . . . . . 20-7 Relationship to Other Control Statements . . . . . . . . . . . . . 20-7 JES2 Accounting Information Format . . . . . . . . . . . . . . . 20-7 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-8 Examples of the Accounting Information Parameter. . . . . . . . . . 20-9 ADDRSPC Parameter . . . . . . . . . . . . . . . . . . . . . 20-9 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-10 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-10 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-10 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-10 Relationship to the JOB REGION Parameter. . . . . . . . . . . . 20-10 Examples of the ADDRSPC Parameter . . . . . . . . . . . . . . 20-10 BYTES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-11 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-11 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-11 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-11 Contents xvii
  • 20. Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-12 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-12 Relationship to Other Control Statements . . . . . . . . . . . . . 20-12 Examples of the BYTES Parameter . . . . . . . . . . . . . . . 20-12 CARDS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-12 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-13 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-13 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-13 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-13 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-14 Relationship to Other Control Statements . . . . . . . . . . . . . 20-14 Examples of the CARDS Parameter . . . . . . . . . . . . . . . 20-14 CCSID Parameter . . . . . . . . . . . . . . . . . . . . . . 20-14 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-15 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-15 Default. . . . . . . . . . . . . . . . . . . . . . . . . . 20-15 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-15 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-15 Examples of the CCSID Parameter . . . . . . . . . . . . . . . 20-15 CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 20-15 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-16 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-16 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-16 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-16 Relationship to Other Control Statements . . . . . . . . . . . . . 20-17 Example of the CLASS Parameter . . . . . . . . . . . . . . . 20-17 COND Parameter. . . . . . . . . . . . . . . . . . . . . . . 20-17 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-17 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-18 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-18 Summary of COND Parameters . . . . . . . . . . . . . . . . 20-18 Examples of the COND Parameter . . . . . . . . . . . . . . . 20-18 GROUP Parameter . . . . . . . . . . . . . . . . . . . . . . 20-19 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-20 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-20 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-20 Example of the GROUP Parameter . . . . . . . . . . . . . . . 20-20 JESLOG Parameter . . . . . . . . . . . . . . . . . . . . . . 20-20 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-20 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-20 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-21 Examples of the JESLOG Parameter . . . . . . . . . . . . . . 20-21 LINES Parameter. . . . . . . . . . . . . . . . . . . . . . . 20-21 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-22 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-22 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-22 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-22 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-22 Relationship to Other Control Statements . . . . . . . . . . . . . 20-23 Examples of the LINES Parameter . . . . . . . . . . . . . . . 20-23 MEMLIMIT Parameter . . . . . . . . . . . . . . . . . . . . . 20-23 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-23 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-23 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-24 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-24 Relationship to the REGION Parameter . . . . . . . . . . . . . 20-24 xviii z/OS V1R10.0 MVS JCL Reference
  • 21. Considerations When Using the MEMLIMIT Parameter . . . . . . . . 20-24 Examples of the MEMLIMIT Parameter. . . . . . . . . . . . . . 20-24 MSGCLASS Parameter . . . . . . . . . . . . . . . . . . . . 20-24 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-25 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-25 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-25 Significance of Output Classes . . . . . . . . . . . . . . . . . 20-25 Examples of the MSGCLASS Parameter . . . . . . . . . . . . . 20-25 MSGLEVEL Parameter. . . . . . . . . . . . . . . . . . . . . 20-26 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-26 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-27 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-27 Examples of the MSGLEVEL Parameter . . . . . . . . . . . . . 20-27 NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 20-28 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-28 Subparameter Definition for JES2 Systems . . . . . . . . . . . . 20-28 Subparameter Definition for JES3 Systems . . . . . . . . . . . . 20-29 Receiving Notification of Job Completion . . . . . . . . . . . . . 20-29 Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 20-29 PAGES Parameter . . . . . . . . . . . . . . . . . . . . . . 20-29 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-30 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-30 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-30 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-30 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-31 Relationship to Other Control Statements . . . . . . . . . . . . . 20-31 Examples of the PAGES Parameter . . . . . . . . . . . . . . . 20-31 PASSWORD Parameter . . . . . . . . . . . . . . . . . . . . 20-31 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-32 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-32 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-33 Examples of the PASSWORD Parameter . . . . . . . . . . . . . 20-33 PERFORM Parameter . . . . . . . . . . . . . . . . . . . . . 20-33 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-33 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-34 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-34 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-34 Examples of the PERFORM Parameter. . . . . . . . . . . . . . 20-34 Programmer’s Name Parameter . . . . . . . . . . . . . . . . . 20-35 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-35 Parameter Definition. . . . . . . . . . . . . . . . . . . . . 20-35 Examples of the Programmer’s Name Parameter . . . . . . . . . . 20-35 PRTY Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-36 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-37 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-37 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-37 Example of the PRTY Parameter . . . . . . . . . . . . . . . . 20-37 RD Parameter . . . . . . . . . . . . . . . . . . . . . . . . 20-37 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-38 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-38 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-39 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-39 Relationship to Other Control Statements . . . . . . . . . . . . . 20-39 Examples of the RD Parameter . . . . . . . . . . . . . . . . 20-40 REGION Parameter . . . . . . . . . . . . . . . . . . . . . . 20-40 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-40 Contents xix
  • 22. Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-41 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-41 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-42 Relationship to the JOB ADDRSPC Parameter . . . . . . . . . . . 20-42 Relationship to the MEMLIMIT Parameter . . . . . . . . . . . . . 20-42 Considerations When Using the REGION Parameter. . . . . . . . . 20-42 Examples of the REGION Parameter . . . . . . . . . . . . . . 20-42 RESTART Parameter . . . . . . . . . . . . . . . . . . . . . 20-42 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-43 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-43 Relationship to Other Control Statements . . . . . . . . . . . . . 20-44 Cautions when Coding the RESTART Parameter . . . . . . . . . . 20-44 Generation Data Sets in Restarted Jobs . . . . . . . . . . . . . 20-44 Examples of the RESTART Parameter . . . . . . . . . . . . . . 20-44 SECLABEL Parameter . . . . . . . . . . . . . . . . . . . . . 20-45 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-46 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-46 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-46 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-46 Example of the SECLABEL Parameter . . . . . . . . . . . . . . 20-46 SCHENV Parameter. . . . . . . . . . . . . . . . . . . . . . 20-46 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-47 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-47 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-47 Relationship to Other Control Statements . . . . . . . . . . . . . 20-47 Example of the SCHENV Parameter. . . . . . . . . . . . . . . 20-47 TIME Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-47 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-48 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-48 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-49 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 20-49 Examples of the TIME Parameter . . . . . . . . . . . . . . . . 20-49 Examples of the TIME Parameter on JOB and EXEC Statements . . . . 20-50 TYPRUN Parameter. . . . . . . . . . . . . . . . . . . . . . 20-50 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-51 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-51 Relationship to Other Control Statements . . . . . . . . . . . . . 20-52 Example of the TYPRUN Parameter . . . . . . . . . . . . . . . 20-52 USER Parameter . . . . . . . . . . . . . . . . . . . . . . . 20-52 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 20-53 Subparameter Definition . . . . . . . . . . . . . . . . . . . 20-53 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 20-53 Relationship to Other Parameters . . . . . . . . . . . . . . . . 20-53 Example of the USER Parameter . . . . . . . . . . . . . . . . 20-53 Chapter 21. Null Statement . . . . . . . . . . . . . . . . . . . 21-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 21-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 21-1 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 21-1 Example of the Null Statement . . . . . . . . . . . . . . . . . 21-1 Chapter 22. OUTPUT JCL Statement . . . . . . . . . . . . . . . 22-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 22-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 22-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 22-1 xx z/OS V1R10.0 MVS JCL Reference
  • 23. Parameter Field . . . . . . . . . . . . . . . . . . . . . . . 22-2 Comments Field . . . . . . . . . . . . . . . . . . . . . . 22-10 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-10 Overrides . . . . . . . . . . . . . . . . . . . . . . . . . 22-11 Relationship to Sysout DD Statement . . . . . . . . . . . . . . 22-11 Relationship to the JES2 /*OUTPUT Statement . . . . . . . . . . . 22-11 Relationship to the JES3 //*FORMAT Statement . . . . . . . . . . 22-12 ADDRESS Parameter . . . . . . . . . . . . . . . . . . . . . 22-12 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-12 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-12 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-12 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-13 Examples of the ADDRESS Parameter . . . . . . . . . . . . . . 22-13 AFPPARMS Parameter . . . . . . . . . . . . . . . . . . . . 22-13 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-14 Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-14 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-14 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-14 Relationship to Other Control Statements . . . . . . . . . . . . . 22-14 Example of the AFPSTATS keyword . . . . . . . . . . . . . . . 22-14 AFPSTATS Parameter . . . . . . . . . . . . . . . . . . . . . 22-14 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-15 Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-15 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-15 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-15 Relationship to Other Control Statements . . . . . . . . . . . . . 22-15 Example of the AFPSTATS keyword . . . . . . . . . . . . . . . 22-15 BUILDING Parameter . . . . . . . . . . . . . . . . . . . . . 22-15 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-16 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-16 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-16 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-16 Example of the BUILDING Parameter . . . . . . . . . . . . . . 22-16 BURST Parameter . . . . . . . . . . . . . . . . . . . . . . 22-16 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-17 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-17 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-17 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-17 Example of the BURST Parameter . . . . . . . . . . . . . . . 22-17 CHARS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-17 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-18 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-18 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-18 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-18 Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-19 Example of the CHARS Parameter . . . . . . . . . . . . . . . 22-19 CKPTLINE Parameter . . . . . . . . . . . . . . . . . . . . . 22-19 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-19 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-19 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-20 Example of the CKPTLINE Parameter . . . . . . . . . . . . . . 22-20 CKPTPAGE Parameter. . . . . . . . . . . . . . . . . . . . . 22-20 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-20 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-20 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-20 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-20 Contents xxi
  • 24. Example of the CKPTPAGE Parameter. . . . . . . . . . . . . . 22-20 CKPTSEC Parameter . . . . . . . . . . . . . . . . . . . . . 22-21 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-21 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-21 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-21 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-21 Example of the CKPTSEC Parameter . . . . . . . . . . . . . . 22-21 CLASS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-22 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-22 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-22 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-22 Held Classes in a JES2 System . . . . . . . . . . . . . . . . 22-22 Held Classes in a JES3 System . . . . . . . . . . . . . . . . 22-23 Significance of Output Classes . . . . . . . . . . . . . . . . . 22-23 Examples of the CLASS Parameter . . . . . . . . . . . . . . . 22-23 COLORMAP Parameter . . . . . . . . . . . . . . . . . . . . 22-24 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24 Example of the COLORMAP Parameter . . . . . . . . . . . . . 22-24 COMPACT Parameter . . . . . . . . . . . . . . . . . . . . . 22-24 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-24 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-24 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-25 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-25 Example of the COMPACT Parameter . . . . . . . . . . . . . . 22-25 COMSETUP Parameter . . . . . . . . . . . . . . . . . . . . 22-25 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-25 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-25 Example of the COMSETUP Parameter . . . . . . . . . . . . . 22-25 CONTROL Parameter . . . . . . . . . . . . . . . . . . . . . 22-25 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-26 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-26 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-26 Example of the CONTROL Parameter . . . . . . . . . . . . . . 22-26 COPIES Parameter . . . . . . . . . . . . . . . . . . . . . . 22-26 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-27 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-27 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-27 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-27 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-28 Relationship to Other Control Statements . . . . . . . . . . . . . 22-28 Examples of the COPIES Parameter. . . . . . . . . . . . . . . 22-28 DATACK Parameter . . . . . . . . . . . . . . . . . . . . . . 22-29 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-29 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-29 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-30 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-30 Example of the DATACK Parameter . . . . . . . . . . . . . . . 22-30 DEFAULT Parameter . . . . . . . . . . . . . . . . . . . . . 22-30 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-30 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-30 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-31 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-31 References to Default OUTPUT JCL Statements . . . . . . . . . . 22-31 Example of the DEFAULT Parameter . . . . . . . . . . . . . . 22-31 DEPT Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-32 xxii z/OS V1R10.0 MVS JCL Reference
  • 25. Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-32 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-33 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-33 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-33 Example of the DEPT Parameter . . . . . . . . . . . . . . . . 22-33 DEST Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-33 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-34 Subparameter Definition for JES2 Systems . . . . . . . . . . . . 22-34 Subparameter Definition for JES3 Systems . . . . . . . . . . . . 22-35 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-36 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-36 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-36 Examples of the DEST Parameter . . . . . . . . . . . . . . . 22-36 DPAGELBL Parameter . . . . . . . . . . . . . . . . . . . . . 22-37 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-37 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-37 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-38 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-38 Example of the DPAGELBL Parameter . . . . . . . . . . . . . . 22-38 DUPLEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-38 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-38 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-38 Relationship to Other Keywords on This Statement . . . . . . . . . 22-39 Example of the DUPLEX Parameter . . . . . . . . . . . . . . . 22-39 FCB Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-39 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-39 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-40 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-40 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-40 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-40 Requesting a High-Density Dump . . . . . . . . . . . . . . . . 22-40 Example of the FCB Parameter . . . . . . . . . . . . . . . . 22-41 FLASH Parameter . . . . . . . . . . . . . . . . . . . . . . 22-41 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-41 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-41 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-42 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-42 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-42 Verification of Forms Overlay Frame . . . . . . . . . . . . . . . 22-42 Printing without Flashing . . . . . . . . . . . . . . . . . . . 22-42 Example of the FLASH Parameter . . . . . . . . . . . . . . . 22-42 FORMDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-43 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-43 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-43 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-43 Example of the FORMDEF Parameter . . . . . . . . . . . . . . 22-43 FORMLEN Parameter . . . . . . . . . . . . . . . . . . . . . 22-44 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-44 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-44 Relationship to Other Control Statements . . . . . . . . . . . . . 22-44 Examples of the FORMLEN Parameter. . . . . . . . . . . . . . 22-44 FORMS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-45 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-45 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-45 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-45 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-45 Contents xxiii
  • 26. Example of the FORMS Parameter . . . . . . . . . . . . . . . 22-45 FSSDATA Parameter . . . . . . . . . . . . . . . . . . . . . 22-45 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-46 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-46 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-46 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-47 Relationship to Other Keywords on this Statement . . . . . . . . . 22-47 Relationship to Other System Functions . . . . . . . . . . . . . 22-47 Examples of the FSSDATA Parameter . . . . . . . . . . . . . . 22-47 GROUPID Parameter . . . . . . . . . . . . . . . . . . . . . 22-48 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-48 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-48 Relationship to Other Control Statements . . . . . . . . . . . . . 22-48 Examples of the GROUPID Parameter . . . . . . . . . . . . . . 22-48 INDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-49 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-50 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-50 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-50 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-50 Example of the INDEX Parameter. . . . . . . . . . . . . . . . 22-50 INTRAY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-50 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-50 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-50 Relationship to Other Keywords on This Statement . . . . . . . . . 22-50 Example of the INTRAY Parameter . . . . . . . . . . . . . . . 22-51 JESDS Parameter . . . . . . . . . . . . . . . . . . . . . . 22-51 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-51 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-51 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-52 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 22-52 Destination for the System Data Sets . . . . . . . . . . . . . . 22-52 JES2 Processing with JESDS . . . . . . . . . . . . . . . . . 22-52 JES3 Processing with JESDS . . . . . . . . . . . . . . . . . 22-52 Example of the JESDS Parameter . . . . . . . . . . . . . . . 22-52 LINDEX Parameter . . . . . . . . . . . . . . . . . . . . . . 22-53 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-53 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-53 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-53 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-53 Example of the LINDEX Parameter . . . . . . . . . . . . . . . 22-53 LINECT Parameter . . . . . . . . . . . . . . . . . . . . . . 22-54 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-54 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-54 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-54 Example of the LINECT Parameter . . . . . . . . . . . . . . . 22-54 MAILBCC Parameter . . . . . . . . . . . . . . . . . . . . . 22-54 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-54 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-55 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-55 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-55 Relationship to Other System Functions . . . . . . . . . . . . . 22-55 Examples of the MAILBCC Parameter . . . . . . . . . . . . . . 22-55 MAILCC Parameter . . . . . . . . . . . . . . . . . . . . . . 22-55 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-56 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-56 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-56 xxiv z/OS V1R10.0 MVS JCL Reference
  • 27. Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-56 Relationship to Other System Functions . . . . . . . . . . . . . 22-56 Examples of the MAILCC Parameter. . . . . . . . . . . . . . . 22-56 MAILFILE Parameter . . . . . . . . . . . . . . . . . . . . . 22-56 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-57 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-57 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-57 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-57 Relationship to Other System Functions . . . . . . . . . . . . . 22-57 Example of the MAILFILE Parameter . . . . . . . . . . . . . . 22-57 MAILFROM Parameter. . . . . . . . . . . . . . . . . . . . . 22-57 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-57 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-58 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-58 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-58 Relationship to Other System Functions . . . . . . . . . . . . . 22-58 Example of the MAILFROM Parameter . . . . . . . . . . . . . . 22-58 MAILTO Parameter . . . . . . . . . . . . . . . . . . . . . . 22-58 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-58 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-58 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-59 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-59 Relationship to Other System Functions . . . . . . . . . . . . . 22-59 Example of the MAILTO Parameter . . . . . . . . . . . . . . . 22-59 MODIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-59 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-59 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-60 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-60 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-60 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-60 Example of the MODIFY Parameter . . . . . . . . . . . . . . . 22-60 NAME Parameter. . . . . . . . . . . . . . . . . . . . . . . 22-61 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-61 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-61 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-61 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-61 Example of the NAME Parameter . . . . . . . . . . . . . . . . 22-62 NOTIFY Parameter . . . . . . . . . . . . . . . . . . . . . . 22-62 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-62 Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-62 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-62 Examples of the NOTIFY Parameter . . . . . . . . . . . . . . . 22-62 OFFSETXB Parameter. . . . . . . . . . . . . . . . . . . . . 22-63 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-63 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-63 Relationship to Other Keywords on This Statement . . . . . . . . . 22-63 Example of the OFFSETXB Parameter . . . . . . . . . . . . . . 22-63 OFFSETXF Parameter . . . . . . . . . . . . . . . . . . . . . 22-64 OFFSETYB Parameter. . . . . . . . . . . . . . . . . . . . . 22-64 OFFSETYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-64 OUTBIN Parameter . . . . . . . . . . . . . . . . . . . . . . 22-64 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-64 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-65 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-65 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-65 Relationship to Other System Functions . . . . . . . . . . . . . 22-65 Contents xxv
  • 28. Example of the OUTBIN Parameter . . . . . . . . . . . . . . . 22-65 OUTDISP Parameter . . . . . . . . . . . . . . . . . . . . . 22-65 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-65 Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-66 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-66 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-66 Relationship to Other Control Statements . . . . . . . . . . . . . 22-66 Examples of the OUTDISP parameter . . . . . . . . . . . . . . 22-67 OVERLAYB Parameter. . . . . . . . . . . . . . . . . . . . . 22-67 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-68 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-68 Relationship to Other Keywords on This Statement . . . . . . . . . 22-68 Example of the OVERLAYB Parameter . . . . . . . . . . . . . . 22-68 OVERLAYF Parameter . . . . . . . . . . . . . . . . . . . . . 22-68 OVFL Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-68 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-68 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-69 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-69 Example of the OVFL Parameter . . . . . . . . . . . . . . . . 22-69 PAGEDEF Parameter . . . . . . . . . . . . . . . . . . . . . 22-69 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-70 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-70 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-70 Example of the PAGEDEF Parameter . . . . . . . . . . . . . . 22-70 PIMSG Parameter . . . . . . . . . . . . . . . . . . . . . . 22-70 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-71 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-71 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-71 Examples of the PIMSG Parameter . . . . . . . . . . . . . . . 22-72 PORTNO Parameter . . . . . . . . . . . . . . . . . . . . . 22-72 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-72 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-72 Relationship to Other System Functions . . . . . . . . . . . . . 22-72 Example of the PORTNO Parameter. . . . . . . . . . . . . . . 22-72 PRMODE Parameter . . . . . . . . . . . . . . . . . . . . . 22-72 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-73 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-73 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-73 Printing a Line-Mode Data Set Using PSF. . . . . . . . . . . . . 22-73 Example of the PRMODE Parameter . . . . . . . . . . . . . . 22-73 PRTATTRS Parameter . . . . . . . . . . . . . . . . . . . . . 22-74 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-74 Parameter Definition. . . . . . . . . . . . . . . . . . . . . 22-74 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-74 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-74 Relationship to Other Keywords on this Statement . . . . . . . . . 22-74 Relationship to Other Control Statements . . . . . . . . . . . . . 22-74 Example of the PRTATTRS Parameter . . . . . . . . . . . . . . 22-74 PRTERROR Parameter . . . . . . . . . . . . . . . . . . . . 22-75 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-75 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-75 Relationship to Other Control Statements . . . . . . . . . . . . . 22-75 Examples of the PRTERROR Parameter . . . . . . . . . . . . . 22-76 PRTOPTNS Parameter. . . . . . . . . . . . . . . . . . . . . 22-76 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-76 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-76 xxvi z/OS V1R10.0 MVS JCL Reference
  • 29. Relationship to Other System Functions . . . . . . . . . . . . . 22-76 Example of the PRTOPTNS Parameter. . . . . . . . . . . . . . 22-76 PRTQUEUE Parameter . . . . . . . . . . . . . . . . . . . . 22-77 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-77 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-77 Relationship to Other System Functions . . . . . . . . . . . . . 22-77 Example of the PRTQUEUE Parameter . . . . . . . . . . . . . 22-77 PRTY Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-77 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-77 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-78 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-78 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-78 Example of the PRTY Parameter . . . . . . . . . . . . . . . . 22-78 REPLYTO Parameter . . . . . . . . . . . . . . . . . . . . . 22-78 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-78 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-78 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-78 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-79 Relationship to Other System Functions . . . . . . . . . . . . . 22-79 Example of the REPLYTO Parameter . . . . . . . . . . . . . . 22-79 RESFMT Parameter. . . . . . . . . . . . . . . . . . . . . . 22-79 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-79 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-79 Relationship to Other Control Statements . . . . . . . . . . . . . 22-79 Example of the RESFMT Parameter . . . . . . . . . . . . . . . 22-79 RETAINS and RETAINF Parameters. . . . . . . . . . . . . . . . 22-80 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-80 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-80 Relationship to Other Control Statements . . . . . . . . . . . . . 22-80 Relationship to Other System Functions . . . . . . . . . . . . . 22-81 Examples of the RETAIN Keywords . . . . . . . . . . . . . . . 22-81 RETRYL and RETRYT Parameters . . . . . . . . . . . . . . . . 22-81 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-81 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-81 Relationship to Other Control Statements . . . . . . . . . . . . . 22-82 Relationship to Other System Functions . . . . . . . . . . . . . 22-82 Examples of the RETRY Keywords . . . . . . . . . . . . . . . 22-82 ROOM Parameter . . . . . . . . . . . . . . . . . . . . . . 22-82 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-82 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-82 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-82 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-83 Example of the ROOM Parameter . . . . . . . . . . . . . . . 22-83 SYSAREA Parameter . . . . . . . . . . . . . . . . . . . . . 22-83 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-84 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-84 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-84 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-84 Example of the SYSAREA Parameter . . . . . . . . . . . . . . 22-84 THRESHLD Parameter. . . . . . . . . . . . . . . . . . . . . 22-84 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-85 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-85 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-85 Example of the THRESHLD Parameter. . . . . . . . . . . . . . 22-85 TITLE Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-85 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-86 Contents xxvii
  • 30. Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-86 Example of the TITLE Parameter . . . . . . . . . . . . . . . . 22-86 TRC Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-86 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-86 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-87 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-87 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-87 Example of the TRC Parameter . . . . . . . . . . . . . . . . 22-87 UCS Parameter . . . . . . . . . . . . . . . . . . . . . . . 22-87 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-88 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-88 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-88 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-89 Using Special Characters Sets . . . . . . . . . . . . . . . . . 22-89 Example of the UCS Parameter . . . . . . . . . . . . . . . . 22-89 USERDATA Parameter . . . . . . . . . . . . . . . . . . . . . 22-89 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-90 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-90 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-90 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-90 Relationship to Other Keywords on this Statement . . . . . . . . . 22-90 Relationship to Other Control Statements . . . . . . . . . . . . . 22-90 Relationship to Other System Functions . . . . . . . . . . . . . 22-90 Examples of the USERDATA Parameter . . . . . . . . . . . . . 22-91 USERLIB Parameter . . . . . . . . . . . . . . . . . . . . . 22-93 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-93 Subparameter Definitions . . . . . . . . . . . . . . . . . . . 22-93 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-93 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-93 Requirements for USERLIB Libraries . . . . . . . . . . . . . . 22-94 Examples of the USERLIB Parameter . . . . . . . . . . . . . . 22-94 USERPATH parameter . . . . . . . . . . . . . . . . . . . . . 22-94 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-94 Subparameter definitions . . . . . . . . . . . . . . . . . . . 22-95 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-95 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-95 Relationship to other system functions . . . . . . . . . . . . . . 22-95 Examples of the USERPATH parameter . . . . . . . . . . . . . 22-95 WRITER Parameter . . . . . . . . . . . . . . . . . . . . . . 22-96 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 22-96 Subparameter Definition . . . . . . . . . . . . . . . . . . . 22-96 Defaults . . . . . . . . . . . . . . . . . . . . . . . . . 22-96 Overrides. . . . . . . . . . . . . . . . . . . . . . . . . 22-96 Relationship to Other Parameters . . . . . . . . . . . . . . . . 22-96 Starting an External Writer . . . . . . . . . . . . . . . . . . 22-96 Examples of the WRITER Parameter . . . . . . . . . . . . . . 22-96 Chapter 23. PEND Statement . . . . . . . . . . . . . . . . . . 23-1 Description . . . . . . . . . . . . . . . . . . . . . . . . . 23-1 Syntax . . . . . . . . . . . . . . . . . . . . . . . . . . 23-1 Name Field . . . . . . . . . . . . . . . . . . . . . . . . 23-1 Operation Field . . . . . . . . . . . . . . . . . . . . . . . 23-1 Comments Field. . . . . . . . . . . . . . . . . . . . . . . 23-1 Location in the JCL . . . . . . . . . . . . . . . . . . . . . 23-1 Examples of the PEND Statement . . . . . . . . . . . . . . . . 23-1 xxviii z/OS V1R10.0 MVS JCL Reference