Previous Topic: How to Enable USS Supported Files for Package ShipNext Topic: How to Enable Backout of USS Source Output Files


Enable USS Supported Files for Package Ship

Backout files and records are required to enable package outputs to be shipped using the Package Ship facility. For USS supported files, the ENUSSUTL utility creates the backout files and records. The processor that is associated to the element type must include the ENUSSUTL utility to collect and associate the backout files to the element.

Follow these steps:

  1. Add the ENUSSUTL utility to the processor with the appropriate Copy and Select or Delete and Select statements.

    The ENUSSUTL syntax depends on whether it is used in a Move, Generate, or Delete processor. Move and Generate processors use Copy statements. Delete processors use Delete statements.

  2. (Optional) Include the NOECHO parameter on the EXEC statement, if you want to suppress the echo of ENUSSUTL commands produced by the parser from appearing in the C1MSGS1 output.
    NOECHO

    Suppresses the SCL statements from appearing in the C1MSGS1 output.

    For example, the following EXEC statement includes the NOECHO parameter and will prevent the ENUSSUTL commands from appearing in the C1MSGS1 output:

    //STEPxx  EXEC PGM=ENUSSUTL,PARM=’NOECHO’