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 role of data manager in the db2 database?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
What is copy pending status in db2?
What is the latest version of ibm db2?
Is ibm db2 open source?
How to retrieve rows from a db2 table in embedded sql?
How would you find out the total number of rows in a db2 table?
How to create backup table in db2?
Can you use max on a char column?
What are the prerogatives?
what is the responsibility of the construction superintendent
How to test SQL -911 error while developing COB-DB2 program
List down the types of triggers in the db2 database?
Which component is responsible for processing sql statements and selecting access paths?
If I have a view which is a join of two or more tables, can this view be updateable?