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
Which division and paragraphs are mandatory for a COBOL program?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What is the difference between next sentence and continue in cobol programing language?
what is difference between cobol and cobol/400
What is the difference between PIC 9.99 and 9v99 in COBOL?
Give some examples of command terminators?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Explain how to differentiate call by context by comparing it to other calls?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What the difference is between continue and next sentence?
In COBOL programming, what is PERFORM? What is VARYING?
What is difference between static and dynamic call in cobol?
how do you reference the esds vsam file formats from cobol programs
Write down the divisions of cobol program?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this