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 Base Cluster ?

1 Answers  


what do you mean by the cobol record key clause in vsam?

0 Answers   IBM,


What is an alternate index?

1 Answers  


What are the information stored in ci?

0 Answers  


What is the maximum number of Alternate Index ???

4 Answers  






How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?

2 Answers   IBM,


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


What are the different commands used in idcams for vsam?

0 Answers  


In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  


How does control intervals and control areas related to each other?

0 Answers  


Discuss record management in vsam?

0 Answers  


What is the upgrade set?

1 Answers  


Categories