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 is a cluster?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
explain in brief what are the 3 types of vsam files?
What is the catalog?
Explain the function of the relative record data set?
what is the difference b/w sequential and ESDS
What are the building blocks used in vsam datasets?
What is the biggest disadvantage of using a vsam dataset?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is the purpose of the FILE STATUS clause in the SELECT statement?
How do I declare the KSDS vsam so that I can store a reocrd with variable length?.
can we create vsam files on multiple volumes ?