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 to fetch the last row from the table in SQL (db2)?
What is a buffer in memory?
What's The Percentage Free Space ?
What are concurrency issues?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What is view db2?
In an sql table that is embedded, what is the procedure to retrieve rows that are part of a db2 table?
What is page size in db2?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
What is a Foreign Key?
How does a cursor work?
can any one provide me the link for the db2 v7 & db2 v8 manual for Z/os? i need to know about the syntax of REORG in both versions & need to know the difference as well
What action db2 takes when a program aborts in the middle of a transaction?
in my project..TEST is db2 8.1 version In PROD it is 7.1 if i do REORG in TEST.. can I use the same REORG jcl with out modification in PROD region (this is DB2 8.1 )? if not, what modification i need to do in my REORG control card?