What is a thread?
Answers were Sorted based on User's Feedback
Answer / s
Thread is a control structure that identifies a connection
to DB2
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / poornachander
A thread is a single sequential flow of control with in a
proccess. A Process may contain multiple threads.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sunil raina
Thread Is the traditional name of the process which is in
the form of process with exe...you can say alias for the
process in unix,linux operating sys..
Is This Answer Correct ? | 1 Yes | 0 No |
Say CUST Table contains records like: CUSTNO CUSTNAME CUSTLOC 100 ABC SSS 200 XYZ 300 PQR 400 MNO WWW 500 CVV ------------- ------------- Now write a query to retrieve all records with CUSTLOC no data.
what is static sql? what is dynamic sql? Give me details
how we will do null data selection in cobol-db2 program
What is a Resource Control Table(RCT)? Describe its characteristics.
What is an alias?
What is sqlca’s maximum length?
What is an asychronous write?
What is meant by a unit of recovery?
What is auditing?
What value the host varible will contain , if null indicator value is -2 ? Will it contain the truncated value or nothing will move ?
Why do we use cursor?
How to execute stored procedure in db2 command editor?