/ZEBRA_FZ

ZEBRA/FZ package: sequential access Input/Output.

/ZEBRA/FZ/FILE lun fname [ lrecl chopt ]

LUN I Logical unit number R=1:128
FNAME C File name
LRECL I Record length in words D=900
CHOPT C Options D='IX'

CHOPT:

'I' Input file.
'O' Output file.
'X' Binary exchange mode.
'A' Alphanumeric exchange mode.

Open an FZ sequential formatted or unformatted file.

/ZEBRA/FZ/TOFZ lun [ chopt ]

LUN I Logical unit number of FZ file R=1:128
CHOPT C Options D=' '

Copy the current directory tree onto an FZ file.

/ZEBRA/FZ/FRFZ lun [ chopt ]

LUN I Logical unit number of FZ file R=1:128
CHOPT C Options D=' '

Copy the FZ file into the current directory tree.

/ZEBRA/FZ/TOALPHA fname

FNAME C Name of the FZ text file

Copy the current directory tree onto a FZ file. An alphanumeric format is used. The file FNAME can be exchanged between different machines.

/ZEBRA/FZ/FRALPHA fname

FNAME C Name of the FZ text file

Copy the FZ alphanumeric file into the current directory.