Create syntax for a VSAM file ?

Answers were Sorted based on User's Feedback



Create syntax for a VSAM file ? ..

Answer / prasad

DEFINE CLUSTER -
(NAME (XX17.TEST.VSAM) -
INDEXED -
KEYS (8 0) -
RECSZ (300 300) -
FREESPACE (10 5) -
MGMTCLAS (MCNEVER) -
CYL (80 20) -
SHR (1 3) -
SPEED -
REUSE) -
DATA (NAME (XX17.TEST.VSAM.DATA) -
CISZ (4096)) -
INDEX (NAME (XX17.TEST.VSAM.INDEX) -
CISZ (2048))

Is This Answer Correct ?    52 Yes 6 No

Create syntax for a VSAM file ? ..

Answer / dhiraj

FOR ESDS:-

DEFINE CLUSTER (NAME(USERID.VSAM.ESDS) -
VOLUME(xxxxxx) -
TRACKS(5 2) -
RECORDSIZE(80 80) -
CISZ(4096) -
NONINDEX) -
DATA (NAME(USERID.VSAM.ESDS.DATA))

Is This Answer Correct ?    30 Yes 11 No

Post New Answer

More VSAM Interview Questions

What is the meaning of dynamic processing?

2 Answers  


what is the meaning of dynamic processing in vsam?

0 Answers   IBM,


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


how can you copy to a vsam cluster?

0 Answers   IBM,


explain in brief why do vsam take more disk space than other utilities?

0 Answers   IBM,






Can we copy Vsam files from a Vsam file in Iebgener step?

4 Answers   iGate, Tech Mahindra,


Can you delete vsam files with the delete option of the disposition parameter of jcl?

0 Answers   IBM,


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?

4 Answers   Patni,


what is the meaning of each of the values in shareopts(2 3)?

0 Answers   IBM,


How to get the last record in vsam file in cluster?

0 Answers  


Is CA(Control Area) is part of CI(Control Interval)

3 Answers  


What is the main function of key sequenced data set in vsam?

0 Answers  


Categories