TOASA

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
COPYRIGHT

NAME

toasa − read a stream of data from stdin converting ASCII form−feed characters to ASA carriage control characters in stdout

SYNOPSIS

toasa
toasa −v
toasa −h

DESCRIPTION

The toasa command converts ASCII form feeds to ASA control characters in a stream of data read from stdin. The converted output is written to stdout. Output lines will only have ’1’ (page eject) or ’ ’ (single line) carriage control in column one of each output line.

OPTIONS

−h

display help and exit.

−v

display the current version and exit.

EXAMPLES

Remote Client SSH Connection Examples
cat /tmp/data | toasa | todsn −ssh user@myzos2.com −r //my.dataset

Uploads a file to an MVS Dataset over an SSH connection (Unix), converting the stream from /tmp/data to ASA format so that it is suitable for a z/OS dataset with RECFM=FBA.

COPYRIGHT

Copyright © 2018 Dovetailed Technologies, LLC