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 |
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
How many clustering indexes can be defined for a table?
How do you insert a record with a nullable column?
Can we use select * statement in cobol program without giving field names ???
What is the SQL Communications Area and what are some of its key fields?
how to copy the host variables from ps file into cobol program other than include statement
What are the contents of dclgen?
Explain about rct.
What is package versioning? Please give an example.
what is consistency token
How to insert more than one record using insert?