How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / guest
Can anyone explain this by example and give some sample code of both calling and called program ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How you can characterize tables in cobol?
Have you used comp and comp-3 in your project? And how?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the compute verb? How is it used?
what is difference between cobol and cobol/400
What are different data types in cobol?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Explain how you can characterize tables in cobol?
how do you reference the variable unblock file formats from cobol programs
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
Explain how to differentiate call by context by comparing it to other calls?
How arrays can be defined in COBOL?