Where the Plan is located in CICS-DB2
Answers were Sorted based on User's Feedback
Answer / lakshmisudha
plan is stored in RCT(Resource Control Table)
| Is This Answer Correct ? | 0 Yes | 1 No |
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
which is better either static call or dynamic call? and why?
What care has to be taken to force program to execute above 16 Meg line?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the ksds vsam file formats from cobol programs
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
What are the different forms of EVALUATE statement?
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
What is redefines clause in COBOL?