Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Examples

Restoring by area

The following example directs the RESTORE utility to restore three database areas.

  restore area empdemo.emp-demo-region,
               empdemo.org-demo-region,
               empdemo.ins-demo-region;

Restoring by file

The following example directs the RESTORE utility to restore three database files.

  restore file empdemo.empdemo.
               empdemo.orgdemo,
               empdemo.insdemo;

Restoring by segment

The following example directs the RESTORE utility to restore all areas in the empdemo segment.

  restore segment empdemo;