FIELDSEP – ILSON field separator

The Field Separator character is used to separate fields in the DATA output. You can specify either a single character reference, for example a comma, as in FIELDSEP(,), or a hex value as a two byte notation or two bytes suffixed with x, for example FIELDSEP(00) or FIELDSEP(00x).

For safe parsing of your data, ensure that you use a value that is not contained in any data extracted (default is 00x).

Field Separators can be turned off by setting FIELDSEP(NONE).

Note: If you want to use EXIT or the EQQYXFLD function, ensure you do not use the same value for FIELDSEP (default 00x) and LABELSEP (default =). NONE must not be used. If this occurs, when an EXIT is called it is not used and EXIT is reset to blank.