Failures under MVS p. 67 General p. 67 JCL Errors p. 68 Syntactical JCL Errors p. 68 Allocation JCL Errors p. 69 ABEND Failures p.

Size: px
Start display at page:

Download "Failures under MVS p. 67 General p. 67 JCL Errors p. 68 Syntactical JCL Errors p. 68 Allocation JCL Errors p. 69 ABEND Failures p."

Transcription

1 About the Author p. vii Preface p. xv Acknowledgments p. xix Introduction p. 1 Historical Perspective p. 1 JCL Complexity p. 3 Multiprogramming and Virtual Storage p. 4 Data Set Organizations p. 8 Non-VSAM Data Set Organizations p. 8 VSAM Data Set Organizations p. 9 Record Formats p. 9 VTOC, PDS, and the Catalog p. 11 Storage Management Subsystem p. 15 Jobs, Steps, and Initiators p. 18 Types of JCL Statements p. 25 The Syntax of JCL p. 27 Discussion of JOB and EXEC Statement Parameters p. 35 The JOB Statement--General p. 35 Accounting Information p. 37 Programmer's Name p. 40 The MSGLEVEL Parameter p. 40 The ADDRSPC Parameter p. 41 The REGION Parameter p. 42 The COND Parameter p. 44 The CLASS Parameter p. 45 The PRTY Parameter p. 46 The TIME Parameter p. 47 The NOTIFY Parameter p. 48 The PERFORM Parameter p. 48 The MSGCLASS Parameter p. 49 The RESTART Parameter p. 50 The TYPRUN Parameter p. 52 The EXEC Statement--General p. 53 The PGM Parameter p. 54 The PARM Parameter p. 56 The ADDRSPC Parameter p. 58 The REGION Parameter p. 58 The COND Parameter p. 60 The TIME Parameter p. 61 The PERFORM Parameter p. 63 The ACCT Parameter p. 64

2 Failures under MVS p. 67 General p. 67 JCL Errors p. 68 Syntactical JCL Errors p. 68 Allocation JCL Errors p. 69 ABEND Failures p. 70 Bypassing Execution Because of a Return Code p. 76 Invisible Failures p. 76 Operational Considerations p. 77 Execution Before and After Failure p. 77 Immediate Visibility of Failures p. 77 Controlling Execution p. 79 General p. 79 A Return (or Condition) Code p. 80 The COND Parameter p. 82 The COND Parameter in the JOB Statement p. 82 The COND Parameter in the EXEC Statement p. 86 Practical Examples p. 93 Ordinary Examples p. 93 Conditional Execution in Job Recovery p. 93 The Warning Last Step p. 96 Innovative Ways of Controlling Execution p. 99 Discussion of DD Statement Parameters p. 103 The DD Statement--General p. 103 The DSN Parameter p. 104 How a Program Finds a Data Set p. 108 The DISP Parameter p. 108 The UNIT Parameter p. 120 The VOL Parameter p. 126 The SPACE Parameter p. 134 The SPACE Parameter for VSAM Data Sets p. 142 The LABEL Parameter p. 143 The DCB Parameter p. 147 The FREE Parameter p. 154 The EXPDT Parameter p. 155 The RETPD Parameter p. 155 The BLKSIZE Parameter p. 156 The LRECL Parameter p. 156 The RECFM Parameter p. 156 The AVGREC Parameter p. 156 The DATACLAS Parameter p. 158

3 The KEYOFF Parameter p. 159 The LIKE Parameter p. 160 The MGMTCLAS Parameter p. 161 The RECORG Parameter p. 162 The REFDD Parameter p. 163 The STORCLAS Parameter p. 164 Using the Catalog p. 167 Definitions p. 167 The ICF Catalog Entry p. 169 When and How the Catalog is Used p. 172 Non-SMS-Managed Non-VSAM Data Sets p. 174 SMS-Managed and VSAM Data Sets p. 176 Using Master/User Catalog p. 176 Adding a New Entry in the Catalog p. 182 Non-SMS-Managed Non-VSAM Data Sets p. 182 SMS-Managed and VSAM Data Sets p. 183 When an Attempt to Catalog a New Data Set Fails p. 184 Non-SMS-Managed Non-VSAM Data Sets p. 185 SMS-Managed and VSAM Data Sets p. 190 Cataloging an Existing Data Set p. 190 Non-SMS-Managed Non-VSAM Data Sets p. 190 SMS-Managed and VSAM Data Sets p. 194 Uncataloging a Tape Data Set p. 196 Retrieving Data Sets p. 201 Definition p. 201 Retrieval and the Catalog p. 202 Non-SMS-Managed Non-VSAM Data Sets p. 203 SMS-Managed Data Sets p. 207 The Logic of Allocation, Program Execution, and Step Termination for Retrieval p. 208 Disk Data Set Retrieval p. 209 Tape Data Set Retrieval p. 215 Tape Data Set Retrieval With Deferred Mounting p. 217 Retrieving and Deleting Data Sets p. 218 Retrieving Partitioned Data Sets p. 225 DISP=OLD vs. DISP=SHR p. 227 Retrieving Using NL, BLP, and LTM p. 228 Retrieving Multivolume Data Sets p. 231 Retrieving and Extending a Data Set p. 232 SMS-Managed Data Sets p. 232 Non-SMS-Managed Data Sets p. 233 Altering Secondary Allocation and Releasing Unused Space p. 237

