UNLOAD and RELOAD commands
The scenarios in this section show how to use the UNLOAD and RELOAD commands in conjunction with key related keywords and subcommands. Most of these scenarios show both UNLOAD control card input and RELOAD control card input in order to demonstrate the respective JCL requirements that are necessary to successfully execute these processes.
Primary command/scenario task | Subcommand/keyword | Concept/process | Page |
---|---|---|---|
UNLOAD/RELOAD Increase Area Space/Size Parameters | IAREA / OAREA AREA DD statements SDEP_PROCESS (on UNLOAD) SORT (on RELOAD) IC (on RELOAD) |
| |
UNLOAD/RELOAD Change DEDB Compression | IAREA / OAREA EXPAND (on UNLOAD) COMPRESS (on RELOAD) IC (on RELOAD) SEGM statements from DBD |
| |
UNLOAD/RELOAD Increase Number of Areas Initialize New Fields in Segments | IAREA / OAREA INPUT_DSN_MASK OUTPUT_DSN_MASK OUTPUT SEGMENT FIELDS POINTER_VALIDATION EXPAND (on RELOAD) SDEP_PROCESS IC |
| |
UNLOAD/RELOAD Create a Test Database with a Subset of Data | INPUT_DSN_MASK INCLUDE SEGMENT SAMPLE_LIMIT SAMPLE_INTERVAL OFILECTL SDEP_PROCESS ERROR_THRESHOLD |
| |
UNLOAD/RELOAD Unload and Reload a DEDB Add (Build) Associated Indexes During Reload | INPUT_DSN_MASK SDEP_PROCESS OUTPUT_DSN_MASK OFILECTL IX with INDEX IC |
| |
UNLOAD/RELOAD Unload DEDB, Use FABEUR6 and FABEUR7 Utilities to Change Segment Data, then Reload DEDB | SDEP_PROCESS OFILECTL with OAREA IC with STACK_NAME |
| |
RELOAD Define Different Space Allocations for Reload Output Areas | ALLOCATE with OAREA ACTUATE SPACE / VOLSER |
|
Related topic