REMOVEINBEOF (FTP client and server) statement

Use the REMOVEINBEOF statement to specify whether the z/OS® UNIX EOF (x'1A') is removed from inbound data before the data is stored.

This setting applies to type ASCII inbound file transfers when the data is stored into an MVS™ sequential data set.

Server
This setting applies when the server is the receiving site.
Client
This setting applies when the client is the receiving site.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-REMOVEINBEOF FALSE------.   
>>-+-------------------------+---------------------------------><
   '-REMOVEINBEOF--+-TRUE--+-'   
                   '-FALSE-'     

Parameters

TRUE
Specifies that if the inbound data contains a z/OS UNIX EOF (x'1A') as the final byte, it is removed from the data.
FALSE
Specifies that if the inbound data contains a z/OS UNIX EOF (x'1A') as the final byte, it is not removed from the data.

Examples

Remove the UNIX EOF from the inbound data:
REMOVEINBEOF TRUE