4 DCB Considerations for Retrieval p. 239 Using Unit Affinity and FREE=CLOSE p. 242 Retrieving Concatenated Data Sets p. 244 Retrieving VSAM Data Sets p. 246 Retrieving GDG Generations p. 247 Creating Data Sets p. 249 Definition p. 249 Parameter Requirements p. 249 The Logic of Allocation for Creating Disk Data Sets p. 252 Non-VSAM Non-SMS-Managed Data Sets p. 252 SMS-Managed and VSAM Data Sets p. 254 Creating Nontemporary Sequential and Partitioned Data Sets p. 258 Creating VSAM Data Sets p. 263 Creating Temporary Disk Data Sets p. 264 Creating Direct Data Sets p. 267 SPACE Parameter Considerations p. 268 Creating Multivolume Disk Data Sets p. 280 Non-VSAM Non-SMS-Managed Data Sets p. 281 Non-VSAM SMS-Managed Data Sets p. 284 VSAM Data Sets p. 288 Public/Private Considerations p. 290 Non-SMS-Managed Volumes p. 290 SMS-Managed Volumes p. 292 The Logic of Allocation, Open, and Close for Creating Tape Data Sets p. 293 Creating SL Tape Data Sets Without and With Deferred Mounting p. 297 Creating NL Tape Data Sets p. 299 Creating Multivolume Tape Data Sets p. 300 Creating Multifile Tape Volumes p. 301 Using Unit Affinity and FREE=CLOSE p. 305 DCB Considerations for Creating Data Sets p. 307 Selecting a Proper Blocksize p. 311 Creating New GDG Generations p. 318 Passing and Receiving Data Sets p. 319 Definitions p. 319 Passing and Receiving p. 320 Passing Without Receiving p. 323 Peculiarities With PASS p. 328 Unusual Defaults for DISP=OLD p. 328 Unusual Abnormal Disposition With PASS p. 329 Passing Temporary Data Sets p. 330 When to Use PASS p. 334

