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
Answers were Sorted based on User's Feedback
Answer / joy mukherjee
Actually the file ABCD may have the record format name is
same as that of the file name. That is the reason why u r
getting this error.
RPGLE wont allow to declare a file with same name as record
format name.
So, to solve the problam u can change the record format
name other than the file name.
OR
U can use the RENAME keyword in the file specification to
change the record format name.
| Is This Answer Correct ? | 16 Yes | 1 No |
Answer / 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 |
How can you delete a record from a file in RPG without using DELETE oppcode?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
How to declare the dynamic(run time) array in rpgle? can you please give example
A particular job executing on the iS is not behaving as expected and is operating in an environment in which it can be debugged. What commands would you use to debug and observe the program?
difference between 1:%found and %equal built function in detail with example .
How to index LF by relative record no (RRN)
If record-format name in an externally-described file has already been defined as a file-name.how to solve this?
how to convert date format from one format to another i think in CL/400 its CVTDAT,Please tell in RPG/400 sir not in RPGILE
When it is desirable to describe files Internally?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
What is ment by record level identifier?
Hi, can any one tell me :IN CASE OF SINGLE PAGE FILE HOW WILL I LOAD THE PREVIOUS PAGE WITHOUT THE USE OF SFLCLR INDICATOR ?