Parm value passed is PARM=(10,20). how do code linkage
section and how would you add these two passes values and
show result in cobol program.
Answer Posted / sreenivaas
procedure division using a b.
add a to b.
display b.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
How do I import data from excel to db2?
What is an instance database?
What is db2 optimizer?
What are the 2 sqlcodes that are returned?
What is db2 instance?
Before you give the explain statement, what are the prerogatives?
What is cursor in dbms?
Mention the location where the output received from explain statement is stored.
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
Explain about dbrm.
What's The Error Code For Unique Index Voilation?
What is the role of schema in the db2 database?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
How to restart a DB2 program?
What are union and union all?