In CICS/VSAM every file that is accessed should be defined
in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM
files. How does it work with DB2 tables. It know it has to
do with the plan. Please expain with examples.
Answer Posted / sandy
In the RCT give the TRANSID and Plan name which should be
accessed by the transaction id.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is perform what is varying?
Name the sections present in data division.
What is length is cobol?
Are you comfortable in cobol or jcl?
Give some examples of command terminators?
What is the problem of ordered sequential files access?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the esds vsam file formats from cobol programs
Explain how you can characterize tables in cobol?
Write the code implementing the perform … varying.
How are the next sentence and continue different from each other?
What is the compute verb? How is it used?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?