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 / 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 |
Post New Answer View All Answers
what is data area and how it is used in rpg program ?
How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
What is ment by record level identifier?
How Chain operation copies the record's data to the input buffer for the program?
How would display prime numbers using CL program?
What are the types of identifiers?
How to write record if no field or the field are different in physical file in rpgle ?
What is a record lock error?
how do I play {insert rpg system here}?
are there any useful c runtime apis that I can call from rpg iv?
How can we know running job is batch or interactive?
how does the rpg element work?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
can I touch the array during treatments?