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
Hello All, We have requirment to Replace BMC Db2 Load product thru CA FAST LOADPlus product. Do anyone have JCL to for FAST LOADPLUS and what all are thing need to take in consideration.
When the like statement is used?
What is the clustering index in the db2 database?
Is ibm db2 free?
What is check constraint in db2?
How do I connect my db2 database to ibm?
What is the physical storage length of date data type?
What is the connection string to connect to the DB2 Database ?
How to take backup of table in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is lock escalation in db2?
What are db2 tables?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Mention the various locks that are available in db2.
What is rebind in db2?