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 2: Extending saves

&pagelevel(4)&pagelevel

Extending an existing save version with a directory file on magnetic tape or MT cartridge.

Figure 7: Expanding a save version

/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 NAME=(FILE.7,FILE.8) ———————————————————————————————————————————  (1)
*SAVE DIR=DIR.SAVE.FILE,CONTINUE=S.100817.142326,LIST=BOTH ————————————  (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 NAME=(FILE.7,FILE.8) 
SAVE DIRECTORY=DIR.SAVE.FILE,CONTINUE=S.100817.142326,LIST=BOTH
%  ARC0002 STATEMENT ACCEPTED. ARCHIVE SEQUENCE NUMBER 'A.100817.142853',
           VERSION '12.0A'
%  MARM121 MAREN CATALOG ENTRY 'QE0829'/'0001' MODIFIED
%  ARC0033 ARCHIVE SUBTASK TSN '0GK7' GENERATED
%  ARC0815 SUBTASK '0' HAS TRANSFERRED '387' PAM PAGES FOR '2' FILES 
           AND '0' JVS IN '1' SECONDS

%  ARC0003 ARCHIVE STATEMENT COMPLETED

*END

%  ARC0009 ARCHIVE TERMINATED

(1)

The NAME operand in the FILES statement specifies the files to be processed by ARCHIVE.

(2)

The SAVE statement instructs ARCHIVE to save to MT cartridge.

  • DIRECTORY=DIR.SAVE.FILE
    ARCHIVE is to write the information about the save run to the directory file. ARCHIVE takes the VSN of the volume to be continued from the directory file. The TAPES/VOLUME operand need only be specified if continuation cartridges are to be defined.

  • CONTINUE=S.100817.142326
    ARCHIVE is to extend the save version created in the previous example to include the files specified in the FILES statement.

  • LIST=BOTH
    ARCHIVE is to output the run report to SYSLST and SYSOUT.

(3)

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