Previous Topic: PROC APJPRSTV - VSAMNext Topic: Initialize Backup Library


PROC APJPRSTP


Parameter


Description

Default
in PROC

DISKDSN=x

x is the name of the data set that is restored. It should be the CA‑PanAPT Model library, APTMODEL.

none

TAPEDSN=x

x is the name of the backup data set that is restored to the Model library. It is normally a GDG.

none

DELETE=x

x is the Condition Code to control Deletion of the old APTMODEL PDS before its being restored.

0 = Yes, delete before restore

1 = No, do not delete before restore

0

ALLOC=x

x is the Condition Code to control reallocation of the old APTMODEL PDS before its being restored.

0 = Yes, allocate after delete and before restore.

1 = No, do not reallocate because it was not deleted.

If DELETE=0, ALLOC must be 0.

If DELETE=1, ALLOC must be 1.

0

SYSDA=x

x is the DASD unit name used to store the APTMODEL file.

SYSDA

DISKVOL=x

x is the DASD VOL=SER on which the APTMODEL file is stored.

none

DISKSPA=x

x is the SPACE parameter used to reallocate the APTMODEL file after it was deleted and before being stored

3120,(120,15,20),RLSE

DISKDCB=x

x is the DCB parameter used to reallocate the APTMODEL file after it was deleted and before being stored.

RECFM=FB,
LRECL=80,
BLKSIZE=3120

JCLLIST=x

x must be suitable to include as a SYSOUT class. Utility messages, control totals, JCL, and so forth are routed to this destination.

*

DUMPS=x

x must be suitable to include as a SYSOUT class. Any SYSUDUMP output is routed to this destination.

*