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 / vaneesh khurana
LINKEAGE SECTION
01 WS-LINKEAGE SECTION.
05 WS-LINK-LENGTH PIC X(2).
05 WS-A PIC 9(2).
05 FILLER PIC X.
05 WS-B PIC 9(2).
PROCEDURE DIVISION USING WS-LINKEAGE-SECTION.
COMPUTE WS-B = WS-A + WS+B
DISAPLAY WS-B.
STOP-RUN.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
Name the lockable units in DB2?
What is view db2?
what is diffrence b/w file-aid tool and file-aid utility???
Is db2 a programming language?
What is a Foreign Key?
Define db2.
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is dbrm? What it contains?
What is null indicator in db2?
What does reorg do in db2?
What are concurrency issues?
What is blu acceleration in db2?
What is plan in cobol db2?
What is the difference between oracle and db2?
What is a db2 tablespace?