No, it's not delimited. You have a specification that says
KeyField 5
LastName 15
FirstName 10
Address 25
City 20
State 2
Zip 7
There are no delimters. To import this thing, go through the beginning process of importing a text file. When you get to the first dialog form after selecting the file to import, instead of going ahead with the normal process for importing a delimited file, click on the ADVANCED button. It will display a grid into which you enter the field names, the field lengths and the start positions of the field. This is the specification which is given a name (we usually used TABLENAMESpec for the Spec name.) This is the SpecificationName used in the TransferText command.
The problem is, on a mainframe, there can be several field layouts in use in the same table. The computer looks at the layout field and uses the record layout for whatever value is in the layout field.
Is there any way to set up a series of specs and, for record, select the appropriate spec?