Transferring files and job variables on MT cartridge so that they can be processed without assignments (catalog ID and user ID) and without information about password and access attributes.
Figure 14: Exporting files without attribute and assignment information
/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
*PARAM CATID=YES —————————————————————————————————————————————————————— (1)
% ARC0017 PARAM STATEMENT ACCEPTED
*FILES NAME=FILE. ————————————————————————————————————————————————————— (2)
*JOBVAR NAME=JV1. ————————————————————————————————————————————————————— (3)
*EXPORT VOLUME=QE0798,DEVICE=TAPE-C4,LOCATION=RESET,ATTRIBUTES=RESET,
LIST=SYSOUT ——————————————————————————————————————————————————— (4)
* E X P O R T 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 = YES STREAM = YES FILES NAME=FILE. JOBVAR NAME=JV1. EXPORT VOLUME=QE0798,DEVICE=TAPE-C4,LOCATION=RESET,ATTRIBUTES=RESET, LIST=SYSOUT % ARC0002 STATEMENT ACCEPTED. ARCHIVE SEQUENCE NUMBER 'A.100818.150912', VERSION '12.0A' % ARC0033 ARCHIVE SUBTASK TSN '0RJK' GENERATED % MARM121 MAREN CATALOG ENTRY 'QE0798'/'0001' MODIFIED % ARC0815 SUBTASK '0' HAS TRANSFERRED '122' PAM PAGES FOR '3' FILES AND '2' JVS IN '1' SECONDS
% ARC0003 ARCHIVE STATEMENT COMPLETED
*END
% ARC0009 ARCHIVE TERMINATED
(1) | This statement specifies that the catalog ID is to be used. |
(2) | The NAME operand of the FILES statement specifies the files to be processed by ARCHIVE. |
(3) | The NAME operand of the JOBVAR statement specifies the job variables to be processed by ARCHIVE. |
(4) | The EXPORT statement defines a save that can be read in using a different BS2000 system.
|
(5) | Report of the EXPORT run. The processed files are listed. The meanings of the columns are explained in section "ARCHIVE report". |
(6) | The output LOCATION RESET indicates that the assignment of the exported file (catalog ID and user ID) has been reset. |