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 9: Duplication of save data (without DIR)

&pagelevel(4)&pagelevel

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

Figure 13: Duplication of save data (without DIR)

/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=S.100819.081024,(QE0829),DEVICE=TAPE-C4 ———————————————————  (1)
*SAVE DIRECTORY=NONE,CHANGED=NO,VOLUME=045DA9,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=S.100819.081024,(QE0829),DEVICE=TAPE-C4 
SAVE DIRECTORY=NONE,CHANGED=NO,VOLUME=045DA9,DEVICE=TAPE-C6,LIST=SYSOUT
%  ARC0002 STATEMENT ACCEPTED. ARCHIVE SEQUENCE NUMBER 'A.100819.090414',
           VERSION '12.0A'
%  ARC0033 ARCHIVE SUBTASK TSN '0AI2' GENERATED
%  MARM127 VOLUME '045DA9' 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 specified source cartridge.

(2)

The SAVE statement defines a save to another MT cartridge.

  • DIRECTORY=NONE
    ARCHIVE is not to write any information about the save run in a directory file.

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

  • VOLUME=045DA9
    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 for the output cartridge.

  • LIST=SYSOUTA
    RCHIVE is to output the report of the run to SYSOUT.
    The report is output to SYSLST by default.

(3)

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