how many ways can we open i vsam file ? like print ch ids
(/) is thre any other way to open the vsam file please can
any one answer ?
Answers were Sorted based on User's Feedback
Answer / amy
YOU CAN USE THIS JCL TOO
//STEP1 EXEC PGM=IDCAMS
//SYSIN DD *
PRINT INDATASET(SAMPLE.VSAM)
/*
| Is This Answer Correct ? | 4 Yes | 1 No |
What is the meaning of the DEFINE MODEL parameter?
What does the keyranges parameter in define cluster commends do?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
What is the meaning of dynamic processing?
How is record management performed in vsam?
Define gdg?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
What is the difference between sequential files and ESDS files?
Is CA(Control Area) is part of CI(Control Interval)
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
What are the distinctive features of a ksds, key sequenced dataset?