What is a Resource Control Table(RCT)? Describe its
characteristics.

Answers were Sorted based on User's Feedback



What is a Resource Control Table(RCT)? Describe its characteristics...

Answer / s

CICS RCT defines the connection between CICS and DB2.

Is This Answer Correct ?    18 Yes 3 No

What is a Resource Control Table(RCT)? Describe its characteristics...

Answer / nag(igate)

All db2 plans should be registered in the RCT

Is This Answer Correct ?    6 Yes 0 No

What is a Resource Control Table(RCT)? Describe its characteristics...

Answer / guest

RST defines the relationship between the CICS transaction
and DB2 plans.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More DB2 Interview Questions

Is it mandatory to use DCLGEN? If not, why would you use it at all?

2 Answers  


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

1 Answers  


What are the abend codes occour in ur latest PROJECT in DB2

2 Answers   Cap Gemini,


what is the difference between where clause and having clause

2 Answers   IBM,


what is check point and restart Logic ? why do we go for that ??

2 Answers   CGI, UST, Xansa,


What are the Isolation levels possible ?

5 Answers  


COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?

1 Answers  


Name the lockable units in DB2?

1 Answers  


What is the use of db2 optimizer?

1 Answers  


How do you concatenate the firstname and lastname from emp table to give a complete name?

1 Answers  


what is the name of the default db2 catalog database?

3 Answers   IBM,


Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?

1 Answers  


Categories