Previous Topic: ParametersNext Topic: Specifications


SYSIPT Control Statements

The SYSIPT control statements are:

-COPY [modname]

Specifies the module name to log out.

-CRID WOnnnnnn

Specifies the Change Request ID for the logout.

-MFID nnn

Specifies the master file ID. The programmer assigned to the change request must obtain this ID from the Option 4 MODULE LOGOUT panel. The ID appears on that panel to the left of the production/test master file pair, under the field Available Files.

-LANG xxxxxxxx

Specifies the valid language code to use for history member creation. Can be one to eight characters. This language determines what action takes place when a module is logged in. For example, specifying a language of COB might compile the module at login.

-DESC [desc]

Specifies the module description to use for history member creation. Can be up to 30 characters in length.

-APPL [appl sys]

Specifies the application system to use for history member creation. Can be up to 20 characters in length.

-ABST [text of abstract record]

Specifies the abstract for history member creation. Can be one to sixteen continuous records. The text supplied for each abstract record can be up to 61 characters in length.

// ID

Passes the ID statement without modification to the Batch Logout job stream.

-LST

Generates a * $$ LST POWER JECL statement for the Batch Logout job stream. Any data following the -LST is used as the operand portion of the * $$ LST statement.

-COM [comment]

Specifies that comments appearing after the -COPY statement print before the -COPY statement on the report.

-EMOD

Optional. Marks the end on one change request’s (-CRID) control statements.

-END

Optional. Marks the end of the entire control stream.