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 are types of indexes?
What is db2 look?
What kind of database is db2?
Mention the downsides of page level lock.
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
Give a brief description of db2 isolation levels?
What is temporal table in db2?
My sql statement select avg(salary) from emp yields inaccurate results. Why?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
Is db2 a programming language?
List out the buffer pools in db2
What is a db2 tablespace?
Which component is responsible for processing sql statements and selecting access paths?
Which component is used to execute the sql statements?
What is the connection string to connect to the DB2 Database ?