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
What is sqlca’s maximum length?
What are the contents of a dclmgen?
What is the meaning concurrency in the db2 database?
Explain various types of locks in db2?
How do I start db2 in windows?
Explain dclgen.
How do I import a csv file into db2?
What is cloudant database?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
What is the difference between spufi and qmf?
What is bind and rebind in db2?
Which command is used to connect to a database in DB2 ? Give the Syntax.
What is the connection string to connect to the DB2 Database ?
How do I create a view in db2?
What is the physical storage length of the data types date, time, and timestamp?