SVMODE

The optional keyword SVMODE is used by content handlers and services that process separated value data to control how to handle the inbound separated value data.

SVMODE

*NONE

Default. Inbound separated value data does not contain a field header record.

*IGNORE

Inbound separated value data contains a field header record. This record is to be ignored and not included in the received data list.

*USE

Inbound separated value data contains a field header record. This record is to be used in data column field mapping.

 

If the SVHEAD keyword is not present and the SVMODE keyword is *NONE or *IGNORE then the inbound data is inserted directly in the working list, so the field count and data types must match the list definition.

Example

RECEIVE SVMODE(*IGNORE)