Create syntax for a VSAM file ?
Answers were Sorted based on User's Feedback
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 |
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 |
what do you mean by a upgrade set in vsam?
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
Is it slower if you access a record through alt index as compared to primary index?
What is an alternate index and path ?
what is the use of aix in vsam why do we go for aix and wht is build index in vsam?
What is the meaning of VSAM RETURN-CODE 28?
What is the use of VSAM files? How to read this ?
What is a CA, control area?
Alt key is used for what type of vsam file
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
when u r using repro command what happens if both infile and outfile names same
What is the meaning of the DEFINE MODEL parameter?