Previous Topic: The Backin Package ActionNext Topic: The Backout Package Action


Backin Package Syntax

►►─ BACKIn PACkage ─ package-id ─ . ──────────────────────────────────────────►
►─┬────────────────────────────────────────────────────────┬─ . ─────────────►◄
  └─ STATEment ┬──────────┬ nnnnn ─ ELEment ─ element-name─┘
               └─ NUMber ─┘

The clauses BACKIN PACKAGE, STATEMENT NUMBER, and ELEMENT can be specified in any order. Name-masking cannot be used for any variable in the statement.

BACKIN PACKAGE package-id

The BACKIN PACKAGE clause identifies the package you are backing-in. You must use a fully specified package ID. You can include imbedded spaces in the package ID. If the package ID contains an imbedded space or if the ID comprises only numeric characters (for example, 12345), then enclose the package ID in either single or double quotation marks.

STATEMENT NUMBER nnnnn ELEMENT element-name

Specifies the SCL statement number and the element name for the element action you want to back in. This clause limits the BACKIN PACKAGE clause by enabling you to specify the element actions you want to back in. If you want to back in all the element actions in the package, do not use this clause. The NUMBER keyword is optional. For each element action backed out, a separate BACKIN package action statement with PACkage, STATEment NUMber and ELEment clauses must be provided; only one package element action can be backed in per statement. Valid values for nnnnn are 1 – 65535. This batch syntax does not support long-named elements. You can backout or backin an individual long-named element in foreground.

Example: Backin Package SCL

The following is an example of BACKIN PACKAGE SCL. The SCL backs in the package called PAYROLLPKG01.

BACKIN PACKAGE PAYROLLPKG01.