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 |
What is the difference between external and global variables in COBOL?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
What is different between variable length and fixed length?
Can you please let me know the centre name of INS certification in Kolkata.
How to display the index.(displacement from an array)
tell me about examine inspect and evaluate ?
can i use multiple when statements in search & search all ? justify ur answer?
wht is the diff b/w if and evaluate stmts ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the different rules for performing sort operation?
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
How do we get current date from system with century?