How do you declare a host variable (in COBOL) for an
attribute named emp-name of type VARCHAR(25) ?
Answer Posted / obularaju
10 EMP-NAME.
49 EMP-NAME-LEN PIC S9(4) USAGE COMP.
49 EMP-NAME-TEXT PIC X(25).
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is the connection string to connect to the DB2 Database ?
what are bind concepts in db2 cobol?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
Name the lockable units in DB2?
What is a collection in db2?
How do you pull up a query which was previously saved in qmf?
Mention the downsides of page level lock.
What is package in cobol db2?
Which components manage deadlocks in db2?
What is bind package and plan in db2?
What is the role of schema in the db2 database?
Which are the db2 tools to protect integrity of the database?
How to get the ddl of a table in db2?
What db2 400?
What is difference between rollback and commit?