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 do u track msg in cl pgm???
As Packed veriable store 2 digits in 1 byte and ZONE variable store 1 digit in 1 byte... Please tell me when we have to use Packed and Zone variable...?
What is file identifier where we can use?
steps for debugging two rpg programs????
why we do STRSRVJOB in batch debugging in as400
What is difference between bind by copy and bind by reference?
WHAT IS MEANT BY SIGNATURE VAILOTION ERROR
how do I declare a table or array in rpg iv?
Hi friends, Can you give the solution for the below mention simple code.and explain.what is output D CHR1 S 4A INZ('PEN') D CHR2 S 10A INZ('MYGET') D CHR3 S 8A INZ('GOOD') D CHR4 S 22A INZ C MOVEL CHR1 CHR4 C MOVE CHR2 CHR4 C EVAL CHR4=CHR3 C MOVE CHR1 CHR4
How to declare the dynamic(run time) array in rpgle? can you please give example
As400 Command to find the Name of the Program to which a Particular Module is Bound..? Ex: IC210AMR (*MODULE) is bound with Other Modules which Forms Program Object as IC210ABP(*PGM) . As400 Command to find the IC210ABP Using IC210AMR..? Thanks
i)What is the command to lock a file in a program ii)2. Can you get a level check error in a CL program