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
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is cascading rollback?
What is db2 catalog database?
What does db2 stand for?
What is check constraint. Explain with example.
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
Why do we need reorg in db2?
How to fetch the last row from the table in SQL (db2)?
What does sqlcabc has?
What is difference between isnull and coalesce?
What is the max length of sqlca?
Who uses db2?
What is a db2 collection?
What are the contents of a dclmgen?
What is a cursor in programming?