Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Example 8: Duplication of save data (with DIR)

&pagelevel(4)&pagelevel

Copying save data from magnetic tape or MT cartridge with the directory file to a different type of tape.

Figure 12: Duplication of save data

/START-ARCHIVE

%  BLS0990 PROCESSING OF REP FILE ':SBZ3:$TSOS.SYSREP.ARCHIVE.120' STARTED
%  ARCLOAD Program 'ARCHIVE', version '12.0A' of '2018-06-04' loaded 
           from file ':1OSH:$TSOS.SYSLNK.ARCHIVE.120'
%  ARCCOPY Copyright (C) FUJITSU TECHNOLOGY SOLUTIONS 2018. 
            All rights reserved 
%  ARC0001 ARCHIVE READY

*FILES FROM=SV,(QE0829),DEVICE=TAPE-C4 ————————————————————————————————  (1)
*SAVE DIRECTORY=DIR.SAVEF,CHANGED=NO,VOLUME=00FFA0,DEVICE=TAPE-C6,
      LIST=SYSOUT —————————————————————————————————————————————————————  (2)

*         S A V E   C O M M A N D   L I S T I N G ***
 
PARAMETER VALUES:-
CNS     = YES
UNLOAD  = NO
RESTART = YES
OPERATOR= NO
OLS     = NO
CATID   = NO
STREAM  = YES
 
FILES FROM=SV,(QE0829),DEVICE=TAPE-C4 
SAVE DIRECTORY=DIR.SAVEF,CHANGED=NO,VOLUME=00FFA0,DEVICE=TAPE-C6,LIST=SYSOUT
%  ARC0002 STATEMENT ACCEPTED. ARCHIVE SEQUENCE NUMBER 'A.100819.101435',
           VERSION '12.0A'
%  ARC0033 ARCHIVE SUBTASK TSN '0AI8' GENERATED
%  MARM127 VOLUME '00FFA0' RESERVED FOR USER ID 'TSOS'
%  ARC0815 SUBTASK '0' HAS TRANSFERRED '2176' PAM PAGES FOR '6' FILES 
           AND '0' JVS IN '16' SECONDS

%  ARC0003 ARCHIVE STATEMENT COMPLETED

*END

%  ARC0009 ARCHIVE TERMINATED

(1)

ARCHIVE is to process the files from the source cartridge.

(2)

The SAVE statement specifies a save to a different MT cartridge.

  • DIRECTORY=DIR.SAVEF
    ARCHIVE is not to write information on the save run to a directory file.

  • CHANGED=NO
    All files are always saved in full.

  • VOLUME=00FFA0
    ARCHIVE is to save the files specified in the FILES statement to the MT cartridge with the corresponding VSN.

  • DEVICE=TAPE-C6
    This operand specifies the device type of the output cartridge.

  • LIST=SYSOUTARCHIVE is to output the report of the run to SYSOUT. By default the report is output to SYSLST.

(3)

Report of the save run. The processed files and job variables are listed. The meanings of the columns are explained in section "ARCHIVE report".