I am sending values a and b with pic x(10) and pic x(10) by
using call statement.
In linkage section, I am receiving values with pic x(10)
and pic x(11).
Will my program fail? will it be compile error or run time
abend?
Answer Posted / vs kumar
NOTHING WILL HAPPEN. PROGRAM WILL EXECUTE SUCCESSFULLY.
| Is This Answer Correct ? | 6 Yes | 2 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.
What is the difference between binary search and sequential search?
Explain about different table spaces.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which Search verb is equivalent to PERFORM…VARYING?
What is Pic 9v99 Indicates in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
What is the use of intialize verb?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the various section in data division and briefly explain them.
For rewrite, why is it mandatory that file needs to be opened?
What the difference is between continue and next sentence?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How to know whether the module is dynamical or statistical?