EXPORT control statement

The EXPORT control statement can be used to create a portable copy of a fault entry, which includes both the fault entry itself and any associated dump data set.

Figure 1. Syntax

1 EXPORT ( hist_dsn (fault_id) , output_dd )

Description

The EXPORT control statement is primarily intended for use by the IDIROBOT exec and the job generated by the Fault Analyzer ISPF interface P line command.

The target fault entry is specified using hist_dsn and fault_id. The portable copy of the fault entry is written to the DDname specified using output_dd. The data set allocated to output_dd is expected to be a temporary sequential, PDS or PDSE data set with RECFM VB and LRECL 10000 enforced. The data set should be empty as any existing data might be destroyed.

Although READ access to the fault entry can be provided through normal data set access or Fault Analyzer XFACILIT access, READ access to an associated tightly coupled dump data set must be provided through normal data set access.

The exported fault entry should be imported again into another history file using the IMPORT control statement.