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
What are the different rules for performing sort operation?
What are the different types of condition in cobol and write their forms.
How do u write test cases?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between binary search and sequential search?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how to access the file from prodution from changeman tool and to submit a file to production
What is difference between static and dynamic call in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
how do you reference the variable block file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
example for sub strings ? and refernce modifications whit output pls
What is link edit in cobol?
Can we redefine the field of x(200) to less than 200?
What is amode(24)?