What is the purpose of the DSNC transaction ?
Answer / s
DSNC is a CICS command processing transaction used to issue
attachment commands to display and control the CICS
attachment facility. After a connection between CICS and
DB2 is established, DSNC is used to issue DB2 commands to
DB2 system.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is dbrm in db2 database?
what is the difference between where clause and having clause
What is the use of db2?
what is utility for parm lib
What else is there in the PLAN apart from the access path?
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
What do you need to do before you do EXPLAIN?
When do you specify the isolation level?
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
List out the data types available.
B37 abend during spufi?
What are foreign keys?