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
how many buffers are allocated to vsam ksds and esds?
How is the sorting of vsam files carried?
How does control intervals and control areas related to each other?
what is meant by s0c-07 system abend codes?
Describe the uses of ams?
differentiate between sequential files and esds files in vsam?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
What is a ci split? What is a ca split?
What is the function of linear dataset in vsam?
Using alternate indexes in cics program?
what is the use of the file status clause in the select statement in vsam?
what do you mean by the cobol record key clause in vsam?
can you specify some the distinctive features of a ksds, key sequenced dataset?
if you wish to use the rewrite command how must the vsam file be opened?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...