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 |
Where besides the DB2 catalog is database object information stored by DB2?
What is the difference between a package and a plan?
6 Answers Infosys, L&T, Mphasis,
What is buffer pool in the db2 database?
What is a DBRM, PLAN ?
How do you prepare a COBOL + DB2 program from coading till execution ?
when does the SQL statement gets executed when you use cursor in the application programming ?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.
What is node in db2?
What is innodb buffer pool?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
how can you save the query in QMF?IS IT POSSIBLE OR NOT.IF POSSIBLW HOW?
What happens to a tablespace when its recovery infromation has been removed and a full recovery is no longer possible?