Sample Control-Statement Streams (cont'd)
SYSUT2
DO
defines
the
output
data set.
The
data set
is
to
be
punched by
an
IBM
2540-2 Card Read Punch (punch feed). Each record from
the
input
data set
is
represented by
two
punched cards.
SYSIN
DO
defines
the
control
data set, which follows
in
the
input
stream.
The
control data set contains
the
PUNCH and TITLE statements.
PUNCH initiates
the
punch
operation
and specifies conversion from alpha-
meric to hexadecimal representation.
TITLE specifies a title
to
be placed beginning
in
column 10.
The
title
is
not
converted
to
hexadeci mal.
Page 6-17