How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.
Answers were Sorted based on User's Feedback
Answer / guest
Hi,
Just create a coy book layout for the VSAM data set.
Usein FileAid specify the copy book and select the VSAM
file. (use EDIT mode )
It will list all the column. Just specify you data or do
edit.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the steps involved in access method services?
What is the utility program closely associated with VSAM?
What is a lds (linear data set)?
What is a ci split?
What is the main purpose of having user catalog in vsam?
Is CA(Control Area) is part of CI(Control Interval)
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?
State the differences between vsam and non-vsam files?
explain in brief why do vsam take more disk space than other utilities?
Using Alternate Indexes in Batch pgms: ?
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..
What is VERIFY command ? when do you use this command?? What actually it does ??