Use
the WRTAPEFASTIO statement to specify whether a write to tape of ASCII
data in Stream mode can use the BSAM I/O routine instead of the Language Environment® Run-Time
Library function fwrite().
- Server
- This setting applies when transferring files to the server's system.
- Client
- This setting applies when transferring files to the client's system.
Syntax
.-WRTAPEFASTIO FALSE------.
>>-+-------------------------+---------------------------------><
'-WRTAPEFASTIO--+-TRUE--+-'
'-FALSE-'
Parameters
- TRUE
- Indicates that a write to tape of ASCII data in Stream mode is
allowed to use the BSAM I/O routine instead of the Language Environment Run-Time
Library fwrite() function. This allows
the data set to be processed without embedded hexadecimal values being
interpreted as print control characters.
- FALSE
- Indicates that a write to tape of ASCII data in Stream mode
must use the Language
Environment Run-Time Library fwrite()
function. This is the default and is used to take advantage of the
features of the Language
Environment Run-Time Library.
Examples
Allow ASCII Stream data to be
written to tape using the BSAM I/O routine:
WRTAPEFASTIO TRUE
Require
ASCII Stream data be written to tape using the Language Environment Run-Time
Library:
WRTAPEFASTIO FALSE