What is meant by concurrency?
Answer / s
Concurrency means that two or more programs that can
peacefully coexist on a tablespace.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is null indicator in cobol db2?
Could anyone clearly explain the diference between sub query and correlated sub query?
How do you concatenate the firstname and lastname from emp table to give a complete name?
What is reorg in DB2
What are the various data types available in db2?
What is EXPLAIN?
What's The Percentage Free Space ?
what is parm utility
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
In cursor program-1 can we create another cursor program-2 inside the cursor program-1.If yes how/no why ?