what is datacom db?
Answers were Sorted based on User's Feedback
Answer / guest
DATACOM/DB was a database management system of the inverted
file type.[1] Acquired by Applied Data Research, it is now
owned by Computer Associates and is sold under the name of
CA Datacom.
| Is This Answer Correct ? | 7 Yes | 0 No |
What does the RUNSTATS Utility do?
How do you Load a table ?? and what is Load replace ?
Describe the elements of the SELECT query syntax?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
How many databases are there?
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
Is schema the same as database?
DB2 is a A) data base/data communication system B) data base C) RDBMS D) Programming language
Once you create a view, where would information about the view be stored?
In terms of DB2 indexing, what is the root page?
I have a DB2 table which has 1000 rows.after udatingg first 110 rows, my job abends. Now what I have to do if I want to restart the job next time so that it should start updating from 111th row (without updating first 110 rows again).
What is a dbrm in db2?