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.
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 |
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
In the JCL, how do you define the files referred to in a subroutine ?
how would find total records in files using seqientional
SIGN TRAILING SEPARATE field occupy ?
How you can read the file from bottom?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
how to code in cobol while using variable block file?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
1) can we display the index?
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?