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
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How would display prime numbers using CL program?
What is the difference between iter and do?
what is kids-rpg?
What is file identifier where we can use?
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?
How to call one program from another program in RPG? please help me with the code
do you use message subfiles? What are the necessary keywords required coding a message subfile?
How to handle duplicate error handling in RPG?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
what is a rpg?
When it is desirable to describe files Internally?