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 |
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
What is EIBCALEN? Why it is used?
WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
what are the working storage fields in BMS macro?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
What is the point of the REPLACING option of a copy statement?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is mainframe? what is the mainframe software ? what is use in s/w field?
what is the use of outrecord?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?