TYPE: INTEGER
LENGTH: FULL WORD
EXPLANATION: Return code from DWWCVRN. The
return code is also returned in register 15. This is a required output parameter
and must be defined as an integer. See Return and reason codes for
a further explanation of the possible return codes.TYPE: INTEGER
LENGTH: FULL WORD
EXPLANATION: Reason code from DWWCVRN. The
reason code is also returned in register 0. This is a required output parameter
and must be defined as an integer. See Return and reason codes for
a further explanation of the possible reason codes.TYPE: INTEGER
LENGTH: TWO FULL WORDS
EXPLANATION: Problem determination data
when DWWCVRN encounters an error. This is a required output parameter and
must be defined as a two-element array of integers. See Return and reason codes for
a further explanation of the problem determination data.TYPE: CHARACTER (EBCDIC)
LENGTH: THREE BYTES
EXPLANATION: Identifies the product that
created the backup. This is required three character input field. The characters
can be alphabetic, numeric, or national (@, #, $). No blanks can be specified.
For example, if a product named SAMPLE VSAM BACKUP is used to create the backup of the VSAM data set, you could specify the acronym SVB as input to the backup_product parameter. Use a consistent value for the backup_product parameter for all backups made by the same product.
CICS® VR uses the values specified for the backup_product and backup_type parameters to produce a five character "product identifier" that CICS VR can use as a reference for further CICS VR processing of the backup.
TYPE: CHARACTER (EBCDIC)
LENGTH: TWO BYTES
EXPLANATION: Identifies the type of backup
that was created by the backup product. This is a required two character input
field. The characters can be alphabetic, numeric, or national (@, #, $).
No blanks can be specified. For example, if a product named SAMPLE VSAM BACKUP is used to create two types of backups for VSAM data sets, logical and physical, you can specify LC for the logical backup types and PY for the physical backup types. Use a consistent value for the backup_type parameter for all backups of the same type made by the same product.
CICS VR uses the values specified for the backup_product and backup_type parameters to produce a five character "product identifier" that CICS VR can use as a reference for further CICS VR processing of the backup.
TYPE: CHARACTER (EBCDIC)
LENGTH: 44 BYTES
EXPLANATION: Fully qualified base cluster name
of the VSAM data set for which the backup was created. This is a required
44 character input field and must be defined as EBCDIC character data. If
the data set name is less than 44 characters, left-justify the name in the
field and pad it on the right with EBCDIC blanks.TYPE: CHARACTER (EBCDIC)
LENGTH: 44 BYTES
EXPLANATION: Fully qualified name of the VSAM
data set backup. This is a required 44 character input field and must be
defined as EBCDIC character data. If the data set name is less than 44 characters,
left-justify the name in the field and pad it on the right with EBCDIC blanks. TYPE: INTEGER
LENGTH: FULL WORD
EXPLANATION: Local date, in Julian format,
when the backup was created. This is a required input field and must be in
the format YYYYDDDF, where: TYPE: UNSIGNED PACKED-DECIMAL
LENGTH: FULL WORD
EXPLANATION: Local time when the backup was
created. This is a required input parameter and must be in the format HHMMSSTh,
where: If the local backup date and time is not available during notification, zeroes can be specified for both the backup_date_local and backup_time_local parameters. CICS VR performs one of the actions described in the description for the backup_date_local parameter, depending on which parameters are specified with zeroes.
TYPE: INTEGER
LENGTH: FULL WORD
EXPLANATION: GMT date, in Julian format, when
the backup was created. This is a required input field and must be in the
format YYYYDDDF, where: TYPE: UNSIGNED PACKED-DECIMAL
LENGTH: FULL WORD
EXPLANATION: GMT time when the backup was created.
This is a required input parameter and must be in the format HHMMSSTh,
where: If the GMT backup date and time is not available during notification, zeroes can be specified for both the backup_date_GMT and backup_time_GMT parameters. CICS VR performs one of the actions described in the description for the backup_date_GMT parameter, depending on which parameters are specified with zeroes.