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 ?
Answer Posted / 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 |
Post New Answer View All Answers
Define gdg?
What is the purpose of relative record data set used in vsam?
what is buffering and how does it apply to vsam files ?
How do you define an altindx?
What is the main purpose of having user catalog in vsam?
Using alternate indexes in cics program?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
Using alternate indexes in batch program?
explain in brief how are different versions of gdg named?
What is a lds (linear data set) and what is it used for?
to use the rewrite command, how should the vsam file be opened?
what do you mean by a upgrade set in vsam?
how do you create an alternate index ?
What are the different commands used in idcams for vsam?