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 can we pass data from cobol to JCl?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to display the dataset information?
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
When is inspect verb is used in cobol?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
Write a program that uses move corresponding.
how do u link sub pgm to main pgm ?
What are VS COBOL 11 special features?
how to resolve the file status 47.......
What is the difference between CALL BY VALUE and CALL BY CONTENT?
Suppose i want to declare a binary comp fild of 7 byte .how to write?