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 |
What is the Purpose of POINTER Phrase in STRING command
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?
How do you define a variable of comp-1 and comp-2?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
What will happen if we generate GDG +2 version instead of +1 version?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
How to know whether the module is dynamical or statistical?
What are the two search techniques ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?