If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.



If my program receives input feed from program in other system.. if the receiving field size is less..

Answer / ajay digule

If the receiving field size is less than there will be truncation of the values being passed. There will be no abend message.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What are all the divisions of a COBOL program?

0 Answers  


How does IDMS communicate with CICS?

1 Answers   Covansys, Satyam,


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


i want to enter the name 'pandu' into ur table how?

1 Answers   Fidelity,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,






What is Redefines clause?

8 Answers  


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.

1 Answers  


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


How do u initialize an array?

2 Answers   CTS,


In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


what are the limitations of Inline Perform?

3 Answers   Zensar,


Categories