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?
Answers were Sorted based on User's Feedback
Answer / vs kumar
NOTHING WILL HAPPEN. PROGRAM WILL EXECUTE SUCCESSFULLY.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / meera
Program will execute successfully. But truncation will
occur. If the data is numeric then MSB will truncate. If the
data type is Alphabet then Right most alphabet get truncated
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / bharath
No error will occur. Data will terminate to 10 Fields.
| Is This Answer Correct ? | 2 Yes | 3 No |
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
plz any one tell clearly the justify right clause?
what will happen if pass values more than 100 using PARM parameter?
can we redefine 77 level item is it possible
can we use 77 level no for Redefines?if we use give an example?
What is the difference between performing a SECTION and a PARAGRAPH?
which one is the best of com and com-3.using of real time ?
What is Static,Dynamic linking ?
What is the purpose of Identification Division?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
what happens of we dont give time stamp in precompilation process
how can u redefine picx(10) with pic 9(6).