SlideShare une entreprise Scribd logo
1  sur  3
Télécharger pour lire hors ligne
CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros
Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com
RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A
Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France
z/OS VSAM et Access Method Services
Formation Informatique / Réseaux et Sécurité / Stockage
Ce cours de 4 jours est conçu pour vous apprendre comment gérer des jeux de données VSAM et non-VSAM en codant et en
utilisant les fonctions et fonctionnalités du programme Access Method Services, IDCAMS.
Pour renforcer le support de cours, des exercices sont fournis pour permettre aux participants de coder et de tester parmi un
ensemble de commandes IDCAMS comme DEFINE, REPRO, ALTER et LISTCAT.
Ce contenu est lié à l'ERC 3.0.
OBJECTIFS
• Comprendre la structure et utiliser les jeux de données VSAM (clusters)
• Utiliser les commandes Access Method Services (IDCAMS)
• Définir et charger des clusters VSAM
• Définir et charger un index alternatif
• Lister, modifier et supprimer des entrées de catalogue
• Imprimer des jeux de données
• Calculer les besoins en espace DASD pour les clusters VSAM
• Coder en JCL pour utiliser Access Method Services (IDCAMS) et des programmes qui utilisent des clusters VSAM
• Utiliser les options d'IDCAMS et de JCL pour améliorer les performances d'un jobstream VSAM donné
• Réorganiser, sauvegarder et restaurer des jeux de données VSAM et non-VSAM
• Interpréter un listing Access Method Services d'un catalogue ICF
• Sélectionner et utiliser la documentation appropriée pour utiliser VSAM et IDCAMS
PUBLIC
Ce cours est prévu pour les personnes responsables de la gestion des jeux de données en utilisant IDCAMS et VSAM.
PRE-REQUIS
ES05G : Introduction à l'Environment z/OS ou ES15G : IBM z/OS Facilities v10.0 ou avoir une expérience équivalente
ET
ES07G :
IBM z/OS Job Control Language (JCL) et Utilitaires ou ES10G : Compétences fondamentales sur les systèmes IBM z/OS ou
avoir une expérience équivalente
PROGRAMME
Introduction to VSAM data sets
describe the structure, organization, and use of VSAM clusters
explain the function of Control Intervals (CI) and Control Areas (CA)
describe the purpose of CI splits and CA splits and how they are accomplished
estimate DASD space requirements for various cluster types
ICF catalogs
discuss the use of the ICF catalog
describe the structure, purpose, and basic contents of the master catalog
describe how the master catalog is located at initial program load (IPL) time
discuss the structure, purpose, and basic contents of user catalogs
create the ICF catalogs
describe the catalog search
discuss and create the two types of alias
IDCAMS commands, part 1
discuss the IDCAMS program
code the JCL to run IDCAMS
code the DEFINE CLUSTER command to create specific VSAM data set organizations
code the LISTCAT command to format and print entries from the catalog
JCL for VSAM
explain creation and deletion of VSAM clusters using JCL and the DFSMS data class facility
describe the additional JCL parameters that support VSAM clusters
discuss the purpose of data class
explain the assignment of data class through JCL and the Automatic Class Selection (ACS) routines
IDCAMS commands, part 2
describe the function of REPRO, PRINT and DELETE commands
use REPRO to load and back up a VSAM cluster
use PRINT to print a VSAM cluster in various formats
use DELETE to remove the catalog entry for the data set and scratch the data set from the volume
describe and code modal commands to provide for conditional execution of Access Method Services (AMS) statements
Buffering
A retenir
Durée : 4 jours soit 28h.
Réf. SS83G
Dates des sessions
Cette
formation est
également
proposée en
formule
INTRA-ENTREPRISE.
Inclus dans cette formation
Coaching Après-COURS
Pendant 30 jours, votre formateur
sera disponible pour vous aider.
CERTyou s'engage dans la réalisation
de vos objectifs.
Votre garantie 100%
SATISFACTION
Notre engagement 100% satisfaction
vous garantit la plus grande qualité
de formation.
CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros
Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com
RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A
Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France
z/OS VSAM et Access Method Services
Formation Informatique / Réseaux et Sécurité / Stockage
explain how buffer space may impact performance either positively or negatively
explain the use of data and index buffers in sequential processing and direct processing
evaluate the use of JCL Access Method Parameters (AMP) keywords to manage buffers
code the buffer keywords on the Dataset Definition (DD) statement
VSAM integrity and security
explain how integrity and security is maintained
discuss the meaning and use of SHAREOPTIONS
discuss the need for serialization of updates to a data set
describe how ENQ/DEQ macros are used to serialize data set updates in multiregion and multisystem environments
explain the impact of buffering and SHAREOPTION modifications
explain VSAM record level sharing
use the VSAM integrity and security options: RECOVERY, ERASE, VERIFY, and passwords
compare VSAM passwords with Resource Access Control Facility (RACF) security
Tuning
explain the use of CI and CA FREESPACE
discuss the performance impact of cache
describe the space allocation process with KEYRANGES and multivolume data sets
explain the contents of an Index CI
explain how VSAM key compression works
IDCAMS ALTER
explain the basic functions of the ALTER command
code the ALTER command to modify options for processing existing VSAM objects
code the ALTER command to modify options for buffering, FREESPACE, SHAREOPTIONS and passwords
Alternate indexes
describe the reasons for using an alternate index
discuss the basic contents of an alternate index
use a PATH to process base cluster records directly and in alternate key sequence
define and load an alternate index
explain the impact of SHAREOPTIONS when opening a base cluster and associated alternate indices
explain programming and JCL considerations
Advanced functions and extended format data sets
explain VSAM advanced functions, extended format data sets, and their major features
explain data stripping
explain compression
explain multivolume allocation options
explain extended addressability
explain system managed buffering
explain partial space release
explain space constraint relief
Data set reorganization, backup, and recovery
describe the need for data set backup
explain the advantages and disadvantages of REPRO
explain the advantages and disadvantages of EXPORT / IMPORT
explain the advantages and disadvantages of DFSMS Data Set Services (DFSMSdss) DUMP / RESTORE
explain the advantages and disadvantages of DFSMS Hierarchical Storage Management (DFSMShsm) HBACKDS / HRECOVER
discuss backup frequency
determine when reorganization is required
code the AMS commands for backup, recovery, and reorganization
Linear Data Sets (LDS)
describe Data-In-Virtual (DIV)
explain the structure and use of LDS
explain the use of the DIV macro to access LDS
discuss candidates for LDS
Management and problem analysis aids
explain the use of the DCOLLECT command to gather management and planning information about the storage subsystem
discuss tools used to identify and trace VSAM errors
code the AMS EXAMINE command to test the structure of a Key Sequenced Data Set (KSDS)
interpret EXAMINE output to determine how to recover from a KSDS structural error
invoke the Generalized Trace Facility (GTF) to track VSAM-related events
invoke utilities to print GTF trace output
Local and global shared resources
explain techniques to conserve virtual storage by sharing buffers and control blocks
discuss the concept of shared resource pools
discuss the advantages and disadvantages of Local Shared Resources (LSR)
discuss the advantages and disadvantages of Global Shared Resources (GSR)
CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros
Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com
RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A
Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France
z/OS VSAM et Access Method Services
Formation Informatique / Réseaux et Sécurité / Stockage
describe macros that control use and allocation of shared resources
discuss how to specify and monitor shared buffer allocation in CICS and Information Management System (IMS)
CICS VSAM recovery
describe the major functions of CICS VSAM recovery
explain the concept of transaction processing, backup, and recovery
explain how to implement and manage CICS VSAM recovery
Application coding considerations
describe VSAM processing terminology
define various VSAM processing options
explain the merge of catalog entries, JCL parameters, and program definitions that determine processing options
discuss VSAM programming support, and JCL requirements in Common Business Oriented Language (COBOL), Programming
Language One (PL/I), and Assembler languages
describe JCL and programming requirements for COBOL, PL/I, and Assembler languages

