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 |
what is the meaning of pic 9(09)v99-
How do you come out of an EVALUATE statement?
How to execute a set of JCL statements from a COBOL program?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
What are the divisions in a cobol program? Which one is the mandatory division among them?
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
What is the point of the REPLACING option of a copy statement?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
period is missing in the cobol program which error we getting
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How many maximum number of procedures can we write in one COBOL program?
In COBOL "BEFORE" advancing is there or not ?