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 Posted / 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 View All Answers
How can you get the ksds file records into your cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What do you understand by psb and acb?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the local-storage section?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is the utilization of copybook in cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What guidelines should be followed to write a structured cobol prgm?
how to convert the recors form vsam file to db2 table tru file aid
Have you used comp and comp-3 in your project? And how?
What is difference between static and dynamic call in cobol?
Name some of the examples of COBOl 11?
What are all the divisions of a COBOL program?