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 is FREESPACE ?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
Explain about the file objects in vsam?
should a AIX should be a unique value?
what is difference between repro and export? if any one know this plz tell me
How to createing new version of GDG with out loosing the data in preaves GDG version?
What is a lds (linear data set) and what is it used for?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
What is the difference between lds and esds?
Tell about the ams used in vsam?
What is the main purpose of having user catalog in vsam?
to use the rewrite command, how should the vsam file be opened?