Global defaults (for processing of all Library Codes) can be specified in file PVREXXIN. If used, this optional file must contain valid REXX statements. Each statement must be wholly contained on a line, it cannot span multiple lines.
To use a PVREXXIN file, specify a DD override for step APJP5423, file PVREXXIN. The example below is for an in-stream file:
//APJP5423.PVREXXIN DD DATA,DLM='++'
Model="GDG.MODEL"
++ End of file
These changes should be coded into APJMPANV so that it is generated in the move JCL.
|
Parameter |
Description |
|---|---|
|
PfUnit |
Specifies the unit on which to store protection files. This should be a unit your shop uses for tapes. Default: provided in PARMLIB member APJR5423 |
|
PfDCB=x |
Specifies DCB information to use with the output protection files. Values must be specified using the syntax for the APTALLOC command. Acceptable DCB keywords are RECFM (record format), BLKSIZE (block size), LRECL (logical record length), LIKE (like those of another specified data set), and USING (using those of another specified ddname). For example, to define a record format of undefined with a block size of 10000, specify: PfDCB="RECFM(U) BLKSIZE(10000)" Default: provided in PARMLIB member APJR5423 |
|
TMSParm=x |
Specifies label information to use with output protection files. Values must be specified using the syntax for the APTALLOC command. Intended keywords are RETPD (retention period) and EXPDT (expiration date). For example, to define a retention period of 90 days, specify: TMSParm="RETPD(90)" To define an expiration date of December 31, 1999, specify: TMSParm="EXPDT(99365)" or TMSParm="EXPDT(1999/365)" Default: provided in PARMLIB member APJR5423 |
|
Model=x |
Specifies a model data set name to be used as the GDG model for the output protection files. If you are using protection files you must specify this parameter or embed a value in the APIR5423 procedure, or the allocation of the output protection files fail. Default: provided in PARMLIB member APJR5423 |
|
PvVersion=x |
Overrides the version of CA-Panvalet. If specified it must be in the form vv.r. where vv is the version and r is the release/refresh. Default: provided in PARMLIB member APJR5423 and in MODEL APJMPANV. |
|
PvLoadDsn |
Overrides the data set name of the CA-Panvalet load library. Default: provided in PARMLIB member APJRRDSN |
|
APTLoadDsn |
Overrides the data set name of the CA‑PanAPT load library. Default: provided in PARMLIB member APJRRDSN |
|
RestartGroup |
Specifies the group name at which to resume during a restart. Do not specify this parameter unless you are performing a restart of APJP5423. If specified, designate the group name as reported on message APIR5423‑03 in the previous run. Default: none |
|
RestartStep |
Specifies the logical step at which to resume during a restart. Do not specify this parameter unless you are performing a restart of APJP5423. If specified, it must be one of the steps listed in message APIR5423-21 in the previous run. Default: none |
|
RestartMems |
Specifies the ddname of a list of restart members to be used during the first step of a restart. Do not specify this parameter unless you are performing a restart and have created a restart member list. Default: none |
|
Copyright © 2004 CA.
All rights reserved.
|
|