What is a Resource Control Table(RCT)? Describe its
characteristics.
Answers were Sorted based on User's Feedback
Answer / s
CICS RCT defines the connection between CICS and DB2.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / nag(igate)
All db2 plans should be registered in the RCT
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / guest
RST defines the relationship between the CICS transaction
and DB2 plans.
| Is This Answer Correct ? | 6 Yes | 2 No |
What is tablespace?
What is a db2 collection?
How does DB2 use multiple table indexes?
how can we retrieve the 100 records of the file ?
What is dbrm? What it contains? When it will be created?
What parameters are used to control the free space in DB2?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
Why do we use cursor?
What is bind in db2?
What is db2 catalog database?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
how can i pull up a query which was previously stored in qmf