Previous Topic

Next Topic

Book Contents

Book Index

Defining a Target Dataset in Exit CTDX005
  1. In the Printing Mission Definition screen, type SEQL-FILE in the CATEGORY field.
  2. In the DSN parameter of Exit CTDX005, enter the desired dataset name. The following AutoEdit variables can be used:

    Table 144 Target dataset AutoEdit variables

    Parameter

    Description

    %FORM%

    The report form. The first four characters are used to construct the data set name.

    %USER%

    The recipient of the report.

    %REPORT%

    The report name. The first eight characters are used to construct the data set name.

    %REMARK%

    The report remark. The first eight characters are used to construct the data set name.

    %JOBNAME%

    The name of the job that produced the report.

    %EXTWTR%

    The related external writer name.

    %ODATE%

    The originating date of the report.

    %DATE%

    The current date in format yymmdd

    %TIME%

    The current time in format hhmmss.

The Exit program uses the following logic to determine the target dataset name:

Like the previous method, if the target dataset already exists (is located in system catalog), the existing dataset will be appended.

Parent Topic

Activating the Facility