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 index set?

1 Answers  


How did you refresh a VSAM file and how frequently you do it ?

3 Answers   CSC, IBM, Patni, Xansa,


Why is master catalog used in vsam?

0 Answers  


what is control interval(CI) and control Area(CA)

4 Answers   EDS,


In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?

0 Answers   RBS,






is there any lock for vsam file so that no one can update the vsam file ?

2 Answers   HCL,


How are different versions of GDG named ?

2 Answers   IBM,


Explain the biggest disadvantage of using a vsam dataset?

0 Answers  


Create syntax for a VSAM file ?

2 Answers   Xansa,


What is speed parameters in define cluster command?

0 Answers  


How do you load a VSAM data set with records ?

2 Answers   IBM,


Explain about the file objects in vsam?

0 Answers  


Categories