5 PASS and Restart Recovery p. 335 Special DD Statements and Parameters p. 341 DD * and DD Data--Supplying Sysin Data p. 341 The SYSOUT Parameter p. 344 Parameters Used With SYSOUT p. 346 The OUTPUT Statement p. 355 Parameters Common to Both SYSOUT DD and OUTPUT Statements, but With Different Syntax p. 356 Selected Parameters Available only in the OUTPUT Statement p. 358 Examples of the OUTPUT Parameter and the OUTPUT Statement p. 361 The DUMMY Parameter p. 363 The DDNAME Parameter p. 365 The JOBLIB and STEPLIB DD Statements p. 367 The JOBLIB DD Statement p. 368 The STEPLIB DD Statement p. 369 The JOBCAT and STEPCAT DD Statements p. 371 The SYSUDUMP, SYSMDUMP, and SYSABEND DD Statements p. 371 The SYSUDUMP DD Statement p. 371 The SYSMDUMP DD Statement p. 372 The SYSABEND DD Statement p. 372 Virtual I/O (VIO) p. 373 Concatenation p. 375 Generation Data Groups p. 381 How GDGs Work p. 381 Non-SMS-Managed Generations p. 384 SMS-Managed Generations p. 386 Preparing for a GDG p. 390 Changing the Characteristics of a GDG p. 393 Changing the Limit if SMS Is Not Installed p. 393 Changing the Limit if SMS Is Installed p. 394 Using a GDG Model (Non-SMS-Managed GDG's Only) p. 395 Peculiarities of GDGs p. 397 Concatenating Generations of a GDG p. 401 Generation 9999 p. 401 Using Different Versions of a GDG Generation p. 402 Recovering from a Bad Generation p. 402 Using BLP With GDGs p. 405 Avoiding an Empty Generation p. 405 Job Restart With GDGs p. 407 Using Procedures p. 411 General p. 411 The Use of Procedure Libraries p. 412

6 Invoking a Procedure p. 413 Restrictions of a Procedure's Contents p. 414 Overriding Procedures p. 415 The Output of a Procedure p. 429 Overcoming Some Restrictions p. 432 Compile-Linkedit-Go Procedures p. 433 Referring to a Procedure from Outside p. 436 Special Overrides p. 438 Executing a Procedure More Than Once p. 445 Symbolic Parameters and Symbolic Overrides p. 449 The PROC Statement p. 453 Rules for Symbolic Overriding p. 454 Choosing Symbolic Parameters p. 458 In-Stream Procedures p. 460 Rules for In-Stream Procedures p. 462 Using In-Stream Procedures p. 463 Utilities and IDCAMS p. 467 JCL for Utilities p. 468 Utility Control Statement Syntax p. 469 The IEBGENER Utility p. 470 The IEHPROGM Utility p. 474 The IEBCOPY Utility p. 478 The IEBPTPCH Utility p. 482 The IEHLIST Utility p. 485 IDCAMS p. 487 Required JCL for IDCAMS p. 487 IDCAMS Command Syntax p. 488 Examples of IDCAMS Used With VSAM Objects p. 490 Examples of IDCAMS Used With Non-VSAM Data Sets p. 400 SMS Considerations Summary p. 511 SMS Benefits--New Features p. 511 SMS Installed--Not Activated p. 511 SMS Installed and Activated p. 514 The Benefits of SMS-Managed Data Sets p. 517 Improved Disk Volume and Space Allocation p. 517 Synchronized VTOC and Catalog Entries p. 520 JCL Compatibility p. 525 SMS-Related Problems p. 527 Retrieving With VOL Parameter p. 527 Creating With VOL Parameter p. 528 Extending a Disk Data Set to Additional Volumes p. 528

7 Deleting and Uncataloging Data Sets p. 529 JCL for Non-Existing Data Sets p. 530 Using JOBCAT and STEPCAT p. 530 Using IDCAMS p. 531 Using GDGs p. 533 Creating Multivolume Data Sets p. 536 Ignored DD Statement Parameters p. 536 Space Problem With AVGREC p. 537 Creating the Same Dsname Twice p. 538 Creating and Retrieving in the Same Step p. 539 Different DISP Defaults With SMS p. 539 SMS Messages p. 541 Allocation Messages for Data Sets, SMS and Non-SMS-Managed p. 542 Step-Termination Messages for Data Sets, SMS and Non-SMS-Managed p. 543 Common JCL Errors With and Without SMS p. 544 ABENDS Eliminated or Minimized With SMS p. 546 ABEND Failures Eliminated p. 546 ABEND Failures Minimized p. 547 Disk Characteristics p Capacity Table p Disk Capacity Table p Capacity Table p Capacity Table p. 553 Bibliography p. 555 Glossary p. 557 Index p. 565 Table of Contents provided by Blackwell's Book Services and R.R. Bowker. Used with permission.

* Parameter... 1:18. B Backward References... 5:8 Blocksize: Choosing... 3:19

* Parameter... 1:18. B Backward References... 5:8 Blocksize: Choosing... 3:19 * Parameter... 1:18 A Abnormal Disposition... 2:7 ACB: Access Method Control Block... 11:7 Accounting Information... 1:9, 8:15 ACCT Parameter - Account... 1:15 Allocation and Termination Messages... 1:25

More information

COMPUTER EDUCATION TECHNIQUES, INC. (JCL ) SA:

COMPUTER EDUCATION TECHNIQUES, INC. (JCL ) SA: In order to learn which questions have been answered correctly: 1. Print these pages. 2. Answer the questions. 3. Send this assessment with the answers via: a. FAX to (212) 967-3498. Or b. Mail the answers

More information

This book is printed on acid-free paper. Copyright 2002 by Gary DeWard Brown. All rights reserved.

This book is printed on acid-free paper. Copyright 2002 by Gary DeWard Brown. All rights reserved. z/os JOB CONTROL LANGUAGE FIFTH EDITION Gary DeWard Brown John Wiley & Sons, Inc. z/os JOB CONTROL LANGUAGE FIFTH EDITION Gary DeWard Brown John Wiley & Sons, Inc. Publisher: Robert Ipsen Editor: Margaret

More information

Mainframe Developer NO.2/29, South Dhandapani St, Burkit road, T.nagar, Chennai-17. Telephone: Website:

Mainframe Developer NO.2/29, South Dhandapani St, Burkit road, T.nagar, Chennai-17. Telephone: Website: Mainframe Developer Mainframe Developer Training Syllabus: IBM Mainframe Concepts Architecture Input/output Devices JCL Course Syllabus INTRODUCTION TO JCL JOB STATEMENT CLASS PRTY MSGCLASS MSGLEVEL TYPRUN

More information

Data Center Management Systems

Data Center Management Systems Data Center Management Systems The Expert JCL Manager - JED The Future of Automated JCL Management JED Highlights:(Partial list) The JED Process Operating Environments Supported JED Features and Functions

More information

JCL MOCK TEST JCL MOCK TEST III

JCL MOCK TEST JCL MOCK TEST III http://www.tutorialspoint.com JCL MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to JCL Framework. You can download these sample mock tests at your local

More information

USING EXISTING DATASETS

USING EXISTING DATASETS Chapter 2 USING EXISTING DATASETS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Coding DD statement parameters for existing datasets. Coding statements for tape datasets. Concatenating

More information

JCL JOB CONTROL LANGUAGE

JCL JOB CONTROL LANGUAGE Mainframe Concepts:- What is Mainframe Difference between Open source Applications and Mainframe Application Where do we use Mainframe Applications Operating System information Resource Access Control

More information

---- -::--=--::-:=.. ~.-

---- -::--=--::-:=.. ~.- ---- -::--=--::-:=.. ~.- :i:: a..-5: /Technical Newsletter This Newsletter No. Date Base Publication No. File No. Prerequisite Newsletters/ Supplements GN28-1275 January 31, 1989 GC28-l830-0 S370-36 None

More information

JCL MOCK TEST JCL MOCK TEST IV

JCL MOCK TEST JCL MOCK TEST IV http://www.tutorialspoint.com JCL MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to JCL Framework. You can download these sample mock tests at your local

More information

In mainframe environment, programs can be executed in batch and online modes. JCL is used for submitting a program for execution in batch mode.

In mainframe environment, programs can be executed in batch and online modes. JCL is used for submitting a program for execution in batch mode. About the Tutorial Job Control Language (JCL) is the command language of Multiple Virtual Storage (MVS), which is the commonly used Operating System in the IBM Mainframe computers. JCL identifies the program

More information

Mainframe Developer & Admin Training in Chennai

Mainframe Developer & Admin Training in Chennai Mainframe Developer & Admin Training in Chennai Training in Greens Technology provides 100% real-time, practical and placement focused Mainframe Developer training in Chennai. Our Mainframe Developer course

More information

OS Utilities. Here is a chart of action words and parameters and a list of rules for ten frequently used OS Utilities:

OS Utilities. Here is a chart of action words and parameters and a list of rules for ten frequently used OS Utilities: OS Utilities Here is a chart of action words and parameters and a list of rules for ten frequently used OS Utilities: Reminder: Continuation cards for utility control statements (read from the SYSIN DD)

More information

Additional Operands Using Existing Datasets

Additional Operands Using Existing Datasets Lesson 2: Additional Operands The UNIT parameter instructs the system which device the dataset resides on. The unit is indicated in the following format: UNIT=unit address device type esoteric name CETi/COMPUTER

More information

Allocating External Files

Allocating External Files 69 CHAPTER 5 Allocating External Files Introduction 69 Ways of Allocating External Files 69 Using the FILENAME Statement or Function to Allocate External Files 70 FILENAME Statement Syntax 71 FILENAME

More information

IBM. MVS JCL User's Guide. z/os. Version 2 Release 3 SA

IBM. MVS JCL User's Guide. z/os. Version 2 Release 3 SA z/os IBM MVS JCL User's Guide Version 2 Release 3 SA23-1386-30 Note Before using this information and the product it supports, read the information in Notices on page 285 This edition applies to Version

More information

Chapter 13. Synchronizing secondary index databases with a DEDB with FPA

Chapter 13. Synchronizing secondary index databases with a DEDB with FPA Chapter 13. Synchronizing secondary index databases with a DEDB with FPA Use the Resync function of FPA to synchronize secondary index databases with their primary DEDB database. Topics: v Functions of

More information

INNOVATION TECHSUPPORT

INNOVATION TECHSUPPORT INNOVATION TECHSUPPORT VOLUME 3.1 Welcome to the third issue of INNOVATION TECH SUPPORT. TECHSUPPORT is intended as INNOVATION s communication vehicle to those responsible for the use of INNOVATION s products.

More information

z/os Introduction and Workshop Data Sets

z/os Introduction and Workshop Data Sets z/os Introduction and Workshop Data Sets 2009 IBM Corporation Unit Objectives After completing this unit, you should be able to: Describe data set naming rules Describe a partitioned data set Describe

More information

Chapter 1 RUNNING A SIMPLE JOB. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 RUNNING A SIMPLE JOB. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 RUNNING A SIMPLE JOB SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: z/os operating system and resource management. The role and functions of JCL. How to code basic JCL

More information

//JOBNAME JOB //STEPNAME EXEC //DDNAME DD //* comment - upper or lower case /*...end of JCL stream

//JOBNAME JOB //STEPNAME EXEC //DDNAME DD //* comment - upper or lower case /*...end of JCL stream Uni Hamburg Mainframe Summit z/os The Mainframe Operating Chapter 6: Using Job Control Language (JCL) and System Display and Search Facility (SDSF) Anhang 1 JCL und SDSF Michael Großmann IBM Technical

More information

Advanced Job Control Language

Advanced Job Control Language What is JCL... 1 The Job Stream... 2 JCL Statements... 3 JCL Operations... 6 The JOB Statement... 7 The JOBPARM Statement... 9 EXERCE 1... 10 The EXEC Statement... 11 Dummy EXEC steps... 12 EXERCE 2...

More information

CA JCLCheck Workload Automation CA RS 1404 Service List

CA JCLCheck Workload Automation CA RS 1404 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1404 Service List Description Hiper 12.0 RO62327 INVALID CAY6501 MESSAGE WITH MULTI-VOL DATASET AND NOSMS RO62328 INVALID CAY6501 MESSAGE WITH MULTI-VOL DATASET

More information

Chapter 2 ACCESS METHOD SERVICES. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 ACCESS METHOD SERVICES. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 ACCESS METHOD SERVICES SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Definitions: cluster, KSDS, and ESDS. How data resides in the CI. DEFINE CLUSTER parameters. SHAREOPTIONS.

More information

CA Compress Data Compression

CA Compress Data Compression CA Compress Data Compression Message Reference Guide Release 5.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

JCL Utilities. A Access Method Services... 4:8 Alternate Indexes and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5

JCL Utilities. A Access Method Services... 4:8 Alternate Indexes and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5 A Access Method Services... 4:8 Alternate es and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5 B Backing Up Data Sets... 3:2 Batch Submit Batch Data Set Compare... 10:21 Binary Zeros: Placing

More information

DFSMS Basics: How to Create/Modify an SMS Configuration and Write ACS Routines - Demo

DFSMS Basics: How to Create/Modify an SMS Configuration and Write ACS Routines - Demo DFSMS Basics: How to Create/Modify an SMS Configuration and Write ACS Routines - Demo Steve Huber and David Legendre IBM March 14,2012 Session Number 10936 Agenda Intro to SMS (Configuration and ACS) Configuration

More information

Chapter 14. Reclaiming CIs in secondary index databases with FPA

Chapter 14. Reclaiming CIs in secondary index databases with FPA Chapter 14. Reclaiming CIs in secondary index databases with FPA Use the FPA Freespace Reclaim function to reclaim the control interals (CIs) in secondary index database data sets. Topics: Functions of

More information

Implementing Data Masking and Data Subset with Sequential or VSAM Sources

Implementing Data Masking and Data Subset with Sequential or VSAM Sources Implementing Data Masking and Data Subset with Sequential or VSAM Sources 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic,

More information

IBM System z Fast Track

IBM System z Fast Track IBM System z Fast Track Duration: 10 Days Course Code: ESZ0G Overview: This 10 day course is intended to give IT professionals a well rounded introduction to the System z environment, current servers,

More information

Appendix. Messages and codes

Appendix. Messages and codes Appendix. Messages and codes This appendix documents the messages and error codes issued by IMS Batch Backout Manager. Messages Each message is suffixed with one of the following letters: E Means that

More information

DFSMSdss Best Practices in an SMS Environment

DFSMSdss Best Practices in an SMS Environment DFSMSdss Best Practices in an SMS Environment Steve Huber and Jeff Suarez IBM Corporation shuber@us.ibm.com jrsuarez@us.ibm.com August 5, 2010 Session 8049 Legal Disclaimer NOTICES AND DISCLAIMERS Copyright

More information

//PSWDGEN EXEC PGM=RAIPWG //STEPLIB DD DISP=SHR,DSN=&RAILOAD //SYSTSPRT DD SYSOUT=* //SYSIN DD

//PSWDGEN EXEC PGM=RAIPWG //STEPLIB DD DISP=SHR,DSN=&RAILOAD //SYSTSPRT DD SYSOUT=* //SYSIN DD Appendix P Updating Product Passwords A CPU password is required to install and operate Relational Architects International (RAI) products on either a trial or permanent basis. The jobstream described

More information

CA JCLCheck Workload Automation

CA JCLCheck Workload Automation CA JCLCheck Workload Automation Tutorial Version 12.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Testing and Debugging Your Installation s ACS Routines

Testing and Debugging Your Installation s ACS Routines Testing and Debugging Your Installation s ACS Routines Session 10238 Steve Pryor DTS Software, Inc. 770-922-2444 Automatic Class Selection is Important Implement storage management policy Executed for

More information

The CA Disk FILES Data Set

The CA Disk FILES Data Set The CA Disk FILES Data Set General Information The FILES Data Set can be of two different organizations. BDAM file called the FILES Data Set (FDS) CA Datacom/AD database called the Files Database (FDB)

More information

Migrating Tape Data to the EMC DLm with DTS Software's DLMCLONE

Migrating Tape Data to the EMC DLm with DTS Software's DLMCLONE Migrating Tape Data to the EMC DLm with DTS Software's DLMCLONE Steve Pryor DTS Software, Inc. Thursday, March 13, 2014 Session Number 14631 Insert Custom Session QR if Desired. What is DLMCLONE? Volume-level

More information

INTRODUCTION. José Luis Calva 1. José Luis Calva Martínez

INTRODUCTION. José Luis Calva 1. José Luis Calva Martínez USING DATA SETS José Luis Calva Martínez Email: jose.luis.calva@rav.com.mx rav.jlcm@prodigy.net.mx INTRODUCTION In working with the z/os operating system, you must understand data sets, the files that

More information

PDSUPDTE. 4. When the length of STRING2 is less than that of STRING1, blanks are inserted after the next pool of two blanks following STRING1.

PDSUPDTE. 4. When the length of STRING2 is less than that of STRING1, blanks are inserted after the next pool of two blanks following STRING1. PDSUPDTE PDSUPDTE is a batch card image tailoring procedure and is designed to change selected fields in JCL and control statements contained in libraries (Partitioned Datasets). Control statements can

More information

IBM Tivoli Advanced Allocation Management for z/os. User's Guide. Version 3 Release 1 SC

IBM Tivoli Advanced Allocation Management for z/os. User's Guide. Version 3 Release 1 SC IBM Tivoli Advanced Allocation Management for z/os User's Guide Version 3 Release 1 SC23-9817-00 IBM Tivoli Advanced Allocation Management for z/os User's Guide Version 3 Release 1 SC23-9817-00 Note:

More information

IBM System z Fast Track

IBM System z Fast Track IBM System z Fast Track Duración: 1 Días Código del Curso: ESZ0G Método de Impartición: Curso Remoto (Virtual) Temario: This 10 day course is intended to give IT professionals a well rounded introduction

More information

Initializing and Configuring the SAS System

Initializing and Configuring the SAS System 3 CHAPTER 1 Initializing and Configuring the SAS System Invoking SAS in the OS/390 Environment 4 Invoking SAS under TSO: the SAS CLIST 4 Invoking SAS in Batch Mode: the SAS Cataloged Procedure 5 Logging

More information

The SMF recovery analysis report (SRSSMF) formats SMF records produced by SRS and provides totals for the successful and unsuccessful recoveries

The SMF recovery analysis report (SRSSMF) formats SMF records produced by SRS and provides totals for the successful and unsuccessful recoveries 1 2 The SMF recovery analysis report (SRSSMF) formats SMF records produced by SRS and provides totals for the successful and unsuccessful recoveries performed by SRS. Oops, the wrong SRS! OK, the Real

More information

Dino Explorer. MVS Data Collector for Mainframe Assessment

Dino Explorer. MVS Data Collector for Mainframe Assessment Dino Explorer MVS Data Collector for Mainframe Assessment Index of contents 1 - Introduction...3 2 - The Installation Guide...4 2.1 Step 1 Copy the dxplload.xmit to MVS...4 2.2 Step 2 Receive XMIT file...6

More information

CA 1 Tape Management

CA 1 Tape Management CA 1 Tape Management Administration Guide Release 12.6.00 Fifth Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

The Introduction of DFSMS

The Introduction of DFSMS The Introduction of DFSMS Session 17134 Michael E. Friske Claus Mikkelsen 1 Prior to DFSMS Applications had to be very aware of the where there data was stored Applications had to be given VOLSERS they

More information

Using a Harness to control execution

Using a Harness to control execution On LinkedIn in July 2018 a question was raised as to the possibility of controlling the execution of a Job Step from within a COBOL program. The case presented was of a three step job where the second

More information

With Tivoli Advanced Catalog

With Tivoli Advanced Catalog Simplifying ICF Catalog Management With Tivoli Advanced Catalog Management for z/os Janet Sun Rocket Mainstar jsun@mainstar.com Session 8964 Agenda Why Are ICF Catalogs Important? Catalog Management Activities

More information

IMS Version 12. Database Utilities SC

IMS Version 12. Database Utilities SC IMS Version 12 Database Utilities SC19-3014-03 IMS Version 12 Database Utilities SC19-3014-03 Note Before using this information and the product that it supports, be sure to read the general information

More information

CA Compress Data Compression

CA Compress Data Compression CA Compress Data Compression Reference Guide Release 5.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Workload Characterization Algorithms for DASD Storage Subsystems 1

Workload Characterization Algorithms for DASD Storage Subsystems 1 Workload Characterization Algorithms for DASD Storage Subsystems 1 Dr. H. Pat Artis Performance Associates, Inc. 72-687 Spyglass Lane Palm Desert, CA 92260 (760) 346-0310 drpat@perfassoc.com Abstract:

More information

CA JCLCheck Workload Automation CA RS 1411 Service List

CA JCLCheck Workload Automation CA RS 1411 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1411 Service List Description Type 12.0 RO73100 INCORRECT MESSAGE CAY6077E FOR EMPTY GDG BASE DSN PTF RO73180 VARIOUS PROBLEMS WITH SOME DFSORT KEYWORDS PTF

More information

The Life and Times of a Data Set: You Wouldn't Want Your Relatives Hanging Around, Why Your Data?

The Life and Times of a Data Set: You Wouldn't Want Your Relatives Hanging Around, Why Your Data? The Life and Times of a Data Set: You Wouldn't Want Your Relatives Hanging Around, Why Your Data? Chris Taylor ctaylor1@us.ibm.com IBM Corporation August 16, 2013 Session Number 13772 Legal Disclaimer

More information

FATS/FATAR/FATSCOPY USER S MANUAL VERSION

FATS/FATAR/FATSCOPY USER S MANUAL VERSION FATS/FATAR/FATSCOPY USER S MANUAL VERSION 4.9.26 FATS/FATAR/FATSCOPY is a package of tape utilities that includes: FATS (Fast Analysis of Tape Surfaces) provides certification and verification of tape

More information

ABCs of OS/390 System Programming Volume 3

ABCs of OS/390 System Programming Volume 3 IBML ABCs of OS/390 System Programming Volume 3 P. Rogers, G. Capobianco, D. Carey, N. Davies, L. Fadel, K. Hewitt, J. Oliveira, F. Pita, A. Salla, V. Sokal, Y. F. Tay, H. Timm International Technical

More information

(Extract) JCL. MVS - OS/390 - z/os. Michel Castelein - Arcis Services 14 May

(Extract) JCL. MVS - OS/390 - z/os. Michel Castelein - Arcis Services 14 May JCL MVS - OS/390 - z/os Michel Castelein - Arcis Services 14 May 2009 arcis@advalvasbe http://wwwarcis-servicesnet JOB COND parameter //jobname JOB CLASS=n,MSGCLASS=n, // COND={rc-test (rc-test[,rc-test]

More information

Chicago Interface Group, Inc. FastLIST. Administrator Guide. Release 12.0

Chicago Interface Group, Inc. FastLIST. Administrator Guide. Release 12.0 Chicago Interface Group, Inc. FastLIST Administrator Guide Release 12.0 Chicago Interface Group, Inc. 858 West Armitage Avenue #286 Chicago, IL 60614 USA Phone: (773) 524-0998 Fax: (815) 550-6088 Email:

More information

Abstract Updates that apply to DB2 Cloning Tool Version for z/os 3.2 User's Guide (SC )

Abstract Updates that apply to DB2 Cloning Tool Version for z/os 3.2 User's Guide (SC ) Updates to DB2 Cloning Tool V3.2 User's Guide Abstract Updates that apply to DB2 Cloning Tool Version for z/os 3.2 User's Guide (SC27-6556-01) Content The most recent update is listed first. Update 7 Date

More information

DFSMS Basics: Data Set Fundamentals Get to Know Your Data Sets!

DFSMS Basics: Data Set Fundamentals Get to Know Your Data Sets! DFSMS Basics: Data Set Fundamentals Get to Know Your Data Sets! Neal Bohling and Tom Reed DFSMS Defect Support @ IBM August 7, 2014 Session Number 16119 What's your experience level? IBM 7094 1965 ~500KHz

More information

CA Disk Backup and Restore CA RS 1712 Service List

CA Disk Backup and Restore CA RS 1712 Service List CA Disk Backup and Restore 12.5 1 CA RS 1712 Service List Service Description Type RO96234 FIX BACKUP OF PDSE RECFM U DATA SETS PTF RO97916 S878-14 ABEND DURING IXMAINT WITH SMSPRINT PTF RO98526 ARCHIVE

More information

Uni Hamburg Mainframe Summit 2010 z/os The Mainframe Operating. Part 6 z/os Concepts

Uni Hamburg Mainframe Summit 2010 z/os The Mainframe Operating. Part 6 z/os Concepts Uni Hamburg Mainframe Summit 2010 z/os The Mainframe Operating Part 6 z/os Concepts Redelf Janßen IBM Technical Sales Mainframe Systems Redelf.Janssen@de.ibm.com Course materials may not be reproduced

More information

NetView IBM. Messages and Codes SH

NetView IBM. Messages and Codes SH NetView IBM Messages and Codes SH12-5483-07 NetView IBM Messages and Codes SH12-5483-07 Note! Before using this information and the product it supports, be sure to read the general information under Notices

More information

IBM. DFSMS Implementing System-Managed Storage. z/os. Version 2 Release 3 SC

IBM. DFSMS Implementing System-Managed Storage. z/os. Version 2 Release 3 SC z/os IBM DFSMS Implementing System-Managed Storage Version 2 Release 3 SC23-6849-30 Note Before using this information and the product it supports, read the information in Notices on page 267. This edition

More information

IBM. DFSMS Managing Catalogs. z/os. Version 2 Release 3 SC

IBM. DFSMS Managing Catalogs. z/os. Version 2 Release 3 SC z/os IBM DFSMS Managing Catalogs Version 2 Release 3 SC23-6853-30 Note Before using this information and the product it supports, read the information in Notices on page 261. This edition applies to Version

More information

What s New in SYSTEM 2000 Software for Version 1

What s New in SYSTEM 2000 Software for Version 1 What s New in SYSTEM 2000 Software for Version 1 SYSTEM 2000 Development and Technical Support E-mail: s2k@sas.com SAS Publishing The correct bibliographic citation for this manual is as follows: SAS Institute

More information

BrightStor CA-1 Tape Management

BrightStor CA-1 Tape Management BrightStor CA-1 Tape Management General Information Guide 5.2 R5J2L052GIE This documentation and related computer software program (hereinafter referred to as the Documentation ) is for the end user's

More information

Functions and CALL Routines

Functions and CALL Routines 179 CHAPTER 13 Functions and CALL Routines Functions and CALL Routines in the OS/390 Environment 179 Dictionary 180 DINFO 182 DOPEN 186 DOPTNAME 186 DOPTNUM 187 FCLOSE 188 FDELETE 188 FEXIST 189 FILEEXIST

More information

ISPF Users Boot Camp - Part 2 of 2

ISPF Users Boot Camp - Part 2 of 2 Interactive System Productivity Facility (ISPF) ISPF Users Boot Camp - Part 2 of 2 SHARE 116 Session 8677 Peter Van Dyke IBM Australia SHARE 116, Winter 2011 pvandyke@au1.ibm.com Introduction Our jobs

More information

Moving a Large SAS System Into an MVS Production Environment The Trials and Tribulations

Moving a Large SAS System Into an MVS Production Environment The Trials and Tribulations Moving a Large SAS System Into an MVS Production Environment The Trials and Tribulations Bernard Gardocki and Stephen Rhoades IMS HEALTH Inc., Plymouth Meeting, Pa ABSTRACT It is not the role, or responsibility

More information

INTRODUCTION TO THE IBM 360 COMPUTER AND OS/JCL (JOB CONTROL LANGUAGE)

INTRODUCTION TO THE IBM 360 COMPUTER AND OS/JCL (JOB CONTROL LANGUAGE) ARCHIVE COPY PUBLICATION DIVISION Not lo ] A o A F r.», ^ k a n D 1 INTRODUCTION TO THE IBM 360 COMPUTER AND OS/JCL (JOB CONTROL LANGUAGE) Judith Ratten bury SURVEY RESEARCH CENTER D 1RL INSTITUTE FOR

