Examples of REORG PLUS jobs
Each example includes the following information:
- A description of the reorganization job
- The REORG PLUS job stream
- The SYSPRINT from the job
Some examples include additional output that might be useful to understand a particular feature.
All of these examples have the following common properties:
- These examples use a single BMC product load library, assuming that this library contains the following files and libraries:
- REORG PLUS load files
- Common component load files that REORG PLUS requires
- SAS/C transient library (required for statistics processing)
- When data sets are allocated in the JCL, these examples use minimal data set space allocations.
- The value for the FILECHK installation option is set to WARN. This value prevents the jobs from failing when they encounter temporary data sets.
You can find copies of the JCL for these examples in member ARUEXnn in the HLQ.LLQCNTL installation data set (where nn is the number of the example, HLQ is the high-level qualifier specified during installation, and LLQ is the low-level qualifier or prefix set during installation).
For syntax details, see Syntax-of-the-REORG-command. For information about JCL statement requirements, see Building-the-REORG-PLUS-job.
Use the following table to locate an example with a specific reorganization, process, or object type, or one that uses a specific option:
Function | Examples |
---|---|
Reorganization type | |
Full (entire table space/all partitions) | |
Partial (selected partitions) | |
Index only | |
Two phase | |
DSNUTILB reorganization | |
Object type | |
Partitioned table space | |
Segmented table space | |
Partition-by-growth table space | |
VCAT-defined table space | |
Clustering index | |
Nonpartitioned secondary index | |
Data-partitioned secondary index | |
Index created with DEFER YES | |
Index containing keys with random ordering | |
ASUSRPRT data set | |
ASUSRPRT DD DUMMY | |
DDLIN data set | |
SYSIDCIN data set | |
Command option | |
ACTIVE NO | |
ACTIVE YES | |
ANALYZE | |
ANALYZE ONLY | |
ANALYZE SAMPLE | |
ANALYZE SCAN | |
ARCHDDN | |
BMCSTATS YES | |
COPY YES | |
COPYDDN | |
COPYLVL | |
DDTYPE | |
DEADLINE | |
DELAY | |
DELETEFILES NO | |
DSNPAT | |
FASTSWITCH | |
IFALLOC | |
INLINE YES | |
KEEPDICTIONARY NO | |
LOGMEM | |
LOGSPILL | |
LONGLOG | |
MAXEXTSZ | |
MAXRO | |
MAXNEWPARTS | |
ON FAILURE | |
ORDER NO | |
ORDER YES | |
PART | |
PREFORMAT YES | |
RBALRSN_CONVERSION | |
REBALANCE | |
RECOVERYDDN | |
REDEFINE NO | |
REDEFINE YES | |
REGISTER | |
REORG INDEX | |
RIDMAPMEM | |
SELECT (selective unload) | |
SET | |
SHRLEVEL NONE | |
SHRLEVEL REFERENCE | |
SHRLEVEL CHANGE | |
SIZEPCT | |
SORTDATA | |
SORTDEVT | |
SORTNUM | |
SPILLDSNPAT | |
SPILLSTORCLAS | |
SPILLUNIT | |
THRESHLD | |
UNLOAD PAUSE | |
UNIT | |
UNITCNT | |
UNLOAD CONTINUE | |
UPDATE | |
UPDATEDB2STATS YES | |
VOLCNT | |
WHERE clause | |
XBMID |
The following topics contain examples of jobs that were run by using the REORG PLUS product:
Related topic