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 / 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 |
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do you code Cobol to access a parameter that has been defined in JCL?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
What is inspect in cobol ?
What is an in line PERFORM? When would you use it? Anything else to say about it?
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
what is s013u000 for?
What is sqlca and why is it needed in any cobol-db2 program?
Write a program to concert an Indexed file into Sequential file?
Explain how to differentiate call by context by comparing it to other calls?
Write the code implementing the perform … varying.