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 / 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 |
Post New Answer View All Answers
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is Pic 9v99 Indicates in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is perform what is varying?
Write a cobol program making use of the redefine clause.
What are 77 levels used for?
What is the difference between comp and comp-3 usage?
Which Search verb is equivalent to PERFORM…VARYING?
What are the different rules to perform a Search?
What is the difference between Call and a Link?
Name the divisions, which are available in a cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.