Previous Topic: JCL ConsiderationsNext Topic: Sample Output


Examples

The following example directs the ROLLFORWARD utility to restore the EMPDEMO segment using the SORTED option.

rollforward segment empdemo all sorted;

The following example directs the ROLLFORWARD utility to read an extract file from SYS005 and apply only the images that belong to file USERDB.EMPF1:

rollforward file userdb.empf1 from extract sys005;