The Sample Backup/Archive/Delete report provides the user with a wide range of information for each data set. The following illustration represents a sample BACKUP/ARCHIVE/DELETE report.

The column headings displayed in the previous figure are defined as follows:
DSNAME of the data set selected for processing. If the NEWNAME parameter is specified on the command, its new name would be displayed on a new line. For additional information, see NEWNAME=.
Volume on which the selected data set was found.
Device type in which the volume selected for processing resides. For a list of possible values, see the section Specifications in the chapter "MOVE/COPY."
Data set organization of the data set. For a list of possible values, see the section DSORG – Data Set Organization in the chapter "Basic System – DMS PROC"
Record format of the data set. For a list of possible values, see the section RECFM – Record Format in the chapter "Basic System – DMS PROC."
For non-VSAM, the DCB block size of the data set. For VSAM, it is the CISIZE of the cluster.
For non-VSAM, the DCB logical record length of the data set. For VSAM, it is the logical record size from the clusters data component.
This is a 1 byte character field at offset Hex 55 of the Format-1 DSCB. They describe certain characteristics of the data set depending on its DSORG. These bit settings have the following meanings:
This is the length of the key in the data portion of the cluster, as specified by the user at DEFINE time.
Indicates whether or not the data set was written to tape media. Possible values in this column are:
Data set was written to tape media (archived).
Data set was not written to tape (not archived).
Data set was in use or an error occurred at the time it was selected for processing.
Indicates whether or not the data set was removed from DASD. Possible values in this column are:
Data set was not removed from DASD (no scratch).
Data set was removed (scratched).
Data set was in use or an error occurred at the time it was selected for processing.
Indicates what (if any) catalog action was taken against the data set. Possible values in this column are:
The catalog entry was not changed (no catalog action).
The volume associated with the catalog entry was changed to the CA Disk pseudo-volser (recatalog).
The catalog entry was removed from the catalog (uncatalog).
Data set was in use or an error occurred at the time it was selected for processing.
Indicates which DSCL action command processed the data set. Possible values in this column are:
This data set was processed by ARCHIVE.
This data set was processed by BACKUP.
This data set was processed by DELETE.
This data set was processed by EXPIRE.
Data set was in-use at the time it was selected for processing
Indicates the size of the data set in kilobyte format.
Indicates the size of the data set in track format.
|
DSORG |
Binary |
Hex |
Meaning |
|---|---|---|---|
|
BDAM |
1000 0000 |
80 |
Write Validity check |
|
|
0100 0000 |
40 |
Track Overflow |
|
|
0010 0000 |
20 |
Extended Search |
|
|
0001 0000 |
10 |
Feedback |
|
|
0000 1000 |
08 |
Actual Addressing |
|
|
0000 0100 |
04 |
Dynamic buffering |
|
|
0000 0010 |
02 |
Read exclusive |
|
|
0000 0001 |
01 |
Relative Block Addressing |
|
ISAM |
1000 0000 |
80 |
Write Validity check |
|
|
0100 0000 |
40 |
Accumulate track index ent. |
|
|
0010 0000 |
20 |
Master Indices |
|
|
0001 0000 |
10 |
Independent overflow area |
|
|
0000 1000 |
08 |
Cylinder Overflow area |
|
|
0000 0100 |
04 |
Reserved |
|
|
0000 0010 |
02 |
Delete Option |
|
|
0000 0001 |
01 |
Reorganization criteria |
|
BPAM |
1000 0000 |
80 |
Write Validity check |
|
BSAM |
0100 0000 |
40 |
Allow data check (DASD printer) |
|
QSAM |
0010 0000 |
20 |
Chained scheduling |
|
|
0001 0000 |
10 |
DOS/OS interchange feature |
|
|
0000 1000 |
08 |
Treat EOF as EOV (tape) |
|
|
0000 0100 |
04 |
Search direct |
|
|
0000 0010 |
02 |
User label totaling |
|
|
0000 0001 |
01 |
Each record contains a table reference character |
|
VSAM |
1000 0000 |
80 |
Data set is cataloged in an ICF catalog |
|
|
0100 0000 |
40 |
Data set is an ICF catalog |
|
|
0011 1111 |
— |
Reserved |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|