how to copy the host variables from ps file into cobol program
other than include statement
Answer / dilon
by using copy statement we can copy the host variables from
the ps file..another method is we will directly declare host
structure in the cobol program....
Is This Answer Correct ? | 5 Yes | 0 No |
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.
What is a base table?
What is dbrm?
How do I optimize a query in db2?
What does reorg do in db2?
Which one allows duplicate values Union or Union All ?
How can you display the current date & current time ?
Explain about rct.
select 100 records from million records ?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
What is the database descriptor?
when does the SQL statement gets executed when you use cursor in the application programming ?