Contenu connexe

En vedette

September/October 2015 TB magazine
September/October 2015 TB magazineSeptember/October 2015 TB magazine
September/October 2015 TB magazineartba
 
TGJ Communicatie Gunnebo brochure interviews Rabobank
TGJ Communicatie Gunnebo brochure interviews RabobankTGJ Communicatie Gunnebo brochure interviews Rabobank
TGJ Communicatie Gunnebo brochure interviews RabobankTGJ Communicatie
 
The Importance of Large-Scale Computer Science Research Efforts
The Importance of Large-Scale Computer Science Research EffortsThe Importance of Large-Scale Computer Science Research Efforts
The Importance of Large-Scale Computer Science Research EffortsLarry Smarr
 
E eles queriam contar (1)
E eles queriam contar (1)E eles queriam contar (1)
E eles queriam contar (1)Inalda Bacelar
 
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste Variable
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste VariableUD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste Variable
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste VariableAlex Rayón Jerez
 
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZ
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZINUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZ
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZJaime Manuel Marquez
 
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...Geografia do Brasil - Aula - Brasil integração do território e a articulação ...
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...Jessica Amaral
 
Unilever's real beauty campaingn for dove
Unilever's real beauty campaingn for doveUnilever's real beauty campaingn for dove
Unilever's real beauty campaingn for dovem4mahe
 
