DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
2840can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
1 4928I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
2060
How do you define a variable of comp-1 and comp-2?
how do you reference the printer file formats from cobol programs
Explain the different ways of initiating transaction in cics?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is the use of uni-rexx?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
how long does the install of oorexx take?
How many bytes S(8) comp field occupy and its maximum value?
What is jcl in mainframe?
What is dbrm? What it contains?
What is the cobol picture clause of the db2 data types date, time, timestamp?
What is the meaning of a (new, catalog, keep) disposition mean?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
If an array is multi-dimensional dynamic array how do you deal with it & provide me some examples?