Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

HELP Display ARCHIVE statements

&pagelevel(4)&pagelevel

With the aid of the HELP statement the user can have the syntax of all the ARCHIVE statements output to SYSOUT in German or English.

HELP

[statement[,operand] / * / keyword ]
[,L[ANGUAGE] = D / E]


(no entry)

A list of all ARCHIVE statements is output. Further information on these statements can be requested by means of HELP statements.

statement
The syntax of the specified statement is output, accompanied by a brief description of its application.

operand
Detailed information is output on the operand specified with statement.

*
A list of keywords is output. Further information on these keywords can be requested by means of HELP keyword.

keyword
Further information on the specified keyword is output.

LANGUAGE =
This specifies the language in which the help texts are output.
The entry is valid until a different value is input.

LANGUAGE = D
The help texts are output in German.

LANGUAGE = E
The help texts are output in English.

By default the help texts are output in the language selected for message output. If a language is defined in the HELP statement using the LANGUAGE operand, this definition applies until a new language is defined.


Example

HELP *,LANGUAGE=E

-> ANWEISUNGEN, 
-> ARBEITSDATEIEN,
-> ARCHIVE,
-> ARCHIVE-DATEIEN,
-> ARCHIVE,CATID
-> ARCHIVE,CNS
-> ARCHIVE,DEST
-> ARCHIVE,OP
-> ARCHIVE,RES
-> ARCHIVE,SNR
-> ARCHIVE,STREAM
-> ARCHIVE,UNL
-> ARCHIVE,WRCHK 
-> AUSGABE,
-> BANDRESERVIERUNG,
-> BEISPIEL,
-> BEISPIEL,MACRO
-> CHKPT-DATEI,
-> CONTINUATION CHARACTER,
MORE ? (Y/N) :

N

HELP STATEMENTS

-> STATEMENTS,
THE FOLLOWING  A R C H I V E  COMMANDS ARE AVAILABLE:
 ------------------------------------------------------------------
  SAVE         RESTORE      DIRECTORY    PROCESS      OTHERS
                            ADMINISTR.   ADMINISTR. 
  ------------ ------------ ------------ ------------ ------------ 
  FILES        FILES        INQUIRE      STATUS       PARAM
  JOBVAR       JOBVAR       POOL         PROCESS      SHOW-DEFAULT
  SAVE         RESTORE      PURGE        DELETE       HELP
  EXPORT       IMPORT                                 END
               LIST
 -------------------------------------------------------------------- 
MORE ? (Y/N) :


-------   survey of ARCHIVE statements   ------------------------------------
DELETE       : erase waiting ARCHIVE processes from ARCHIVE.LATER file 
END          : terminate program ARCHIVE 
EXPORT       : save for data transfer to an other user environment
FILES        : select files for save or restore
HELP         : display help texts to explain the use of ARCHIVE
IMPORT       : restore save from an other user environment
INQUIRE      : show information out of an directory file
JOBVAR       : select jobvariables for save or restore
LIST         : show the contents of save files
PARAM        : set operands for further ARCHIVE processing
POOL         : administrate volume pool of directory file 
PROCESS      : start ARCHIVE processes from ARCHIVE.LATER file
PURGE        : erase save versions from directory file
RESTORE      : restore from a save file
SAVE         : save data to tape, MBK or disc
STATUS       : show status of ARCHIVE processes
SHOW-DEFAULT : show default values of ARCHIVE parameters in par. file


HELP INQUIRE

-> INQUIRE,
THE "INQUIRE" COMMAND ENABLES THE USER TO LIST 
INFORMATION CONTAINED IN A DIRECTORY.
-----------------------------------------------------------------------------
statement   operands 
-----------------------------------------------------------------------------
INQUIRE / Q 
            < DIR<ECTORY> = !$TSOS.ARCHIVE.DIR! / filename> 
 
            < <,F<ILES>  = filename / (filename,...) > /
              <,J<OBVAR> = jv-name / (jv-name,...) > /
              <,SV       = ALL / OBS<OLETE> / svid / (svid,...) /
                           backup,date<.time>
                              <,F<ILES>><,J<OBVAR>>
 
              <,POOL <,AV<AILABLE>> > >
 
            <,P<ASSWORD>  = password>
            <,L<IST>      = !SYSOUT! / SYSLST / BOTH >
-----------------------------------------------------------------------------