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 |
How to rename a table in DB2 ?
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
What does this mean ? GRANT BIND,EXECUTE ON PLAN MK2 TO PUBLIC;
what is the difference between where clause and having clause
What is IMAGECOPY ?
What is lock contention?
What is correlated subquery?
What is a clustering index?
What is a buffer in memory?
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.
Explain various types of locks in db2?
Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code?