More information

VSAM Overview. Michael E. Friske Fidelity Investments. Session 11681

VSAM Overview. Michael E. Friske Fidelity Investments. Session 11681 VSAM Overview Michael E. Friske Fidelity Investments Session 11681 This Is a VSAM Overview Session This session is intended for those who know very little or nothing about VSAM. I will provide some basic

More information

for Mainframe Type OS390-E Installation Manual (For the Unauthorized Version)

for Mainframe Type OS390-E Installation Manual (For the Unauthorized Version) for Mainframe Type OS390-E Installation Manual (For the Unauthorized Version) SP-H6E-MO-01-01 First Edition: November 1, 2005 1 The unauthorized version is a module to be used when it is not possible to

More information

80 IAM VERSION 9.0 MESSAGES AND CODES

80 IAM VERSION 9.0 MESSAGES AND CODES IAM V9.0 MESSAGES AND CODES 80.01 80 IAM VERSION 9.0 MESSAGES AND CODES 80.01 IAM V9.0 MESSAGES AND CODES This section describes the various printer, console, and TSO messages that may be displayed by

More information

Getting Started with Xpediter/Eclipse

Getting Started with Xpediter/Eclipse Getting Started with Xpediter/Eclipse This guide provides instructions for how to use Xpediter/Eclipse to debug mainframe applications within an Eclipsebased workbench (for example, Topaz Workbench, Eclipse,

More information

IBM Education Assistance for z/os V2R1

IBM Education Assistance for z/os V2R1 IBM Education Assistance for z/os V2R1 Item: PARMDD Element/Component: BCP Scheduler Material is current as of June 2013 Agenda Trademarks Presentation Objectives Overview Usage & Invocation Interactions

More information

Using Magnetic Tapes at EI&O

Using Magnetic Tapes at EI&O UFIT EI&O Document ID: D0017 Last Updated: 08/28/2002 This document describes the use of magnetic tapes at EI&O. Topics covered include tape hardware and facilities, purchase and maintenance, converting

More information

GC File No. S OS/VS2 System Programming Library: Job Management. Systems. VS2 Release 3

GC File No. S OS/VS2 System Programming Library: Job Management. Systems. VS2 Release 3 GC28-0627 -0 File No. S370-36 Systems OS/VS2 System Programming Library: Job Management VS2 Release 3 .~irst Edition (February, 1975) This edition applies to release 3 of OSjVS2 and to all subsequent releases

More information

Version 3 of SNOBOL4. Installation Information for the IBM 360 Operating under OS

Version 3 of SNOBOL4. Installation Information for the IBM 360 Operating under OS -- -- Version 3 of SNOBOL4 Installation Information for the IBM 360 Operating under OS Note: This document is a revision of a document originally prepared in July 1971. No substantive changes have been

More information

CA JCLCheck Workload Automation CA RS 1610 Service List

CA JCLCheck Workload Automation CA RS 1610 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1610 Service List Description Type 12.0 RO90731 MESSAGE CAY6130W, CAY6052E AND CAY60000S, IMPROPERLY ISSUED PTF RO90840 MESSAGES CAY6028E/CAY6081E ISSUED IMPROPERLY

More information

E-SRF. Security Signature Analysis. Release EKC Security Reporting Facility GENERAL AVAILABILITY. September 1, 2005 EKC Inc.

E-SRF. Security Signature Analysis. Release EKC Security Reporting Facility GENERAL AVAILABILITY. September 1, 2005 EKC Inc. E-SRF EKC Security Reporting Facility Security Signature Analysis Release 2.1.0 E-SRF V2R1M0 GENERAL AVAILABILITY September 1, 2005 EKC Inc. E-SRF is a proprietary product developed and maintained by EKC

More information

Using DFSORT (MVS and VSE) Features From COBOL Applications

Using DFSORT (MVS and VSE) Features From COBOL Applications BY FRANK L. YAEGER AND HOLLY YAMAMOTO-SMITH Using DFSORT (MVS and VSE) Features From COBOL Applications DFSORT s productivity features can be used from COBOL applications for both MVS and VSE to simplify

More information

Making the Most of DFSMSdss and SMS: Hints, Tips, and Best Practices in your z/os Environment Session # 10954

Making the Most of DFSMSdss and SMS: Hints, Tips, and Best Practices in your z/os Environment Session # 10954 Making the Most of DFSMSdss and SMS: Hints, Tips, and Best Practices in your z/os Environment Session # 10954 Steve Huber IBM Corporation shuber@us.ibm.com Jeff Suarez IBM Corporation jrsuarez@us.ibm.com

More information

Compute (Bridgend) Ltd

Compute (Bridgend) Ltd Compute (Bridgend) Ltd SELCOPY Product Suite for z/os Version 3.10 Program Directory (SELCOPY 3.10, SELCOPY/i 3.10 and CBLVCAT 3.10) 8 Merthyr Mawr Road, Bridgend, Wales UK CF31 3NH Tel: +44 (1656) 65

More information

CA JCLCheck Workload Automation CA RS 1408 Service List

CA JCLCheck Workload Automation CA RS 1408 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1408 Service List Description Type 12.0 RO67958 CAY6020E ON CONTINUED SET WITHIN PROC PTF RO68197 INVALID CAY6035 MESSAGES WITH HASP CONTROL CARDS PTF RO68962

More information

Installation. Existing XPAF customers. Customers migrating from HFDL

Installation. Existing XPAF customers. Customers migrating from HFDL Revision Date: October 12, 2011 Page 2 Installation This section includes information about installing the XPAF software which includes the XPAF Forms Generator (XFG). Existing XPAF customers Existing

More information

Hitachi Cache Manager User s Guide

Hitachi Cache Manager User s Guide Hitachi Virtual Storage Platform Hitachi Universal Storage Platform V/VM Hitachi TagmaStore Universal Storage Platform Hitachi TagmaStore Network Storage Controller FASTFIND LINKS Contents Product Version

More information

Enterprise Modernisation

Enterprise Modernisation Enterprise Modernisation Customising the RDz Job Generation Process Anthony Rudd (anthony.rudd@datev.de) DATEV eg October 2009 Revised 06.11.2009 Customising RDz JCL Procedures 1 Job Generation Process

More information

CA 1 Tape Management CA RS 1403 Service List

CA 1 Tape Management CA RS 1403 Service List CA 1 Tape Management 12.6 1 CA RS 1403 Service List Release Service Description Hiper 12.6 RO60054 S0C4 ABEND DURING CLOSE PROCESSING OF 31 BIT UNCAPTURED UCB. RO62065 TMPIUSG3 ZVAR ERROR UPDATING TMOOPT00

More information

#3) Problem : IMS - DFS870A - while trying to take the image copy of IMS database

#3) Problem : IMS - DFS870A - while trying to take the image copy of IMS database #1) TIP: IMS - DFSRRC00 - Region control program PARM=(ULU,DFSUDMP0 (UDR,DFSUDMP0 ULU Specifies a load/unload region UDR Specifies a recovery region If you specify UDR a valid DBD name is require, but

More information

eft213 NetEx/eFT for IBM z/os Systems Release Memo To Users June 2018 MTU-eFT213-R5.4.7

eft213 NetEx/eFT for IBM z/os Systems Release Memo To Users June 2018 MTU-eFT213-R5.4.7 eft213 NetEx/eFT for IBM z/os Systems Release 5.4.7 Memo To Users June 2018 1999-2018 Network Executive Software, Inc. 6450 Wedgwood Road North #103 Maple Grove, MN 55311 MTU-eFT213-R5.4.7 Document Revision

More information

IBM Education Assistance for z/os V2R1

IBM Education Assistance for z/os V2R1 IBM Education Assistance for z/os V2R1 Item: In-Stream Data in JCL Procedures and Includes Element/Component: JES3 Material is current as of June 2013 I n Agenda Trademarks Presentation Objectives Overview

More information

CA File Master Plus. ISPF User Guide. Release

CA File Master Plus. ISPF User Guide. Release CA File Master Plus ISPF User Guide Release 9.1.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is

More information

IBM InfoSphere Optim for z/os Version 7 Release 2. Batch Utilities

IBM InfoSphere Optim for z/os Version 7 Release 2. Batch Utilities IBM InfoSphere Optim for z/os Version 7 Release 2 Batch Utilities IBM InfoSphere Optim for z/os Version 7 Release 2 Batch Utilities Note Before using this information and the product it supports, read

More information

CA Allocate DASD Space and Placement CA RS 1610 Service List

CA Allocate DASD Space and Placement CA RS 1610 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1610 Service List Description Type 12.5 RO90756 POSSIBLE CATALOG HANG VSAM EXTEND AFTER RO77668 APPLIED ** PRP ** RO91005 V37SMST DUMP >25 VOLUMES >1 DD

More information

CA JCLCheck Workload Automation CA RS 1406 Service List

CA JCLCheck Workload Automation CA RS 1406 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1406 Service List Description Type 12.0 NO-SRV2 CA RS 1406 Contains No Service For This Release of This Product. PTF The CA RS 1406 service count for this release

More information

An Introduction to z/os DASD Backup and Archiving

An Introduction to z/os DASD Backup and Archiving An Introduction to z/os DASD Backup and Archiving Session 17061 Steve Pryor DTS Software, Inc. steve@dtssoftware.com steve@veritysys.com Storage Management Objectives Data Availability Data available even

More information

PowerExchange Logger: Changing the Size of the Active Logs

PowerExchange Logger: Changing the Size of the Active Logs PowerExchange Logger: Changing the Size of the Active Logs 2008 Informatica Corporation Overview For PowerExchange Change Data Capture (CDC) data sources on MVS, the PowerExchange Logger writes captured

More information

Debug DB2 COBOL stored procedure with IBM Developer for z Systems and IBM Debug for z Systems v14.1

Debug DB2 COBOL stored procedure with IBM Developer for z Systems and IBM Debug for z Systems v14.1 Debug DB2 COBOL stored procedure with IBM Developer for z Systems and IBM Debug for z Systems v14.1 By Olivier Gauneau - IBM IDz support February 16, 2018 1. CONTENTS 1. Pre-requisite... 2 a. JCL Procs...

More information

z/os CSI International 8120 State Route 138 Williamsport, OH

z/os CSI International 8120 State Route 138 Williamsport, OH z/os Software Solutions CSI International 8120 State Route 138 Williamsport, OH 43164-9767 http://www.csi-international.com (800) 795-4914 - USA (740) 420-5400 - Main Operator (740) 333-7335 - Facsimile

More information

JCL Syntax Running a Simple Job

JCL Syntax Running a Simple Job JCL Statements Lesson 2: JCL consists of eight basic statements which serve specific functions. The following JCL statements will be used: JOB The job statement defines a job and provides information about

More information