Integriertes Sicherheitssystem für mobile Geraete
Integriertes Sicherheitssystem für mobile GeraeteIntegriertes Sicherheitssystem für mobile Geraete
Integriertes Sicherheitssystem für mobile GeraeteSven Wohlgemuth
 
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...BANCO SANTANDER
 

En vedette (16)

September/October 2015 TB magazine
September/October 2015 TB magazineSeptember/October 2015 TB magazine
September/October 2015 TB magazine
 
TGJ Communicatie Gunnebo brochure interviews Rabobank
TGJ Communicatie Gunnebo brochure interviews RabobankTGJ Communicatie Gunnebo brochure interviews Rabobank
TGJ Communicatie Gunnebo brochure interviews Rabobank
 
The Importance of Large-Scale Computer Science Research Efforts
The Importance of Large-Scale Computer Science Research EffortsThe Importance of Large-Scale Computer Science Research Efforts
The Importance of Large-Scale Computer Science Research Efforts
 
CBC presentation (eng)
CBC presentation (eng)CBC presentation (eng)
CBC presentation (eng)
 
E eles queriam contar (1)
E eles queriam contar (1)E eles queriam contar (1)
E eles queriam contar (1)
 
Mi Lifestyle Marketing Guide
Mi Lifestyle Marketing GuideMi Lifestyle Marketing Guide
Mi Lifestyle Marketing Guide
 
examen informatica
examen  informaticaexamen  informatica
examen informatica
 
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste Variable
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste VariableUD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste Variable
UD. SCG. T6. Análisis Coste-Volumen-Beneficio y Sistema de Coste Variable
 
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZ
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZINUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZ
INUNDACION CUMANACOA - MUNICIPIO MONTES - ESTADO SUCRE - JAIME MARQUEZ
 
HR Special Issue Dec 2015
HR Special Issue Dec 2015HR Special Issue Dec 2015
HR Special Issue Dec 2015
 
Business Voice August 2010
Business Voice August 2010Business Voice August 2010
Business Voice August 2010
 
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...Geografia do Brasil - Aula - Brasil integração do território e a articulação ...
Geografia do Brasil - Aula - Brasil integração do território e a articulação ...
 
Zotero 2.0
Zotero 2.0Zotero 2.0
Zotero 2.0
 
Unilever's real beauty campaingn for dove
Unilever's real beauty campaingn for doveUnilever's real beauty campaingn for dove
Unilever's real beauty campaingn for dove
 
Integriertes Sicherheitssystem für mobile Geraete
Integriertes Sicherheitssystem für mobile GeraeteIntegriertes Sicherheitssystem für mobile Geraete
Integriertes Sicherheitssystem für mobile Geraete
 
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...
Banco Santander comienza a emitir tarjetas de pago sin contacto en la capital...
 

Similaire à VSAM and Access Method Services Training

Wm845 g formation-cics-v5-cicsplex-system-manager-introduction
Wm845 g formation-cics-v5-cicsplex-system-manager-introductionWm845 g formation-cics-v5-cicsplex-system-manager-introduction
Wm845 g formation-cics-v5-cicsplex-system-manager-introductionCERTyou Formation
 
Emc san Online Training in Hyderabad
Emc san Online Training in HyderabadEmc san Online Training in Hyderabad
Emc san Online Training in HyderabadUgs8008
 
