differentiate between sequential files and esds files in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are the information stored in ci?
What is an RBA in rrds? What does it do? What is it used for?
how to see the last records in vsam dataset??
Tell me how many alternate indexes you can have on a dataset?
how do you create an alternate index ?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what do you mean by a upgrade set in vsam?
Using Alternate Indexes in CICS pgms: ?
Define free space?
how can we convert esds to lds?
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..