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 happend with out using Commit,when closing cursor and program?
Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
What is db2 and what is the use of db2 optimizer?
If I have a view which is a join of two or more tables, can this view be updateable?
What are the Isolation levels possible ?
What are the abend codes occour in ur latest PROJECT in DB2
Can you Average the Characters ?
Normalization in DB2 – first normal form, second normal form
What is usage pointer in cobol?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
where can we use index and subscript ? with example ?
What is Call attach facility? How does it work?