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 we create a tables in DB2 ?Previously client has using 7 letters for user id,now he wants to increase the letters from 7 to 12 for user id.How we can do it?
in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.
How do you insert a record with a nullable column?
What are the prerogatives?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
if one db2 pgm calls another db2 pgm. how many plans do we need. what r the steps involved..
How do I copy a table in db2?
What are the abend codes occour in ur latest PROJECT in DB2
How can i install db2 9.x on AIX based system..? plz reply the detailed steps involved....?
Explain about rct.
How can you display the current date & current time ?
What do you mean by storage group (stogroup)?