Sie sind auf Seite 1von 3

Hands-on Exercise Objective

After completing the hands-on exercises, you will be able to:


y y
Allocate KSDS dataset using JCL Identify the parameters used in creating a VSAM file

Problem Statement:

Prepare a JCL to allocate a KSDS for the following specifications:


Fixed record length of 40 bytes Primary space of 20 tracks and secondary space of 10 tracks CI freespace of 15 % and CA freespace of 20 % The first 6 bytes should be the key for the KSDS

Note: For ESDS or RRDS or VRRDS you do not assign any freespace

Deliverables Expected: Submit a document containing screenshots of the job submission and spool information with KSDS dataset in ISPF 3.4 Screen.

Evaluation Rubrics: Parameters Program Completion Accuracy Execution Expected output Total Weightage
2 2 4 2 10

Hands-on Exercise Objective

After completing the hands-on exercises, you will be able to:


y y
Debug errors Allocate ESDS dataset using JCL

Problem Statement:

//VESDCRT1 EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //SYSIN DEFINE DD * CLUSTER (NAME (TKOLAAA.J072.ESDS) TRACKS (40 15) RECORDSIZE (50 50) FREESPACE (10 15) KEYS (6 52) INDEXED) DATA INDEX /* // -

(NAME (TKOLAAA.J072.ESDS.DATA) (NAME (TKOLAAA.J072.ESDS.INDEX))

Debug the preceding JCL to create an ESDS cluster with record length same as mentioned in the JCL.

Deliverables Expected: Submit a document containing the screenshots of the job submission and spool information with dataset in ISPF 3.4 Screen.

Evaluation Rubrics:

Parameters Program Completion Accuracy Execution Expected output Total

Weightage
2 2 4 2 10

Das könnte Ihnen auch gefallen