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 |
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
Update command
How to get the ddl of a table in db2?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
What is the size of a data page?
How to select the duplicate rows from a table?
What is a buffer pool?
Name the lockable units in DB2?
i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
What is a subselect? Is it different from a nested select?
How to insert more than one record using insert?
can we update the table by using cursors can anyone post the query?