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 file identifier where we can use?
how do I preserve and clean the array?
how do I declare a table or array in rpg iv?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
How Chain operation copies the record's data to the input buffer for the program?
How to select highest score of each subject or how to select highest income of every month?
What is the difference between iter and do?
what is *place and *auto keyword in prtf ?plz explain
How can we know running job is batch or interactive?
1. If there are two programs using same file and 2 users are using the file at the same time and what can be done to allow them both to access? 2. How can remove lock from the file for accessing it by both users?
what is the difference between do while and do until?
what is kids-rpg?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
do you use message subfiles? What are the necessary keywords required coding a message subfile?