EMC SAN Online Training in India
EMC SAN Online Training in IndiaEMC SAN Online Training in India
EMC SAN Online Training in IndiaUgs8008
 
Data Tracking: On the Hunt for Information about Your Database
Data Tracking: On the Hunt for Information about Your DatabaseData Tracking: On the Hunt for Information about Your Database
Data Tracking: On the Hunt for Information about Your DatabaseMichael Rosenblum
 
WAVV 2009 - Migration to CICS TS for VSE/ESA
WAVV 2009 - Migration to CICS TS for VSE/ESAWAVV 2009 - Migration to CICS TS for VSE/ESA
WAVV 2009 - Migration to CICS TS for VSE/ESAillustrosystems
 
1 sx4g formation-administration-cloud-sur-les-systemes-x
1 sx4g formation-administration-cloud-sur-les-systemes-x1 sx4g formation-administration-cloud-sur-les-systemes-x
1 sx4g formation-administration-cloud-sur-les-systemes-xCERTyou Formation
 
Expert IT Operations UNIX & Enterprise SAN storages
Expert IT Operations UNIX & Enterprise SAN storagesExpert IT Operations UNIX & Enterprise SAN storages
Expert IT Operations UNIX & Enterprise SAN storagesRehan Siddique
 
Net app course content
Net app course contentNet app course content
Net app course contentsyed m
 
Teradata admin track
Teradata admin trackTeradata admin track
Teradata admin trackbispsolutions
 
SQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV'sSQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV'sSparkhound Inc.
 
SHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitySHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitynick_garrod
 
SHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitySHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitynick_garrod
 
Con1741 mcintosh top 10 database performance tips for sparc systems running o...
Con1741 mcintosh top 10 database performance tips for sparc systems running o...Con1741 mcintosh top 10 database performance tips for sparc systems running o...
Con1741 mcintosh top 10 database performance tips for sparc systems running o...Jimmy He
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkDatabricks
 
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCS
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCSDBaaS with VMware vCAC, EMC XtremIO, and Cisco UCS
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCSPrincipled Technologies
 
SQL Server 2019 ctp2.2
SQL Server 2019 ctp2.2SQL Server 2019 ctp2.2
SQL Server 2019 ctp2.2Gianluca Hotz
 
958 and 959 sales exam prep
958 and 959 sales exam prep958 and 959 sales exam prep
958 and 959 sales exam prepJason Wong
 

Similaire à VSAM and Access Method Services Training (20)

Wm845 g formation-cics-v5-cicsplex-system-manager-introduction
Wm845 g formation-cics-v5-cicsplex-system-manager-introductionWm845 g formation-cics-v5-cicsplex-system-manager-introduction
Wm845 g formation-cics-v5-cicsplex-system-manager-introduction
 
Emc san Online Training in Hyderabad
Emc san Online Training in HyderabadEmc san Online Training in Hyderabad
Emc san Online Training in Hyderabad
 
EMC SAN Online Training in India
EMC SAN Online Training in IndiaEMC SAN Online Training in India
EMC SAN Online Training in India
 
Data Tracking: On the Hunt for Information about Your Database
Data Tracking: On the Hunt for Information about Your DatabaseData Tracking: On the Hunt for Information about Your Database
Data Tracking: On the Hunt for Information about Your Database
 
WAVV 2009 - Migration to CICS TS for VSE/ESA
WAVV 2009 - Migration to CICS TS for VSE/ESAWAVV 2009 - Migration to CICS TS for VSE/ESA
WAVV 2009 - Migration to CICS TS for VSE/ESA
 
1 sx4g formation-administration-cloud-sur-les-systemes-x
1 sx4g formation-administration-cloud-sur-les-systemes-x1 sx4g formation-administration-cloud-sur-les-systemes-x
1 sx4g formation-administration-cloud-sur-les-systemes-x
 
Sas Grid Migration and Roadmap
Sas Grid Migration and RoadmapSas Grid Migration and Roadmap
Sas Grid Migration and Roadmap
 
Expert IT Operations UNIX & Enterprise SAN storages
Expert IT Operations UNIX & Enterprise SAN storagesExpert IT Operations UNIX & Enterprise SAN storages
Expert IT Operations UNIX & Enterprise SAN storages
 
Net app course content
Net app course contentNet app course content
Net app course content
 
