Hi,
I am getting the error in RPG
(All Record Formats for externally-described file ABCD
ignored or dropped due to error; file ignored.)
Please suggest any

Answer Posted / chandrababu

This Error code is RNF2109 and severity 40.

This Error occurs commonly If The FILE NAME and RECORD FORMAT NAME and FIELD NAMES are same.

If we declare flat file in RPGLE programs for which of these are same then this will be thrown.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

give an eg of ACQ-(ACQUIRE),BIT OFF,BIT ON,DEALLOC,DUMP,FEOD,FORCE,MHHZO,MHLZO,MHLLZO,MLHZO,REL,RESET,TESTZ,TESTB,TESTN----GIVE SMALL EXAMPLE TO THE OPCODES...TO UNDERSTAND FUNCTIONING...........

3272


what is the use of sflnxtchg?

797


what is the procedure and explain about real time scenario.

1473


Explain mdt?

661


what happens when sflsiz = sflpag? What are the advantages and disadvantages?

706






What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?

2513


what is the difference between do while and do until?

698


how do I declare a table or array in rpg iv?

730


How many program bind in one module....

2115


how can I tell when to replace the array?

696


How would display prime numbers using CL program?

5672


how do I declare a minor?

710


how does the rpg element work?

711


what is kids-rpg?

661


Q:Hi all,i want accurate answer with code using in built functions.please sent me code as soon as posible. I have program nmed PGM1 which '' RETRIEVE Current production date''should correctly default the production date for the user who is issuing raw materials to the manufacturing.The production date can be different from the celendra date. However, the program does not make the correct adjustment for all manufacturing plants. there is a parameter which determines the production start time e.g. 07:00 if the system time precedes this,the program subtracts one from the celendra day.This work fine when the celendar day starts after production day as it does in England,the system should be adding one to the celendar day during the overlap. unfortunately the program was desined to assumed the celendar day always starts before the production day. Change required in the program: Change the PROGRAM PGM1 to use the new parrameter to decide whether to add or subtract 1 from the celendar day when determining the production date.

1754