Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Example

The following example directs the RELOAD utility to reload a previously unloaded non-SQL-defined database.

reload;

The following command directs RELOAD to run all steps as a sortexit and to reuse workfiles:

reload as sortexit reuse workfiles;