Teradata admin track
Teradata admin trackTeradata admin track
Teradata admin track
 
SQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV'sSQL Server Admin Best Practices with DMV's
SQL Server Admin Best Practices with DMV's
 
Store procedures
Store proceduresStore procedures
Store procedures
 
SHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitySHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalability
 
SHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalabilitySHARE 2014, Pittsburgh CICS scalability
SHARE 2014, Pittsburgh CICS scalability
 
Con1741 mcintosh top 10 database performance tips for sparc systems running o...
Con1741 mcintosh top 10 database performance tips for sparc systems running o...Con1741 mcintosh top 10 database performance tips for sparc systems running o...
Con1741 mcintosh top 10 database performance tips for sparc systems running o...
 
Processing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache SparkProcessing Large Datasets for ADAS Applications using Apache Spark
Processing Large Datasets for ADAS Applications using Apache Spark
 
Santhosh
SanthoshSanthosh
Santhosh
 
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCS
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCSDBaaS with VMware vCAC, EMC XtremIO, and Cisco UCS
DBaaS with VMware vCAC, EMC XtremIO, and Cisco UCS
 
SQL Server 2019 ctp2.2
SQL Server 2019 ctp2.2SQL Server 2019 ctp2.2
SQL Server 2019 ctp2.2
 
958 and 959 sales exam prep
958 and 959 sales exam prep958 and 959 sales exam prep
958 and 959 sales exam prep
 

Plus de CERTyou Formation

Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10
Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10
Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10CERTyou Formation
 
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-edition
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-editionZz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-edition
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-editionCERTyou Formation
 
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...CERTyou Formation
 
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...CERTyou Formation
 
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linux
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linuxZv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linux
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linuxCERTyou Formation
 
Zv02 g formation-z-vm-introduction-et-concepts
Zv02 g formation-z-vm-introduction-et-conceptsZv02 g formation-z-vm-introduction-et-concepts
Zv02 g formation-z-vm-introduction-et-conceptsCERTyou Formation
 
Zop04 formation-zope-les-bases-et-perfectionnement
Zop04 formation-zope-les-bases-et-perfectionnementZop04 formation-zope-les-bases-et-perfectionnement
Zop04 formation-zope-les-bases-et-perfectionnementCERTyou Formation
 
Zop03 formation-zope-les-bases
Zop03 formation-zope-les-basesZop03 formation-zope-les-bases
Zop03 formation-zope-les-basesCERTyou Formation
 
Zop01 formation-zope-perfectionnement
Zop01 formation-zope-perfectionnementZop01 formation-zope-perfectionnement
Zop01 formation-zope-perfectionnementCERTyou Formation
 
Zl10 g formation-implementation-linux-pour-system-z-suse
Zl10 g formation-implementation-linux-pour-system-z-suseZl10 g formation-implementation-linux-pour-system-z-suse
Zl10 g formation-implementation-linux-pour-system-z-suseCERTyou Formation
 
Zl00 g formation-bootcamp-z-vm-et-linux
Zl00 g formation-bootcamp-z-vm-et-linuxZl00 g formation-bootcamp-z-vm-et-linux
Zl00 g formation-bootcamp-z-vm-et-linuxCERTyou Formation
 
Zen06 formation-zend-framework-2-les-bases-et-perfectionnement
Zen06 formation-zend-framework-2-les-bases-et-perfectionnementZen06 formation-zend-framework-2-les-bases-et-perfectionnement
Zen06 formation-zend-framework-2-les-bases-et-perfectionnementCERTyou Formation
 
Zen05 formation-zend-framework-2-les-bases
Zen05 formation-zend-framework-2-les-basesZen05 formation-zend-framework-2-les-bases
Zen05 formation-zend-framework-2-les-basesCERTyou Formation
 
Zen04 formation-zend-framework-2-perfectionnement
Zen04 formation-zend-framework-2-perfectionnementZen04 formation-zend-framework-2-perfectionnement
Zen04 formation-zend-framework-2-perfectionnementCERTyou Formation
 
Zen03 formation-zend-framework-1-les-bases-et-perfectionnement
Zen03 formation-zend-framework-1-les-bases-et-perfectionnementZen03 formation-zend-framework-1-les-bases-et-perfectionnement
Zen03 formation-zend-framework-1-les-bases-et-perfectionnementCERTyou Formation
 
