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 |
How is a typical DB2 batch program executed ?
How does the processing of a correlated subquery differ from a non correlated subquery?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
What does the RUNSTATS Utility do?
i have one file having 100 of records? i want to display it like 20 records in one column and 20 records in another column total 40 records per page ? how ?
What are the four lockable units for DB2?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
On which levels locks can be applied?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
What happens to a cursor after a commit?
is it possible to get -811 error when you use cursors. why?
When would you prefer to use VARCHAR?