How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.
Answer Posted / rookie
Did you mean how to insert values directly in the file....
If then open the file directly thru some utility...and edit
the field using HEX OFF option....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the common vsam error conditions and codes?
Explain the biggest disadvantage of using a vsam dataset?
What is recovery parameters in define cluster command?
what does a file status of 02 on a vsam signifies?
What are the access method services used in vsam?
explain how many ways you can load data in a vsam cluster?
Explain about the file objects in vsam?
if you wish to use the rewrite command how must the vsam file be opened?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
what are the idcams commands that can be used for vsam and explain each of them.
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
What are the steps involved in access method services?
in a cobol select statement, can you tell what is the organization for a ksds?
What is a ci split? What is a ca split?