StorageTek 6 Benutzerhandbuch

Seite von 718
Chapter 4. Utility Functions   255
1st ed., 6/30/04 - 312579601
 
JCL Example 
The following example shows JCL for the offload of both journals.
JCL for Offload of Journals
Output Description 
Output resulting from the execution of the Journal Offload utility (see Figure 15 on page 
256) includ
es:
• the journal(s) is copied to the offload data set(s) 
• the journal(s) is reset 
• messages associated with error conditions resulting from an unsuccessful attempt to 
execute the Journal Offload utility 
• a condition code indicating successful or unsuccessful completion of the utility. 
/JOB   jobname  SLUADMIN
/PARM  MIXED
/FILE  SLSCNTL  DEV vaddr  DSN control.set.name
/FILE  SLSOFF01 DEV vaddr  DSN offload.file1
/FILE  SLSOFF02 DEV vaddr  DSN offload.file2
/FILE  SLSJRN01 DEV vaddr  DSN journal.file1
/FILE  SLSJRN02 DEV vaddr  DSN journal.file2
/FILE  SLSPRINT DEV PRNT CLASS A
/FILE  SYSPRINT DEV PRNT CLASS A
/FILE  SLSIN    *
  OFFLOAD
Journal Offload