The first VSAM file V1 has 2 fields A and B . There is a
DB2 file which has fields E and f. We need the fields A,
B , E and F to another VSAM file called V2. Kindly mention
the logic in procedure division in cobol..
Answers were Sorted based on User's Feedback
Answer / anoop
One methode is we can first repro the VSAM file into
sequential file and then SORT it into another sequential
file to include only A and B fileds. Then repro it again
into the VSAM file V2.
In cobol open this file in I-O mode and read it sequentialy
and move A & B fileds to a working storage variable.
Read the field E & F from data base and A & B from the
working storage and populate into the V2 VSAM file.
There could be some changes in the logic as per the exact
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
what is the purpose of the verify function of idcams?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now ?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
in vsam at the creation of cluster what is the use of RECSZ parameter?
Explain about the file objects in vsam?
What is the index set?
Explain the process in which flat files are converted into vsam files?