What are the different methods of accessing db2 from tso?
How is the connection established between TSO & DB2?
Answers were Sorted based on User's Feedback
Answer / guest
You can access DB2 using the interactive TSO/ISPF panels
like SPUFI, QMF. You can also invoke DB2 through TSO batch
by invoking the DSN command processor to run a DB2 program.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / s
DB2I will invoke the DSN command processor to establish a
connection with DB2. SPUFI,QMF also allows access to DB2
from TSO/ISPF.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / k murali krishna
By using QMF and SPUFI, we can access DB2 from TSO
| Is This Answer Correct ? | 4 Yes | 1 No |
what is differnece between DROP TABLE & DELETE TABLE .
Explain the use of the WHERE clause?
What is the purpose of the DSNC transaction ?
What are the 2 sqlcodes that are returned?
How do you check for a null value in a db2 column?
What is image copy in db2?
What is copy pending status in db2?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?
What is db2 bind?
How to resolve -803 sql code in DB2?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
What is bind package and plan in db2?