To create a fixed length sequential file:
Because a fixed-length sequential file does not have a file header, you are prompted to save the file header details you have just entered.
The IDE saves the file header details in a profile file in the same directory as the data file. Having a profile saves you from having to enter the file header details the next time you open the data file. Profile files have the same prefix as the data file with a .pro extension. Therefore, the profile file for this new data file is newfile.pro.
A Data File Editor window appears, displaying File Empty.
Now you can add and delete a few records.
The cursor is positioned at the start of the file.
A second record containing abc is added to the file.
An update warning is displayed because you are attempting to change the record.
The new record is deleted from the file and the cursor is positioned on the next record.