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 |
Is it mandatory to use DCLGEN? If not, why would you use it at all?
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.
What are the abend codes occour in ur latest PROJECT in DB2
what is the difference between where clause and having clause
what is check point and restart Logic ? why do we go for that ??
What are the Isolation levels possible ?
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?
Name the lockable units in DB2?
What is the use of db2 optimizer?
How do you concatenate the firstname and lastname from emp table to give a complete name?
what is the name of the default db2 catalog database?
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?