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 |
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is the difference between dbm cfg and db cfg file in db2 ?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
what is a plan and how do you refer the plan in the program?
Can we declare DB2 HOST variable in COBOL COPY book?
Is it Possible to read from PS file and write it to database by using dynamic sql(execute immediate)
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
How to create backup table in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
How do I change the column size in db2?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
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.