DOS!VS System Utilities (cont'd)
UTILITY
PROGRAMS - CONTROL STATEMENT STREAMS
Parts
in boldface
are
invariable.
Replace
light type
as
required by your application.
Refer
to
GC33·5381 for a description
of
parameters
and
utility
function
codes.
INITIALIZE
DATA
CELL
1/
JOB
INITIAL
/I
ASSIGN
SYSOOO,X'293'
1/
EXEC INTDC
/I
UIM CELLS=(3,5,7i
/I
VTOC STRTADR=(3033303),EXTENT=(5)
VOLl222222
/lEND
1/
VTOc
STANDARD
VOLl333333
/lEND
/I VTOC STANDARD
VOL1444444
/I
END
/&
INITIALIZE
DISK
/I
JOB
INITIAL
/I
ASSGN
SYSOOO,X'
191
,
/I
EXEC
INTDK
1/
UID
IR,Cl,R=(OO27003) (not valid
for
3330/3333)
/I
VTOC STANDARD
VOLll11111
/I
END
/&
NOTE:
When
you initialize
an
IBM 2311, 2314 or 2319 disk pack to
be
used
as
a
stacked disk
pack
by the 1401/1440
System/370
Emulators (program number
SCEML 5745); you must include
an
UPSI
card
immediately before the
EXEC
card
in
the control statement
stream.
This
UPSI
card
must
have
the follow·
ing
format:
II
UPSI
00000001 I
This
card
allows cylinder 200
to
be
used
for emulator
data
instead
of
being
part of the alternate track
area.
Restriction: You cannot
use
the
UPSI
card
for the IBM 3330, 3333,
anc
3340.
INITIALIZE
TAPE
This job
stream
is
used
to initialize
an
ASCII tape
without
the
card
image
ootion.
/I
JOB
INITIAL
/I
ASSGN
SYSOOO,X'181,
/I
ASSGN
SYSOO1,UA
(no checkpoints)
1/
EXEC INTTP
/lINTT
REWIND,A,sERIAL=(OOOOO1 ),P=(1),
CODE=(AB COMPANY NYC)
/&
Page
6-4