Previous Topic: Load Module Definition TokensNext Topic: Target Tokens


Load Module Member Tokens

These tokens describe characteristics of one portion of a load module (such as a procedure step or action block). They come from the ICM of a remote file.

Token Name

Description

ABTYPE

The action block type. Appears only if the load module member is an action block.

ACFMEMBER

The Attribute Configuration File source member associated with the procedure step. This is not used on z/OS.

CLRTRAN

The clear screen transaction code. CLRTRAN only appears if the load module member is a procedure step. The value for this token is found in the :pstep definition in the ICM as clrtran=.

CREATE

Indicates whether this member may perform an SQL CREATE statement. The value for this token is found in the :pstep, :acblk, :entity, and :relation definitions in the ICM of load module and RI remote files as create=.

DELETE

Indicates whether this member may perform an SQL DELETE statement. The value for this token is found in the :pstep, :entity, and :relation definitions in the ICM of load module and RI remote files as delete=.

DEVICE

The MFS format name.

DLGTRAN

The dialog flow transaction code. DLGTRAN only appears if the load module member is a procedure step. The value for this token is found in the :pstep definition in the ICM as dlgtran=.

INPUT

The MFS mid name.

LINK

Indicates whether this member has been packaged with a Dynamically Link packaging option of either YES (DYNAMIC) or COMPATIBILITY. The value for this token is found in the :pstep, :acblk, :screen and :extern definitions in the ICM of load module as link=. It is omitted when the value is NO(STATIC).

MEMBER

The member name (file name) for this procedure, screen, or action block. The value for this token is found in the :pstep, :screen, :acblk, :entity, and :relation definition in the ICM of load module and RI remote files as member=.

NAME

The name of the procedure, screen, or action block. The value for this token is found in the :pstep, :screen, and :acblk definition in the ICM as name=.

OUTPUT

The MFS mod name.

SQL

Indicates whether this member has embedded SQL. The value for this token is found in the :pstep, :acblk, :entity, and :relation definition in the ICM of load module and RI remote files as sql=.

TECHSYS

The business system where this load module member belongs. The value for this token is found in the :pstep , :screen, and :acblk definition in the ICM as techsys=.

TEST

Indicates whether this procedure step or action block was created with the diagram test capabilities. The value for this token is found in the :pstep and :acblk definition in the ICM as test=.

TYPE

Indicates the load module member type. The value for this token is determined by the name of the section in the ICM. Examples of types are :pstep, :screen, and :acblk.

UPDATE

Indicates whether this member may perform an SQL UPDATE statement. The value for this token is found in the :pstep, :acblk, :entity, and :relation definition in the ICM load module and RI remote files as update=.

XDLMEMBER

The extended interface definition language source member associated with the procedure step. This is not used on z/OS.