I have created one table using CREATE TABLE Command and have added some datas in that table.i have defined that table RPGLE's File specification.
FEmployee IF A E Disk .
While compiling i am getting RNF2109 Error. Please help me to rectify this error?
Software/Hardware used:
ASKED:
September 1, 2008 8:38 AM
UPDATED:
September 3, 2008 2:33 PM
Since the concept of a record format is not supported by SQL, another way around this is to create the SQL table using the record format name. Then, you can rename the table to what you want it to be – the record format name will remain what it was originally, and your RPG program won’t need to rename the format to something that’s unique from the file name because it will be that way already.
Also, I recall reading something about RPG record formats for 6.1 of the operating system, which I think would better facilitate this.