How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.
Answer Posted / 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 |
Post New Answer View All Answers
What is the main function of key-sequenced data set?
explain how many ways you can load data in a vsam cluster?
Explain the process in which flat files are converted into vsam files?
Explain the catalog?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What are the common vsam error conditions and codes?
what do you mean by the cobol record key clause in vsam?
explain the information contained in ci
State the differences between vsam and non-vsam files?
name the utility program closely associated with vsam?
how do you create an alternate index ?
name a few common vsam status codes?
Explain the function of entry-sequenced data set?
What does the keyranges parameter in define cluster command do?
What is the purpose of having vsam data space?