2. Planning for Installation and Use of CA MICS › 2.3 Installation Planning and Parameter Specification › 2.3.3 CA MICS JCL Planning and Parameters › 2.3.3.2 Standard JCLGEN Parameters › 2.3.3.2.1 JCL Option Definitions (JCLDEF) › 2.3.3.2.1.5 Database Unit Tape Specifications
2.3.3.2.1.5 Database Unit Tape Specifications
Tape specifications let you control the number of generation
data group entries maintained for backup and archive tape
files, unit names, volume count, tape volume density,
retention and expiration dates, as well as the VSAM or ICF
catalog used to maintain the tape catalog information.
The accounting daily, accounting monthly, backup, monthly
backup, archive audit, archive history, and DETAIL tape
processes all use generation data groups.
o The accounting processes are described in the Accounting
and Chargeback Option User Guide.
o The backup process is described in section 4.3.3.2.5,
BACKUP Operational Job, of this guide.
o The monthly backup process is described in section
4.3.3.2.3, MONTHLY Operational Job, of this guide.
o The two database archive processes, audit and history,
are described in sections 4.3.13.1 and 4.3.13.2 of this
guide and section 1.2.2, Archive Data Structure, in the
Database Structure and Content Guide.
o The DETAIL tape process is described in the relevant
component guides.
o The data set names used by these processes are itemized
in section 4.3.10, Data Set Names, of this guide.
The numbers specified for the GDG=nnn parameters on the
AUDITPARM, BKUPPARM, HISTMPARM, HISTWPARM, and MBKUPPARM
statements (or on the older ACCTDGDG, AUDITGDG, BCKUPGDG,
HISTWGDG, and HISTMGDG statements) serve two purposes.
o The numbers define the number of entries in the
respective GDG (BLDG ENTRIES=n).
o The numbers, when multiplied by the specified retention
factor, provide the default JCL LABEL retention period
(RETPD=days) that is used in creating the respective GDG
files. For instance, the AUDITGDG files are created
weekly. Therefore, the retention period specified by
CA MICS is the number of GDG entries you specify
multiplied by 7 (days). However, any value specified in
the EXPDT=expdt parameter overrides the calculated
RETPD.
ACCTDGDG:
This is a required statement if you are installing the
Accounting and Chargeback Option; otherwise, it is
optional and can be ignored if specified. Specify the
number of generations of daily audit files that are to
be maintained in the daily generation data group. The
default value is 12, and the allowable range is 1 to
999.
TAPEPARM
Use the TAPEPARM statement to specify parameters that
define default processing options for CA MICS tape data
sets.
The TAPEPARM statement overrides and replaces many of
the old-style individual tape data set statements in
order to consolidate tape data set definitions into a
single, easy-to-locate statement. The individual
old-style statements that are replaced are noted in the
detailed descriptions of the TAPEPARM parameters that
follow.
You can, optionally, override individual TAPEPARM
parameter specifications using statements that apply to
specific types of CA MICS tape data sets, such as the
CA MICS backup, monthly backup, and archive tape files.
As a result, you have the option of establishing a
common set of defaults that you override, as required,
for specific tape applications.
The general form of the TAPEPARM statement is the
keyword TAPEPARM followed by one or more TAPEPARM
parameters. TAPEPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the TAPEPARM statement as many times as you want
in order to specify all of the tape data set definitions
you require.
The following summarizes the TAPEPARM parameters:
o Each parameter is described in detail below.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
TAPEPARM UNIT=unitname VOLCOUNT=n
TAPEPARM EXPDT=expdt / NOEXPDT
TAPEPARM COMP/NOCOMP
TAPEPARM NULLUNIT=unitname NULLSER=nulser
TAPEPARM STACK/NOSTACK AFF/NOAFF
TAPEPARM MODEL='modeldsn' / MODEL=NOMODEL
TAPEPARM DISK / TAPE SPACE=spacedef
TAPEPARM VOLSER=volser
The following is a sample TAPEPARM specification:
TAPEPARM UNIT=CART VOLCOUNT=10 EXPDT=1999/000 COMP
TAPEPARM NULLUNIT=CART NULLSER=NULSER
TAPEPARM MODEL='CPM981.CMN.MICS.MODEL'
The following describes the TAPEPARM parameters:
o UNIT=unitname
Defaults to UNIT=3400-5.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Replaces and overrides the old-style TAPEUNIT
statement.
Note: The ASIS sub-parameter is not required when
using the TAPEPARM statement UNIT parameter.
o VOLCOUNT=n
No default. The OS/390 default volume count of 5
will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Replaces and overrides the old-style VOLCOUNT
statement.
o EXPDT=expdt
No default. If no expiration date is specified, a
default retention period will be derived as
appropriate for the specific CA MICS tape data set
being created and the number of GDG entries
defined.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Replaces and overrides the old-style EXPDT
statement.
Note: The EXPDT=expdt and NOEXPDT parameters are
mutually exclusive.
o NOEXPDT
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Replaces and overrides the old-style EXPDT
statement.
Note: The NOEXPDT and EXPDT=expdt parameters are
mutually exclusive.
o COMP / NOCOMP
No default. The OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Replaces and overrides the old-style IDRC
statement.
o NULLUNIT=unitname
Defaults to the tape unit value (UNIT=unitname).
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Replaces and overrides the old-style NULLUNIT
statement.
o NULLSER=nulser
Defaults to nulser.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Replaces and overrides the old-style NULLSER
statement.
o STACK / NOSTACK
Defaults to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
o AFF / NOAFF
Defaults to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
o MODEL='modeldsn' / MODEL=NOMODEL
No default.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Replaces and overrides the old-style SYSTEMMODEL
statement.
Note: The MODEL='modeldsn' and MODEL=NOMODEL
parameters are mutually exclusive.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
TAPESMSPARM
Optional parameter for specifying System Managed Storage
(SMS) keywords (for example, STORCLAS=storclas) to be
used as the default for CA MICS tape data set
allocations. Specify one or more SMS parameters
according to JCL language syntax. There is no default,
and continuation is not allowed.
ACCTDTAPEPARM
Use the optional ACCTDTAPEPARM statement to specify
parameters defining processing options for Accounting
and Chargeback Daily Audit tape data sets. When using
the Daily Audit tapes, ACCTDTAPEPARM parameter
specifications override the tape data set defaults
established by the TAPEPARM statement.
The primary reason to specify the ACCTDTAPEPARM
statement is to override the default number of daily
Audit data group entries to be defined (the GDG=
parameter). However, your site may want to direct the
Accounting and Chargeback Daily Audit to a unique tape
volume pool, or to a tape device type such as a virtual
tape unit.
Note: Directing the Daily Audit data set to disk with
the TAPEPARM DISK parameter is currently not supported.
The general form of the ACCTDTAPEPARM statement is the
keyword ACCTDTAPEPARM followed by one or more
ACCTDTAPEPARM parameters. ACCTDTAPEPARM parameters
include both keyword parameters and keyword=value
specifications. You can specify the ACCTDTAPEPARM
statement as many times as you want in order to specify
all of the tape data set definitions you require.
If you specify a parameter multiple times, the last
instance defines the value in effect.
The following summarizes the ACCTDTAPEPARM parameters:
o Each parameter is described in detail below.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
ACCTDTAPEPARM GDG=nnn UNIT=unitname VOLCOUNT=n
ACCTDTAPEPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
ACCTDTAPEPARM COMP/NOCOMP
ACCTDTAPEPARM NULLUNIT=unitname NULLSER=nulser
ACCTDTAPEPARM STACK/NOSTACK AFF/NOAFF
ACCTDTAPEPARM MODEL='modeldsn' / MODEL=NOMODEL
The following is a sample ACCTDTAPEPARM statement:
ACCTDTAPEPARM GDG=3 VOLCOUNT=7
In this example, the TAPEPARM parameter values are used
for most of the ACCTDTAPEPARM parameters.
The following describes each of the ACCTDTAPEPARM
parameters.
o GDG=nnn
Defaults to 12.
The number of entries to be created in the GDG for
each Accounting and Chargeback Daily Audit data
set.
Overrides and replaces the ACCTDGDG statement.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
ACCTDTAPESMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for Accounting
and Chargeback Daily Audit data set allocations. Specify
one or more SMS parameters according to JCL language
syntax, separated by commas. Continuation is not
allowed.
Overrides the TAPESMSPARM statement.
ACCTDAY1PARM
Use the optional ACCTDAY1PARM statement to specify
parameters defining processing options for the
Accounting and Chargeback DAY1 Audit data sets. When
using the Daily Audit data sets, ACCTDAY1PARM parameter
specifications override the data set defaults
established by the ACCTDTAPEPARM statement.
The primary reason to specify the ACCTDAY1PARM statement
is to override the default writing of the Accounting and
Chargeback Daily Audit data sets to tape. With the
ACCTDAY1PARM statement, the Accounting and Chargeback
Daily Audit data set can be directed to a disk device.
The general form of the ACCTDAY1PARM statement is the
keyword ACCTDAY1PARM followed by one or more
ACCTDAY1PARM parameters. ACCTDAY1PARM parameters
include both keyword parameters and keyword=value
specifications. You can specify the ACCTDAY1PARM
statement as many times as you want in order to specify
all of the tape data set definitions you require.
If you specify a parameter multiple times, the last
instance defines the value in effect.
The following summarizes the ACCTDAY1PARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
ACCTDAY1PARM DISK SPACE=spacedef
ACCTDAY1PARM UNIT=unitname VOLSER=volser
The following is a sample ACCTDAY1PARM statement:
ACCTDAY1PARM DISK SPACE=(CYL,(20,10)) UNIT=SYSDA
The following describes each of the ACCTDAY1PARM
parameters.
o DISK
Required if you want the Accounting and Chargeback
DAY1 Audit data set written to a disk device. If
not specified, the data set is written to tape and
other parameters on the ACCTDAY1PARM statement have
no effect.
o SPACE=spacedef
Default: No SPACE parameter specified.
Defines the space allocation parameter for the
Accounting and Chargeback DAY1 Audit data set on
disk. Specify this parameter according to JCL
language syntax.
o UNIT=unitname
Default: No UNIT parameter specified.
The generic unit name to be used for the Accounting
and Chargeback DAY1 Audit data set on disk. Specify
this parameter according to JCL language syntax.
o VOLSER=volser
Default: No VOLSER parameter specified.
Define the VOLSER parameter if you want the
Accounting and Chargeback DAY1 Audit data set
written onto a specific disk. Specify this
parameter according to JCL language syntax.
ACCTDAY1SMSPARM
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for Accounting
and Chargeback DAY1 Audit data set allocations on disk.
Specify one or more SMS parameters according to JCL
language syntax, separated by commas. Continuation is
not allowed.
The parameters on this statement are effective only when
the DISK parameter on the ACCTDAY1PARM statement is
specified.
ACCTDAY2PARM
Use the optional ACCTDAY2PARM statement to specify
parameters defining processing options for the
Accounting and Chargeback DAY2 Audit data sets. When
using the Daily Audit data sets, ACCTDAY2PARM parameter
specifications override the data set defaults
established by the ACCTDTAPEPARM statement.
The primary reason to specify the ACCTDAY2PARM
statement is to override the default writing of the
Accounting and Chargeback Daily Audit data sets to tape.
With the ACCTDAY2PARM statement, the Accounting and
Chargeback Daily Audit data set can be directed to a
disk device.
The general form of the ACCTDAY2PARM statement is the
keyword ACCTDAY2PARM followed by one or more
ACCTDAY2PARM parameters. ACCTDAY2PARM parameters
include both keyword parameters and keyword=value
specifications. You can specify the ACCTDAY2PARM
statement as many times as you want in order to specify
all of the tape data set definitions you require.
If you specify a parameter multiple times, the last
instance defines the value in effect.
The following summarizes the ACCTDAY2PARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
ACCTDAY2PARM DISK SPACE=spacedef
ACCTDAY2PARM UNIT=unitname VOLSER=volser
The following is a sample ACCTDAY2PARM statement:
ACCTDAY2PARM DISK SPACE=(CYL,(20,10)) UNIT=SYSDA
The following describes each of the ACCTDAY2PARM
parameters.
o DISK
Required if you want the Accounting and Chargeback
DAY2 Audit data set written to a disk device. If
not specified, the data set is written to tape and
other parameters on the ACCTDAY2PARM statement have
no effect.
o SPACE=spacedef
Default: No SPACE parameter specified.
Defines the space allocation parameter for the
Accounting and Chargeback DAY2 Audit data set on
disk. Specify this parameter according to JCL
language syntax.
o UNIT=unitname
Default: No UNIT parameter specified
The generic unit name to be used for the Accounting
and Chargeback DAY2 Audit data set on disk. Specify
this parameter according to JCL language syntax.
o VOLSER=volser
Default: No VOLSER parameter specified.
Define the VOLSER parameter if you want the
Accounting and Chargeback DAY2 Audit data set
written onto a specific disk. Specify this
parameter according to JCL language syntax.
ACCTDAY2SMSPARM
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for Accounting
and Chargeback DAY2 Audit data set allocations on disk.
Specify one or more SMS parameters according to JCL
language syntax, separated by commas. Continuation is
not allowed.
The parameters on this statement are effective only when
the DISK parameter on the ACCTDAY2PARM statement is
specified.
ACCTMTAPEPARM
Use the optional ACCTMTAPEPARM statement to specify
parameters defining processing options for Accounting
and Chargeback Monthly Audit tape data sets. When using
the Monthly Audit tapes, the ACCTMTAPEPARM parameter
specifications override the tape data set defaults
established by the TAPEPARM statement.
The primary reason to specify the ACCTMTAPEPARM
statement is to override the default number of monthly
Audit generation data group entries to be defined (the
GDG= parameter). However, your site may want to direct
the Accounting and Chargeback Monthly Audit to a unique
tape volume pool, or to a tape device type such as a
virtual tape unit.
Note: Directing the Monthly Audit data set to disk with
the TAPEPARM DISK parameter is currently not supported.
The general form of the ACCTMTAPEPARM statement is the
keyword ACCTMTAPEPARM followed by one or more
ACCTMTAPEPARM parameters. ACCTMTAPEPARM parameters
include both keyword parameters and keyword=value
specifications. You can specify the ACCTMTAPEPARM
statement as many times as you want in order to specify
all of the tape data set definitions you require. If
you specify a parameter multiple times, the last
instance defines the value in effect.
The following summarizes the ACCTMTAPEPARM parameters:
o Each parameter is described in detail next.
o While the following sample shows only one or two
parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
ACCTMTAPEPARM GDG=nnn UNIT=unitname VOLCOUNT=n
ACCTMTAPEPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
ACCTMTAPEPARM COMP/NOCOMP
ACCTMTAPEPARM NULLUNIT=unitname NULLSER=nulser
ACCTMTAPEPARM STACK/NOSTACK AFF/NOAFF
ACCTMTAPEPARM MODEL='modeldsn' / MODEL=NOMODEL
The following is a sample ACCTMTAPEPARM statement:
ACCTMTAPEPARM GDG=90 VOLCOUNT=7
In this example, the TAPEPARM parameter values are used
for most of the ACCTMTAPEPARM parameters.
The following describes each of the ACCTMTAPEPARM
parameters:
o GDG=nnn
Defaults to 85.
The number of entries to be created in the GDG for
each Accounting and Chargeback Monthly Audit data
set.
Overrides and replaces the ACCTMGDG statement.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
ACCTMTAPESMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for Accounting
and Chargeback Monthly Audit data set allocations.
Specify one or more SMS parameters according to JCL
language syntax, separated by commas. Continuation is
not allowed.
Overrides the TAPESMSPARM statement.
AUDITPARM
Use the optional AUDITPARM statement to specify
parameters defining processing options for audit archive
tape data sets. When using the audit archive tapes, the
AUDITPARM parameter specifications override the tape
data set defaults established by the TAPEPARM statement.
The primary reason to specify the AUDITPARM statement is
to override the default number of archive audit
generation data group entries to be defined (the GDG=
parameter). However, your site may want to direct the
archive audit tapes to a unique tape volume pool, or to
a tape device type such as a virtual tape unit, or to a
DASD pool backed by an archive facility. The AUDITPARM
statement gives you the flexibility to uniquely define
tape data set parameters for archive audit tapes.
The general form of the AUDITPARM statement is the
keyword AUDITPARM followed by one or more AUDITPARM
parameters. AUDITPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the AUDITPARM statement as many times as you
want in order to specify all of the tape data set
definitions you require. If you specify a parameter
multiple times, the last instance defines the value in
effect.
The following summarizes the AUDITPARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
AUDITPARM GDG=nnn UNIT=unitname VOLCOUNT=n
AUDITPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
AUDITPARM COMP/NOCOMP
AUDITPARM NULLUNIT=unitname NULLSER=nulser
AUDITPARM STACK/NOSTACK AFF/NOAFF
AUDITPARM MODEL='modeldsn' / MODEL=NOMODEL
AUDITPARM DISK / TAPE SPACE=spacedef
AUDITPARM VOLSER=volser
The following is a sample AUDITPARM statement:
AUDITPARM GDG=75 VOLCOUNT=6
In this example, the TAPEPARM parameter values are used
for most of the AUDITPARM parameters.
The following describes each of the AUDITPARM
parameters:
o GDG=nnn
Defaults to 53.
The number of entries to be created in the GDG for
each archive audit data set. The number of entries
control the number of weeks for which archive audit
data will be maintained for each CA MICS file.
This process will create one tape of data per week,
unless you have massive files.
The recommended value is GDG=53. The calculated
default retention period for these files is equal
to the number of entries specified, multiplied by 7
(7 days per entry).
Overrides and replaces the old-style AUDITGDG
statement.
Note: If you choose to split audit archive
processing out of the WEEKLY operational job and
perform this processing in the stand-alone AUDIT
operational job, specify this option:
ARCHIVE AUDIT YES JOB
You will then be able to execute audit archive
processing (the AUDIT job)and AUDIT more
frequently (e.g., twice a week or daily) if DASD
space is inadequate for retaining sufficient
DETAIL/DAYS cycles for weekly audit tape creation.
In this case, it is necessary to increase the
number of tape cycles (or GDG entries) retained in
order to meet your requirements for "long-term"
retention of audit tape data.
If you choose this option, then you must add the
following option to prefix.MICS.PARMS(EXECDEF)
USERDEF AUDITCWK YES
This parameter overrides the default audit archive
processing, so that data for the current week is
retained and copied to the new audit archive tape
cycle.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
AUDITSMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for archive
audit tape data set allocations. Specify one or more
SMS parameters according to JCL language syntax,
separated by commas. Continuation is not allowed.
Overrides the TAPESMSPARM statement.
BKUPPARM
Use the optional BKUPPARM statement to specify
parameters defining processing options for CA MICS
backup tape data sets. When using the backup tapes, the
BKUPPARM parameter specifications override the tape data
set defaults established by the TAPEPARM statement.
The primary reason to specify the BKUPPARM statement is
to override the default number of backup generation data
group entries to be defined (the GDG= parameter).
However, your site may want to direct the CA MICS backup
tapes to a unique tape volume pool, or to a tape device
type such as a virtual tape unit, or to a DASD pool
backed by an archive facility. The BKUPPARM statement
gives you the flexibility to uniquely define tape data
set parameters for backup tapes.
The general form of the BKUPPARM statement is the
keyword BKUPPARM followed by one or more BKUPPARM
parameters. BKUPPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the BKUPPARM statement as many times as you want
in order to specify all of the tape data set definitions
you require. If you specify a parameter multiple times,
the last instance defines the value in effect.
The following summarizes the BKUPPARM parameters.
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
BKUPPARM GDG=nnn UNIT=unitname VOLCOUNT=n
BKUPPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
BKUPPARM COMP/NOCOMP
BKUPPARM NULLUNIT=unitname NULLSER=nulser
BKUPPARM STACK/NOSTACK AFF/NOAFF
BKUPPARM MODEL='modeldsn' / MODEL=NOMODEL
BKUPPARM DISK / TAPE SPACE=spacedef
BKUPPARM VOLSER=volser
The following is a sample BKUPPARM statement:
BKUPPARM GDG=10 VOLCOUNT=8
In this example, the TAPEPARM parameter values are used
for most of the BKUPPARM parameters.
The following describes each of the BKUPPARM parameters.
o GDG=nnn
Defaults to 10.
The number of entries to be created in the GDG for
each backup data set. The number of entries
controls the number of days for which backup data
will be maintained for each CA MICS timespan. This
process will create one tape of data per backup,
unless you have massive files.
The recommended value is GDG=10. The calculated
default retention period for these files is derived
from the number of entries specified and the BACKUP
FREQ specification.
Overrides and replaces the old BCKUPGDG statement.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
BKUPSMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for CA MICS
backup tape data set allocations. Specify one or more
SMS parameters according to JCL language syntax,
separated by commas. Continuation is not allowed.
Overrides the TAPESMSPARM statement.
MBKUPPARM
Use the optional MBKUPPARM statement to specify
parameters defining processing options for CA MICS
monthly backup tape data sets. When using the monthly
backup tapes, the MBKUPPARM parameter specifications
override the tape data set defaults established by the
TAPEPARM or BKUPPARM statements.
The primary reason to specify the MBKUPPARM statement is
to override the default number of archive audit
generation data group entries to be defined (the GDG=
parameter). However, your site may want to direct the
CA MICS monthly backup tapes to a unique tape volume
pool, or to a tape device type such as a virtual tape
unit, or to a DASD pool backed by an archive facility.
The MBKUPPARM statement gives you the flexibility to
uniquely define tape data set parameters for CA MICS
monthly backup tapes.
The general form of the MBKUPPARM statement is the
keyword MBKUPPARM followed by one or more MBKUPPARM
parameters. MBKUPPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the MBKUPPARM statement as many times as you
want in order to specify all of the tape data set
definitions you require. If you specify a parameter
multiple times, the last instance defines the value in
effect.
The following summarizes the MBKUPPARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
MBKUPPARM GDG=nnn UNIT=unitname VOLCOUNT=n
MBKUPPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
MBKUPPARM COMP/NOCOMP
MBKUPPARM NULLUNIT=unitname NULLSER=nulser
MBKUPPARM STACK/NOSTACK AFF/NOAFF
MBKUPPARM MODEL='modeldsn' / MODEL=NOMODEL
MBKUPPARM DISK / TAPE SPACE=spacedef
MBKUPPARM VOLSER=volser
The following is a sample MBKUPPARM statement:
MBKUPPARM GDG=6 VOLCOUNT=8
In this example, the TAPEPARM or BKUPPARM parameter
values are used for most of the MBKUPPARM parameters.
The following describes each of the MBKUPPARM
parameters:
o GDG=nnn
Defaults to 6.
The number of entries to be created in the GDG for
each monthly backup data set. The number of
entries control the number of months for which
monthly backup data will be maintained for each
CA MICS timespan. This process will create one
tape of data per month, unless you have massive
files.
The recommended value is GDG=6. The calculated
default retention period for these files is equal
to the number of entries specified, multiplied by
31 (31 days per entry).
Overrides and replaces the previously hard-coded
default value of 6.
o UNIT=unitname
Defaults to the BKUPPARM specification (or
default).
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the BKUPPARM specification (or default).
o VOLCOUNT=n
Defaults to the BKUPPARM specification (or
default).
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the BKUPPARM specification (or default).
o EXPDT=expdt
Defaults to the BKUPPARM specification. If no
expiration date or retention period is specified, a
default retention period is derived based on the
GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the BKUPPARM specification.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o RETPD=nnn
Defaults to the BKUPPARM specification. If no
expiration date or retention period is specified, a
default retention period is derived based on the
GDG=nnn value.
Specify a fixed retention period definition which
replaces the derived default retention period
(RETPD) specification. This facility is
specifically intended for use by installations with
tape management systems which requires specific
RETPD definitions.
Note that for some tape management systems, certain
RETPD values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The RETPD=nnn parameter is optional, and, if
omitted, CA MICS will derive a default RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify RETPD=nnn, then you must also
specify a value for the TMS statement (e.g.,
TMS NONE).
Overrides the BKUPPARM specification (or default).
Note: The RETPD=nnn, EXPDT=expdt, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the BKUPPARM specification. If no
expiration date or retention period is specified, a
default retention period is derived based on the
GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the BKUPPARM specification (or default).
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the BKUPPARM specification (or
default).
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the BKUPPARM specification (or default).
o NULLUNIT=unitname
Defaults to the BKUPPARM specification (or
default).
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the BKUPPARM specification (or default).
o NULLSER=nulser
Defaults to the BKUPPARM specification (or
default).
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the BKUPPARM specification (or default).
o STACK / NOSTACK
Defaults to the BKUPPARM specification (or
default).
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the BKUPPARM specification (or default).
o AFF / NOAFF
Defaults to the BKUPPARM specification (or
default).
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the BKUPPARM specification (or default).
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the BKUPPARM specification (or
default).
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the BKUPPARM specification (or default).
o DISK / TAPE
Defaults to the BKUPPARM specification (or
default).
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
Overrides the BKUPPARM specification (or default).
o SPACE=spacedef
Defaults to the BKUPPARM specification (or
default).
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
Overrides the BKUPPARM specification (or default).
o VOLSER=volser
Defaults to the BKUPPARM specification (or
default).
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
Overrides the BKUPPARM specification (or default).
MBKUPSMSPARM
Defaults to the values specified on (or defaulted for)
BKUPSMSPARM statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for CA MICS
monthly backup tape data set allocations. Specify one
or more SMS parameters according to JCL language syntax,
separated by commas. Continuation is not allowed.
Overrides the BKUPSMSPARM statement (or default).
HISTMPARM
Use the optional HISTMPARM statement to specify
parameters defining processing options for Archive
Monthly History tape data sets. When using the Archive
Monthly History tapes, the HISTMPARM parameter
specifications override the tape data set defaults
established by the TAPEPARM statement.
The primary reason to specify the HISTMPARM statement is
to override the default number of archive monthly
history generation data group entries to be defined (the
GDG= parameter). However, your site may want to direct
the archive monthly history tapes to a unique tape
volume pool, or to a tape device type such as a virtual
tape unit, or to a DASD pool backed by an archive
facility. The HISTMPARM statement gives you the
flexibility to uniquely define tape data set parameters
for archive monthly history tapes.
The general form of the HISTMPARM statement is the
keyword HISTMPARM followed by one or more HISTMPARM
parameters. HISTMPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the HISTMPARM statement as many times as you
want in order to specify all of the tape data set
definitions you require. If you specify a parameter
multiple times, the last instance defines the value in
effect.
The following summarizes the HISTMPARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
HISTMPARM GDG=nnn UNIT=unitname VOLCOUNT=n
HISTMPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
HISTMPARM COMP/NOCOMP
HISTMPARM NULLUNIT=unitname NULLSER=nulser
HISTMPARM STACK/NOSTACK AFF/NOAFF
HISTMPARM MODEL='modeldsn' / MODEL=NOMODEL
HISTMPARM DISK / TAPE SPACE=spacedef
HISTMPARM VOLSER=volser
The following is a sample HISTMPARM statement:
HISTMPARM GDG=3 VOLCOUNT=7
In this example, the TAPEPARM parameter values are used
for most of the HISTMPARM parameters.
The following describes each of the HISTMPARM
parameters:
o GDG=nnn
Defaults to 5.
The number of entries to be created in the GDG for
each archive monthly history data set.
The recommended value is GDG=5. The calculated
default retention period for these files is equal
to the number of entries specified, multiplied by
31 (31 days per month).
Note: This specification is NOT what determines
the length of time for which archive monthly
history data is kept. See the description of the
"cutoff" in the prefix.MICS.PARMS(DBMODEL)
discussion in section 2.3.4.1.2, "File Statements."
Overrides and replaces the old-style HISTMGDG
statement.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
HISTMSMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for archive
monthly history tape data set allocations. Specify one
or more SMS parameters according to JCL language syntax,
separated by commas. Continuation is not allowed.
Overrides the TAPESMSPARM statement.
HISTWPARM
Use the optional HISTWPARM statement to specify
parameters defining processing options for Audit Weekly
History tape data sets. When using the Audit Weekly
History tapes, the HISTWPARM parameter specifications
override the tape data set defaults established by the
TAPEPARM statement.
The primary reason to specify the HISTWPARM statement is
to override the default number of archive weekly history
generation data group entries to be defined (the GDG=
parameter). However, your site may want to direct the
archive weekly history tapes to a unique tape volume
pool, or to a tape device type such as a virtual tape
unit, or to a DASD pool backed by an archive facility.
The HISTWPARM statement gives you the flexibility to
uniquely define tape data set parameters for archive
weekly history tapes.
The general form of the HISTWPARM statement is the
keyword HISTWPARM followed by one or more HISTWPARM
parameters. HISTWPARM parameters include both keyword
parameters and keyword=value specifications. You can
specify the HISTWPARM statement as many times as you
want in order to specify all of the tape data set
definitions you require. If you specify a parameter
multiple times, the last instance defines the value in
effect.
The following summarizes the HISTWPARM parameters:
o Each parameter is described in detail next.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length). You may also choose to
specify only one parameter per line. Either
approach is acceptable.
HISTWPARM GDG=nnn UNIT=unitname VOLCOUNT=n
HISTWPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
HISTWPARM COMP/NOCOMP
HISTWPARM NULLUNIT=unitname NULLSER=nulser
HISTWPARM STACK/NOSTACK AFF/NOAFF
HISTWPARM MODEL='modeldsn' / MODEL=NOMODEL
HISTWPARM DISK / TAPE SPACE=spacedef
HISTWPARM VOLSER=volser
The following is a sample HISTWPARM statement:
HISTWPARM GDG=3 VOLCOUNT=6
In this example, the TAPEPARM parameter values are used
for most of the HISTWPARM parameters.
The following describes each of the AUDITPARM
parameters:
o GDG=nnn
Defaults to 7.
The number of entries to be created in the GDG for
each archive weekly history data set.
The recommended value is GDG=7. The calculated
retention period for these files is equal to the
number of entries specified, multiplied by 7 (7
days per week).
Note: This specification is NOT what determines
the length of time for which archive monthly
history data is kept. See the description of the
"cutoff" in the prefix.MICS.PARMS(DBMODEL)
discussion in section 2.3.4.1.2, "File Statements."
Overrides and replaces the old-style HISTWGDG
statement.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, then the
OS/390 default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is derived based on the GDG=nnn value.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, then the OS/390 default for the selected
tape unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o NULLUNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to the tape unit value.
The generic unit name to be used for tape file
allocation for the NULLSER. The parameter value
(unitname) must be a valid 1 to 8 character generic
unit name for your installation. The value will be
used in generated tape data set JCL DD statement
UNIT parameters. CA MICS does not validate the
unitname value except to verify that it is
non-blank and no more than 8 characters in length.
Overrides the TAPEPARM statement NULLUNIT=unitname
parameter or the old-style NULLUNIT statement.
o NULLSER=nulser
Defaults to the value specified on the TAPEPARM
statement or to NULLSER.
The value to be used to signify a dummy tape volume
to CA MICS. This value is used for pre-allocating
dummy tape files when the system is first run.
This technique allows CA MICS to run without error
even though certain input files do not exist. A
trap in the macro routine recognizes the NULLSER
value and generates the appropriate SET statements.
If your installation standards prevent using the
default value (NULSER), then you must change this
value. An example is in the case of automatic tape
loaders (ATLs).
For example, if you are adding a new file to
history archive in an existing unit, and the
existing history archive tapes are in an ATL, you
may need to change your NULLSER value to an actual
volume serial number contained in the ATL. This
prevents an additional tape device (outside the
ATL) from being allocated, as well as the MOUNT for
the volume serial NULSER. This is imperative for
JES3 customers with ATLs because the job will not
continue until the mount is satisfied.
Overrides the TAPEPARM statement NULLSER=nulser
parameter or the old-style NULLSER statement.
o STACK / NOSTACK
Defaults to the value specified on the TAPEPARM
statement or to STACK.
Specify STACK (the default) to "stack" multiple
CA MICS tape files on a single tape volume. This
is the normal mode of operation where a minimum
number of tape volumes are used and tape mounts are
minimized. CA MICS JCL statements are generated
with the VOL=REF=ddname construct and unit affinity
is enforced (that is, STACK also means AFF).
Specify NOSTACK to place exactly one CA MICS tape
file on a tape volume. With this option the
generated CA MICS JCL statements will NOT contain
the VOL=REF=ddname construct. You may find this
option useful if your implementation of a virtual
tape system prohibits "stacked" tape volumes, or if
you are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
HISTWSMSPARM
Defaults to the values specified on the TAPESMSPARM
statement.
Optional parameter for specifying System Managed Storage
(SMS) keywords (e.g., STORCLAS=storclas) for CA MICS
archive weekly history tape data set allocations.
Specify one or more SMS parameters according to JCL
language syntax separated by commas. Continuation is
not allowed.
Overrides the TAPESMSPARM statement.
AUDITGDG
Replaced by the AUDITPARM statement GDG=nnn parameter.
The number of entries to be created in the GDG for each
archive audit data set. The number of entries control
the number of weeks for which archive audit data will be
maintained for each CA MICS file for which it is kept.
This process will create one tape of data per week,
unless you have massive files.
The recommended value for the AUDITGDG parameter is 53.
The calculated retention period for these files is equal
to the number of entries specified, multiplied by 7 (7
days per entry).
BCKUPGDG
Replaced by the BKUPPARM statement GDG=nnn parameter.
The number of generation data group entries to be
maintained for the database backup files. The
recommended number is 10. The calculated retention
period for these files is based upon BACKUP FREQ.
HISTMGDG
Replaced by the HISTMPARM statement GDG=nnn parameter.
The number of generation data group entries to be
maintained for the archive monthly history files. The
recommended number is 2. The retention period
calculated by CA MICS for these files is equal to the
number of entries specified, multiplied by 31 (31 days
per month).
Note: This specification is NOT what determines the
length of time for which archive monthly history data is
kept. See the description of the "cutoff" in the
prefix.MICS.PARMS(DBMODEL) discussion in section
2.3.4.1.2, "File Statements."
HISTWGDG
Replaced by the HISTWPARM statement GDG=nnn parameter.
The number of generation data group entries to be
maintained for the archive weekly history files. The
recommended number is 7. The retention period that
CA MICS calculates for these files is equal to the
number of entries specified, multiplied by 7 (7 days per
entry).
Note: This specification is NOT what determines the
length of time for which archive weekly history data is
kept. See the description of the "cutoff" in the
prefix.MICS.PARMS(DBMODEL) discussion in section
2.3.4.1.2, "BAS File Statements."
DETAILTAPEPARM
Use the optional DETAILTAPEPARM statement to specify
parameters defining processing options for CA MICS
DETAIL tape data sets. When using the DETAIL tapes, the
DETAILTAPEPARM parameter specifications override the
tape data set defaults established by the TAPEPARM
statement.
The primary reason to specify the DETAILTAPEPARM
statement is to override parameters such as the default
number of generation data group entries to be defined
(the GDG= parameter). However, your site may want to
direct the DETAIL tapes to a unique tape volume pool, or
to a tape device type such as a virtual tape unit, or to
a DASD pool backed by an archive facility.
The DETAILTAPEPARM statement gives you the flexibility
to define tape data set parameters for DETAIL tapes at
the unit level. Note that you can specify unique DETAIL
tape parameters at the component and individual data set
level with statements in the prefix.PARMS(cccOPS)
members (where ccc is the component identifier). For
more information, see Chapter 7 of the relevant
component guide.
The general form of the DETAILTAPEPARM statement is the
keyword DETAILTAPEPARM, followed by one or more
DETAILTAPEPARM parameters. DETAILTAPEPARM parameters
include both keyword parameters and keyword=value
specifications. You can specify the DETAILTAPEPARM
statement as many times as you want in order to specify
all of the tape data set definitions you require.
If you specify a parameter multiple times, the last
instance defines the value in effect.
The following summarizes the DETAILTAPEPARM parameters:
o Each parameter is described in detail below.
o While the following syntax sample shows only one or
two parameters per statement (line), you have the
option to specify as many parameters as you want on
each statement (limited only by the 72-character-
maximum line length).
DETAILTAPEPARM GDG=nnn UNIT=unitname VOLCOUNT=n
DETAILTAPEPARM EXPDT=expdt / RETPD=nnn / NOEXPDT
DETAILTAPEPARM COMP/NOCOMP
DETAILTAPEPARM STACK/NOSTACK AFF/NOAFF
DETAILTAPEPARM MODEL='modeldsn' / MODEL=NOMODEL
DETAILTAPEPARM DISK / TAPE SPACE=spacedef
DETAILTAPEPARM VOLSER=volser
The following is a sample DETAILTAPEPARM statement:
DETAILTAPEPARM GDG=3 VOLCOUNT=7
In this example, the default parameter values are used
for most of the DETAILTAPEPARM parameters.
The following describes each of the DETAILTAPEPARM
parameters:
o GDG=nnn
Defaults to 7.
The number of entries to be created in the GDG for
each DETAIL tape data set.
Overrides the TAPEPARM statement GDG=nnn.
o UNIT=unitname
Defaults to the value specified on the TAPEPARM
statement or to UNIT=3400-5 if UNIT=unitname is not
specified on the TAPEPARM statement.
The generic unit name for tape file allocation.
The parameter value (unitname) must be a valid 1 to
8 character generic unit name for your
installation. The value will be used in generated
tape data set JCL DD statement UNIT parameters.
CA MICS does not validate the unitname value except
to verify that it is non-blank and no more than 8
characters in length.
Overrides the TAPEPARM statement UNIT=unitname
value and/or the old-style TAPEUNIT statement.
o VOLCOUNT=n
Defaults to the value specified on the TAPEPARM
statement. If no VOLCOUNT is specified, the
z/OS default volume count of 5 will apply.
The volume count JCL parameter for CA MICS tape
data sets. Specify a decimal number from 1 to 255.
Overrides the TAPEPARM statement VOLCOUNT=nnn
parameter or the old-style VOLCOUNT statement.
o EXPDT=expdt
Defaults to the value specified on the TAPEPARM
statement. If no expiration date or retention
period is specified, a default retention period
is used which equals the GDG=nnn value.
Specify an expiration date definition which
replaces the derived default retention period
(RETPD) specification(s). This facility is
specifically intended for use by installations with
tape management systems which require specific
EXPDT definitions.
Note that for some tape management systems, certain
EXPDT values will make the tape available for
scratching immediately. Such values are NOT
desirable for CA MICS tapes.
The EXPDT=expdt parameter is optional, and, if
omitted, CA MICS will derive a RETPD=nnn
specification as appropriate for the specific
CA MICS tape data set being created and the number
of GDG entries defined.
Note: If you specify an EXPDT=expdt, then you must
also specify a value for the TMS statement
(e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT
statement.
Note: The EXPDT=expdt, RETPD=nnn, and NOEXPDT
parameters are mutually exclusive.
o NOEXPDT
Defaults to the value specified on the TAPEPARM
statement.
Specify NOEXPDT if you want CA MICS to omit both
the EXPDT=date and RETPD=days JCL parameters from
generated JCL statements for new tape data set
creation. This option is provided for those
installations where the tape management system or
SMS specifications automatically control tape
expiration dates and/or retention periods.
Note: If you specify the NOEXPDT parameter, you
must also specify a value for the TMS
statement (e.g., TMS NONE).
Overrides the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters, or the old-style EXPDT
statement.
Note: The NOEXPDT, EXPDT=expdt, and RETPD=nnn
parameters are mutually exclusive.
o COMP / NOCOMP
Defaults to the value specified on the TAPEPARM
statement. If neither COMP nor NOCOMP is
specified, the z/OS default for the selected tape
unit type will apply.
This parameter specifies data compaction (COMP) or
no data compaction (NOCOMP) for a tape device
enabled for hardware compaction. Data compaction
is only supported for IBM standard labels. If
specified, the value will be coded in the TRTCH
subparameter of the DCB JCL parameter. If not
specified, no TRTCH subparameter will be generated.
Overrides the TAPEPARM statement COMP/NOCOMP
parameter or the old-style IDRC statement.
o STACK / NOSTACK
Defaults to NOSTACK for DETAIL tapes.
Specify STACK to place multiple CA MICS tape files
on a single tape volume. This is a mode of
operation where a minimum number of tape volumes
are used and tape mounts are minimized. CA MICS
JCL statements are generated with the
VOL=REF=ddname construct and unit affinity is
enforced (that is, STACK also means AFF).
Specify NOSTACK (the default) to place exactly one
CA MICS tape file on a tape volume. With this
option the generated CA MICS JCL statements will
NOT contain the VOL=REF=ddname construct. This
option is useful if your implementation of a
virtual tape system prohibits "stacked" tape
volumes, or if you are directing CA MICS tape files
to a DASD pool backed with an archival facility.
Overrides the TAPEPARM statement STACK/NOSTACK
parameter.
o AFF / NOAFF
Defaults to the value specified on the TAPEPARM
statement or to AFF.
Specify AFF to use a single tape unit for all
related tape files. This is the normal mode of
operation where a minimum number of tape units are
used and tape mounts are minimized. CA MICS JCL
statements are generated with the UNIT=AFF=ddname
construct. AFF is required for the STACK option.
Specify NOAFF to enable allocation of different
tape units for each CA MICS tape data set. With
this option the generated CA MICS JCL statements
will NOT contain the UNIT=AFF=ddname construct.
You may find this option useful with certain
virtual tape system implementations, or where you
are directing CA MICS tape files to a DASD pool
backed with an archival facility.
Note, if you specify NOAFF, then NOSTACK is
automatically set.
Overrides the TAPEPARM statement AFF/NOAFF
parameter.
o MODEL='modeldsn' / MODEL=NOMODEL
Defaults to the value specified on the TAPEPARM
statement.
The fully qualified name of a cataloged data set to
be used when defining or extending GDG entries.
Ensure that the data set's DCB characteristics are
LRECL=0 and BLKSIZE=0. Coding BLKSIZE=0 causes SAS
to use the blocksize defined by the BLKSIZE(TAPE)
option defined in the configuration member(s)
referenced by the CONFIG DD statement. If this
parameter is omitted, a CA MICS generation job will
allocate a default model GDG data set.
If NOMODEL is specified as the model dataset name,
the use of the model dataset in the DCB
specification will be bypassed.
Overrides the TAPEPARM statement MODEL='modeldsn'
parameter or the old-style SYSTEMMODEL statement.
o DISK / TAPE
Defaults to TAPE.
Specify DISK if you want to write the dataset to a
disk instead of a tape. Specify TAPE to write the
dataset to a tape.
When you specify DISK, make sure that you have both
a UNIT parameter with a generic unit name of a disk
device and a SPACE parameter defining disk space.
You can also define a VOLSER parameter to direct
the data to a specific disk.
Overrides the TAPEPARM statement DISK/TAPE
parameter.
o SPACE=spacedef
No default.
Defines the space allocation parameter for a data
set defined with the DISK parameter. Specify this
parameter according to JCL language syntax.
Overrides the TAPEPARM statement SPACE= parameter.
o VOLSER=volser
No default.
Defines the volume serial number of a disk for a
data set defined with the DISK parameter. Specify
this parameter according to JCL language syntax.
Overrides the TAPEPARM statement VOLSER= parameter.
DETAILTAPESMSPARM
Use the optional DETAILTAPESMSPARM statement to specify
System Managed Storage (SMS) keywords (e.g.,
STORCLAS=storclas) to be used for DETAIL tape data sets.
When using DETAIL tapes, the DETAILTAPESMSPARM parameter
specifications override the SMS defaults established by
the TAPESMSPARM statement. More than one parameter must
be separated by commas.
The DETAILTAPESMSPARM statement gives you the
flexibility to define tape data set SMS parameters for
DETAIL tapes at the unit level. Note that you can
specify unique DETAIL tape SMS parameters at the
component and individual data set level with statements
in the prefix.PARMS(cccOPS) members (where ccc is the
component identifier). For more information, see
Chapter 7 of the relevant component guide.
TAPEUNIT
Replaced by the TAPEPARM statement UNIT=unitname
parameter.
The generic unit name to be used for tape file
allocation. The values allowed for this parameter are
2400, 2400-1, 2400-2, 2400-3, 2400-4, 3400-2, 3400-3,
3400-4, 3400-5, 3400-6, 3400-9, and 3480. The default
value is 3400-5. Specify the parameter ASIS if a
non-device-dependent name (for example, TAPE) is used at
your data center. A sample TAPEUNIT statement is:
TAPEUNIT TAPE ASIS
VOLCOUNT
Replaced by the TAPEPARM statement VOLCOUNT=nnn
parameter.
The volume count is to be used for the backup and
archive tape data sets. It is a decimal number from 1
to 255. If the VOLCOUNT keyword is omitted or is null,
the default volume count of 5 will be used.
IDRC
Replaced by the TAPEPARM statement COMP/NOCOMP
parameter.
This parameter specifies data compaction (COMP) or no
data compaction (NOCOMP) on a tape device enabled for
compaction. Data compaction is only supported for IBM
standard labels. If specified, the value will be coded
in the TRTCH subparameter of the DCB JCL parameter. If
not specified or left blank, no TRTCH subparameter will
be generated.
TMS
This parameter identifies the tape management system in
use at your data center. It is required to allow
CA MICS to test for EXPDT values that could cause
CA MICS tapes to be accidentally scratched. Valid
values are YES, the name of a tape management system, or
NONE.
If you specify the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameter, or the old-style EXPDT statement,
then you must also specify a value for TMS (for example,
TMS NONE).
EXPDT
Replaced by the TAPEPARM statement EXPDT=expdt or
NOEXPDT parameters.
Specify an expiration date definition that replaces the
standard retention period (RETPD) definitions for the
tape files used in backup, archive audit, archive weekly
history, and archive monthly history. This facility is
specifically directed for use by data centers that use
a tape management system that requires specific EXPDT
definitions. Note that for some tape management
systems, certain EXPDT values will make the tape
available for scratching immediately. Such values are
not desirable for CA MICS tapes. This statement is an
option, and if omitted, will result in the standard
retention period (calculated in the manner described in
the previous section) being used on the tape creation
DDs. However, if you do specify an EXPDT value, you
must also specify a value for the TMS parameter (for
example, TMS NONE).
SYSTEMMODEL
Replaced by the TAPEPARM statement MODEL='modeldsn'/
MODEL=NOMODEL parameter.
The fully qualified name of a cataloged data set to be
used when defining or extending GDG entries. Ensure
that the data set's DCB characteristics are LRECL=0 and
BLKSIZE=0. Coding BLKSIZE=0 causes SAS to use the
blocksize defined by the BLKSIZE(TAPE) option defined in
the configuration member(s) referenced by the CONFIG DD
statement. If this parameter is omitted (or left
blank), a CA MICS generation job will allocate a model
GDG data set.
If NOMODEL is specified as the model data set name, the
use of the model data set in the DCB specification will
be bypassed.
DENSITY
This old-style statement is rarely used and is retained
for compatibility with older tape devices.
The tape density to be used for the backup and archive
tape data sets (3 for 1600 bpi or 4 for 6250 bpi).
NULLSER
The value to be used to signify a dummy tape volume to
CA MICS. This value is used for the archive history
tape files when the system is initially run. It allows
CA MICS to run without error even though the files do
not exist. This is accomplished by a trap in the macro
routine that recognizes the NULLSER value and generates
the appropriate SET statements. The default value for
this parameter is NULSER. If your site standards
prevent using the NULSER value for this parameter, you
must change this value.
An example is in the case of the automatic tape loaders
(ATLs). If you are adding a new file to history archive
tapes in an ATL, you may need to change your NULLSER
value to an actual volume serial number contained in the
ATL. This prevents an additional tape device (outside
the ATL) from being allocated, as well as MOUNT for the
volume serial NULSER. This is imperative for JES3
customers with ATLs because the job will not continue
until the mount is satisfied.
NULLUNIT
The generic unit name to be used for tape file
allocation for the NULLSER. If not specified, the value
of TAPEUNIT is used. The values allowed for this
parameter are 2400, 2400-1, 2400-2, 2400-3, 2400-4,
3400-2, 3400-3, 3400-4, 3400-6, 3400-9, and 3480.
Specify the parameter "ASIS" if a non-device-dependent
name (e.g., TAPE) is used at your site. A sample
NULLUNIT statement:
NULLUNIT TAPE ASIS
The following parameters are used to specify the catalog that
contains the high level qualifier in the TAPEPREFIX. Either
CVOLUNIT and CVOLSER must be specified and the VCAT
parameters omitted (or left blank), or the VCAT parameters
must be specified and the CVOL parameters omitted. In
addition to building the GDG entries in the catalog specified
by these parameters, the CA MICS generation jobs will
allocate a model GDG data set on the volume containing the
catalog if SYSTEMMODEL has not been specified.
CVOLUNIT
The generic unit name for the device on which the
control volume catalog for the CA MICS data set resides.
This parameter is mutually exclusive with VCATNAME.
CVOLSER
The volume serial of the volume on which the control
volume catalog for the CA MICS data set resides. This
parameter is mutually exclusive with VCATNAME.
VCATNAME
The name of the VSAM or ICF catalog in which the CA MICS
data sets are to be cataloged, or SYSTEM. The SYSTEM
keyword requires that the CA MICS tape prefix be an
alias in the master catalog, or that you have update
authority against the master catalog. SYSTEM is the
default. This parameter is mutually exclusive with
CVOLSER.
VCATSER
The volume serial number of the VSAM or ICF catalog in
which the CA MICS data sets are to be cataloged. This
parameter is mutually exclusive with CVOLSER. This
parameter is required if VCATNAME has a value other than
SYSTEM. If SYSTEM has been specified, then the value
coded here will only be used in allocating the model
data set.
VCATUNIT
The generic unit name of the VSAM or ICF catalog in
which the CA MICS data sets are to be cataloged. This
parameter is required if VCATNAME has a value other than
SYSTEM. If SYSTEM has been specified then the value of
this parameter will only be used in allocating the model
data set. If no value is provided for VCATUNIT then
DASDUNIT will be used instead.
VCATOWNER
The owner of the VSAM or ICF catalog in which the
CA MICS data sets are to be cataloged. This parameter
is optional and mutually exclusive with CVOLSER. This
parameter is ignored if VCATNAME has a value of SYSTEM.
VCATPASSWORD
The password of the VSAM or ICF catalog in which the
CA MICS data sets are to be cataloged. This password
must provide update access, and is only required if
needed. It is mutually exclusive with CVOLSER. This
parameter is ignored if VCATNAME has a value of SYSTEM.