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 |
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .
How do you concatenate the firstname and lastname from emp table to give a complete name?
How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).
What is IMAGECOPY ?
Where would you find information about the type of database authority held by the user?
Explain the EXPLAIN statement?
How to resolve -917 sql code in DB2?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
What is image copy in db2?
Mention the various locks that are available in db2.
How to get the ddl of a table in db2?
What is view db2?