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 / bharath
No error will occur. Data will terminate to 10 Fields.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
what are decleratives in cobol?
Difference between array and sub-script ?
Name the divisions, which are available in a cobol program?
How to print 10 to 1 if the input have only 10 digit number?
Can we change the password using ALTER? anyone tried and changed?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are all the divisions of a COBOL program?
How do get the result of your program directly on your pc?
Write a program that uses move corresponding.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are declaratives and what are their uses in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Write the code implementing the perform … varying.
what is the difference between COBOL2 AND COBOL390?
HOw can I get the negative sign while deduct high value from low value