DIP
The dataset is initialized with a LOGREC header record.

CVOL
The dataset is initialized as an OS SYSCTLG containing the minimum entries
needed to IPL an OS/360 system.

VTOC filename
Specifies the size and location of the VTOC. A dataset name must be coded on this
statement although it is not used. If no VTOC statement is present, the VTOC will
be placed after the last dataset on the volume and the size of the VTOC will be the
minimum number of tracks necessary.

units

This specifies the space allocation units: ‘TRK’ or ‘CYL’.

pri

This is the space allocation primary quantity.

sec

This is the space allocation secondary quantity.

dir

This is the number of directory blocks.

dsorg

This specifies the dataset organization: ‘PS’, ‘PO’, ‘DA’ or ‘IS’.

recfm

This is the record format: ‘F’, ‘FB’, ‘FBS’, ‘V’, ‘VB’, ‘VBS’ or ‘U’.

lrecl

This is the logical record length.

blksize

This is the block size.

keylen

This is the key length.

All parameters except the dsname and method are optional. Defaults of zero are supplied for DCB para-
meters. For datasets loaded with the XMIT method the DCB parameters are taken from the unloaded
PDS, minimum space allocation required to load the dataset is used unless a larger quantity is specified.
If space allocation is omitted the default is ‘TRK 1 0 0’. If CYL is specified without any primary quantity
then the default allocation is 1 cylinder or the minimum number of cylinders required to load the dataset,
whichever is larger.

5.11.5 Examples

Example 1:

Create a 2314 volume in a file called SYSRES.230 using the control file SYSRES.PLF with message
level 2.

DASDLOAD SYSRES.PLF SYSRES230 2

The corresponding control file SYSRES.PLF looks like the following:

# Pack layout file for MFT system residence volume

sysres 2314 * ieaipl00.rdr

sys1.parmlib xmit /cdrom/os360/reslibs/parmlib.xmi

sys1.imagelib xmit /cdrom/os360/reslibs/imagelib.xmi

sysctlg cvol trk 1 0 0 ps f 256 256 8

sysvtoc vtoc trk 5

sys1.logrec dip trk 1 0 0

sys1.nucleus xmit /cdrom/os360/reslibs/nucleus.xmi cyl

sys1.svclib xmit /cdrom/os360/reslibs/svclib.xmi cyl

sys1.sysjobqe empty cyl 2 0 0 da f 176 176 0

sys1.dump empty cyl 10 0 0 ps u 0 3625 0

Example 2:

Create a compressed 3390-3 volume in a file called LINUX.500 containing a bootable linux system for
Linux/390 installation using the control file LINUX PRM with message level 5.

DASDLOAD -z LINUX.PRM LINUX.500 5

The corresponding control file LINUX.PRM looks like the following:

#

# Build a bootable linux disk

# [Note: the dataset names (sys1.linux. ...) are hard-coded in

# linuxipl.obj and cannot be changed without rebuilding it]

#

linux 3390-3 * linuxipl.obj

sys1.linux.parmfile SEQ images/redhat.prm trk 1 0 0 ps fb 1024 1024

sys1.linux.tapeipl.ikr SEQ images/kernel.img trk 200 0 0 ps fb 1024 1024

sys1.linux.initrd SEQ images/initrd.img trk 200 0 0 ps fb 1024 1024

5.11.6 Sample Utility Output

Sample 1:

Create a 3390 model 3 in a compressed file called TST001.A80 containing 3 libraries (which have been
downloaded from CBT tape as XMIT files) using the control file TST001.DAT with message level 1.

The control file TST001.DAT looks like follows:

TST001 3390-3 *

SYS2.RACF.UTIL XMIT D:\MVS\DASD\CBT728.XMI

SYS2.BATCH.CNTL XMIT D:\MVS\DASD\CBT357.XMI

SYS2.PL1.SAMPLES XMIT D:\MVS\DASD\CBT316.XMI

Previous Page Next Page