Zen02 formation-zend-framework-1-les-bases
Zen02 formation-zend-framework-1-les-basesZen02 formation-zend-framework-1-les-bases
Zen02 formation-zend-framework-1-les-basesCERTyou Formation
 
Zen01 formation-zend-framework-1-perfectionnement
Zen01 formation-zend-framework-1-perfectionnementZen01 formation-zend-framework-1-perfectionnement
Zen01 formation-zend-framework-1-perfectionnementCERTyou Formation
 
Zabix formation-zabbix-supervision-d-infrastructure
Zabix formation-zabbix-supervision-d-infrastructureZabix formation-zabbix-supervision-d-infrastructure
Zabix formation-zabbix-supervision-d-infrastructureCERTyou Formation
 

Plus de CERTyou Formation (20)

Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10
Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10
Zz670 g formation-ibm-infosphere-mdm-reference-data-management-v10
 
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-edition
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-editionZz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-edition
Zz640 g formation-ibm-personnaliser-infosphere-mdm-advanced-edition
 
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...
Zz620 g formation-ibm-concepts-d-architecture-et-modele-de-donnees-pour-infos...
 
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...
Zv10 g formation-ibm-z-vm-et-linux-pour-zseries-connectivite-et-gestion-du-sy...
 
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linux
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linuxZv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linux
Zv06 g formation-ibm-z-vm-et-linux-pour-zseries-bases-vm-pour-linux
 
Zv02 g formation-z-vm-introduction-et-concepts
Zv02 g formation-z-vm-introduction-et-conceptsZv02 g formation-z-vm-introduction-et-concepts
Zv02 g formation-z-vm-introduction-et-concepts
 
Zop05 formation-zope-plone
Zop05 formation-zope-ploneZop05 formation-zope-plone
Zop05 formation-zope-plone
 
Zop04 formation-zope-les-bases-et-perfectionnement
Zop04 formation-zope-les-bases-et-perfectionnementZop04 formation-zope-les-bases-et-perfectionnement
Zop04 formation-zope-les-bases-et-perfectionnement
 
Zop03 formation-zope-les-bases
Zop03 formation-zope-les-basesZop03 formation-zope-les-bases
Zop03 formation-zope-les-bases
 
Zop02 formation-zope-cps
Zop02 formation-zope-cpsZop02 formation-zope-cps
Zop02 formation-zope-cps
 
Zop01 formation-zope-perfectionnement
Zop01 formation-zope-perfectionnementZop01 formation-zope-perfectionnement
Zop01 formation-zope-perfectionnement
 
Zl10 g formation-implementation-linux-pour-system-z-suse
Zl10 g formation-implementation-linux-pour-system-z-suseZl10 g formation-implementation-linux-pour-system-z-suse
Zl10 g formation-implementation-linux-pour-system-z-suse
 
Zl00 g formation-bootcamp-z-vm-et-linux
Zl00 g formation-bootcamp-z-vm-et-linuxZl00 g formation-bootcamp-z-vm-et-linux
Zl00 g formation-bootcamp-z-vm-et-linux
 
Zen06 formation-zend-framework-2-les-bases-et-perfectionnement
Zen06 formation-zend-framework-2-les-bases-et-perfectionnementZen06 formation-zend-framework-2-les-bases-et-perfectionnement
Zen06 formation-zend-framework-2-les-bases-et-perfectionnement
 
Zen05 formation-zend-framework-2-les-bases
Zen05 formation-zend-framework-2-les-basesZen05 formation-zend-framework-2-les-bases
Zen05 formation-zend-framework-2-les-bases
 
Zen04 formation-zend-framework-2-perfectionnement
Zen04 formation-zend-framework-2-perfectionnementZen04 formation-zend-framework-2-perfectionnement
Zen04 formation-zend-framework-2-perfectionnement
 
Zen03 formation-zend-framework-1-les-bases-et-perfectionnement
Zen03 formation-zend-framework-1-les-bases-et-perfectionnementZen03 formation-zend-framework-1-les-bases-et-perfectionnement
Zen03 formation-zend-framework-1-les-bases-et-perfectionnement
 
Zen02 formation-zend-framework-1-les-bases
Zen02 formation-zend-framework-1-les-basesZen02 formation-zend-framework-1-les-bases
Zen02 formation-zend-framework-1-les-bases
 
