Previous Topic: ARCINFO Statement—Specify the SAP Archive Link InformationNext Topic: ARCOBJNAME Statement—Identify Name of SAP Archiving Object


ARCMODE Statement—Specify the SAP Archive Mode

The ARCMODE statement specifies the archive mode the SAP external archive system uses.

Supported Job Types

This statement is required for the SAP Data Archiving job type.

This statement is optional for the following job types:

Syntax

This statement has the following format:

ARCMODE PRINT|ARCHIVE|BOTH
PRINT

Specifies that spool output is to be printed.

ARCHIVE

Specifies that spool output is to be archived.

BOTH

Specifies that spool output is to be printed and archived.

Notes:

Example: Specify the Archive Mode

In this example, the spool output for the BTCTEST ABAP is printed.

SAPJOBNAME SAPTEST
AGENT SAPHTAGENT
SAPUSER J01PROD
ABAPNAME BTCTEST
   VARIANT TEST
   ARCMODE PRINT