Zen01 formation-zend-framework-1-perfectionnement
Zen01 formation-zend-framework-1-perfectionnementZen01 formation-zend-framework-1-perfectionnement
Zen01 formation-zend-framework-1-perfectionnement
 
Zabix formation-zabbix-supervision-d-infrastructure
Zabix formation-zabbix-supervision-d-infrastructureZabix formation-zabbix-supervision-d-infrastructure
Zabix formation-zabbix-supervision-d-infrastructure
 

VSAM and Access Method Services Training

  • 1. CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France z/OS VSAM et Access Method Services Formation Informatique / Réseaux et Sécurité / Stockage Ce cours de 4 jours est conçu pour vous apprendre comment gérer des jeux de données VSAM et non-VSAM en codant et en utilisant les fonctions et fonctionnalités du programme Access Method Services, IDCAMS. Pour renforcer le support de cours, des exercices sont fournis pour permettre aux participants de coder et de tester parmi un ensemble de commandes IDCAMS comme DEFINE, REPRO, ALTER et LISTCAT. Ce contenu est lié à l'ERC 3.0. OBJECTIFS • Comprendre la structure et utiliser les jeux de données VSAM (clusters) • Utiliser les commandes Access Method Services (IDCAMS) • Définir et charger des clusters VSAM • Définir et charger un index alternatif • Lister, modifier et supprimer des entrées de catalogue • Imprimer des jeux de données • Calculer les besoins en espace DASD pour les clusters VSAM • Coder en JCL pour utiliser Access Method Services (IDCAMS) et des programmes qui utilisent des clusters VSAM • Utiliser les options d'IDCAMS et de JCL pour améliorer les performances d'un jobstream VSAM donné • Réorganiser, sauvegarder et restaurer des jeux de données VSAM et non-VSAM • Interpréter un listing Access Method Services d'un catalogue ICF • Sélectionner et utiliser la documentation appropriée pour utiliser VSAM et IDCAMS PUBLIC Ce cours est prévu pour les personnes responsables de la gestion des jeux de données en utilisant IDCAMS et VSAM. PRE-REQUIS ES05G : Introduction à l'Environment z/OS ou ES15G : IBM z/OS Facilities v10.0 ou avoir une expérience équivalente ET ES07G : IBM z/OS Job Control Language (JCL) et Utilitaires ou ES10G : Compétences fondamentales sur les systèmes IBM z/OS ou avoir une expérience équivalente PROGRAMME Introduction to VSAM data sets describe the structure, organization, and use of VSAM clusters explain the function of Control Intervals (CI) and Control Areas (CA) describe the purpose of CI splits and CA splits and how they are accomplished estimate DASD space requirements for various cluster types ICF catalogs discuss the use of the ICF catalog describe the structure, purpose, and basic contents of the master catalog describe how the master catalog is located at initial program load (IPL) time discuss the structure, purpose, and basic contents of user catalogs create the ICF catalogs describe the catalog search discuss and create the two types of alias IDCAMS commands, part 1 discuss the IDCAMS program code the JCL to run IDCAMS code the DEFINE CLUSTER command to create specific VSAM data set organizations code the LISTCAT command to format and print entries from the catalog JCL for VSAM explain creation and deletion of VSAM clusters using JCL and the DFSMS data class facility describe the additional JCL parameters that support VSAM clusters discuss the purpose of data class explain the assignment of data class through JCL and the Automatic Class Selection (ACS) routines IDCAMS commands, part 2 describe the function of REPRO, PRINT and DELETE commands use REPRO to load and back up a VSAM cluster use PRINT to print a VSAM cluster in various formats use DELETE to remove the catalog entry for the data set and scratch the data set from the volume describe and code modal commands to provide for conditional execution of Access Method Services (AMS) statements Buffering A retenir Durée : 4 jours soit 28h. Réf. SS83G Dates des sessions Cette formation est également proposée en formule INTRA-ENTREPRISE. Inclus dans cette formation Coaching Après-COURS Pendant 30 jours, votre formateur sera disponible pour vous aider. CERTyou s'engage dans la réalisation de vos objectifs. Votre garantie 100% SATISFACTION Notre engagement 100% satisfaction vous garantit la plus grande qualité de formation.
  • 2. CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France z/OS VSAM et Access Method Services Formation Informatique / Réseaux et Sécurité / Stockage explain how buffer space may impact performance either positively or negatively explain the use of data and index buffers in sequential processing and direct processing evaluate the use of JCL Access Method Parameters (AMP) keywords to manage buffers code the buffer keywords on the Dataset Definition (DD) statement VSAM integrity and security explain how integrity and security is maintained discuss the meaning and use of SHAREOPTIONS discuss the need for serialization of updates to a data set describe how ENQ/DEQ macros are used to serialize data set updates in multiregion and multisystem environments explain the impact of buffering and SHAREOPTION modifications explain VSAM record level sharing use the VSAM integrity and security options: RECOVERY, ERASE, VERIFY, and passwords compare VSAM passwords with Resource Access Control Facility (RACF) security Tuning explain the use of CI and CA FREESPACE discuss the performance impact of cache describe the space allocation process with KEYRANGES and multivolume data sets explain the contents of an Index CI explain how VSAM key compression works IDCAMS ALTER explain the basic functions of the ALTER command code the ALTER command to modify options for processing existing VSAM objects code the ALTER command to modify options for buffering, FREESPACE, SHAREOPTIONS and passwords Alternate indexes describe the reasons for using an alternate index discuss the basic contents of an alternate index use a PATH to process base cluster records directly and in alternate key sequence define and load an alternate index explain the impact of SHAREOPTIONS when opening a base cluster and associated alternate indices explain programming and JCL considerations Advanced functions and extended format data sets explain VSAM advanced functions, extended format data sets, and their major features explain data stripping explain compression explain multivolume allocation options explain extended addressability explain system managed buffering explain partial space release explain space constraint relief Data set reorganization, backup, and recovery describe the need for data set backup explain the advantages and disadvantages of REPRO explain the advantages and disadvantages of EXPORT / IMPORT explain the advantages and disadvantages of DFSMS Data Set Services (DFSMSdss) DUMP / RESTORE explain the advantages and disadvantages of DFSMS Hierarchical Storage Management (DFSMShsm) HBACKDS / HRECOVER discuss backup frequency determine when reorganization is required code the AMS commands for backup, recovery, and reorganization Linear Data Sets (LDS) describe Data-In-Virtual (DIV) explain the structure and use of LDS explain the use of the DIV macro to access LDS discuss candidates for LDS Management and problem analysis aids explain the use of the DCOLLECT command to gather management and planning information about the storage subsystem discuss tools used to identify and trace VSAM errors code the AMS EXAMINE command to test the structure of a Key Sequenced Data Set (KSDS) interpret EXAMINE output to determine how to recover from a KSDS structural error invoke the Generalized Trace Facility (GTF) to track VSAM-related events invoke utilities to print GTF trace output Local and global shared resources explain techniques to conserve virtual storage by sharing buffers and control blocks discuss the concept of shared resource pools discuss the advantages and disadvantages of Local Shared Resources (LSR) discuss the advantages and disadvantages of Global Shared Resources (GSR)
  • 3. CERTYOU, 37 rue des Mathurins, 75008 PARIS - SAS au capital de 10 000 Euros Tél : 01 42 93 52 72 - Fax : 01 70 72 02 72 - contact@certyou.com - www.certyou.com RCS de Paris n° 804 509 461- TVA intracommunautaire FR03 804509461 - APE 8559A Déclaration d’activité enregistrée sous le N° 11 75 52524 75 auprès du préfet de région d’Ile-de-France z/OS VSAM et Access Method Services Formation Informatique / Réseaux et Sécurité / Stockage describe macros that control use and allocation of shared resources discuss how to specify and monitor shared buffer allocation in CICS and Information Management System (IMS) CICS VSAM recovery describe the major functions of CICS VSAM recovery explain the concept of transaction processing, backup, and recovery explain how to implement and manage CICS VSAM recovery Application coding considerations describe VSAM processing terminology define various VSAM processing options explain the merge of catalog entries, JCL parameters, and program definitions that determine processing options discuss VSAM programming support, and JCL requirements in Common Business Oriented Language (COBOL), Programming Language One (PL/I), and Assembler languages describe JCL and programming requirements for COBOL, PL/I, and Assembler languages