Previous Topic: ParametersNext Topic: Return Codes


Definitions

A(Input to the function)

Indicates the address of a routine that formats a field from a display input format to a desired internal format as it will be stored in the TMC.

A(Output to the function)

Indicates the address of a routine that formats a field to be displayed using the LIST or EDIT commands.

A(Field edit type)

Indicates the address of a 1-byte field containing 1, 2, 3, and so on, corresponding to USERn on the EDITDEF record.

A(Direction)

Indicates the address of a 4-byte field containing the following requests:

A(Field length)

Indicates the address of a 1-byte field that is to be set by the exit to the fixed length of the field. The field length being requested is for the field identified by the field edit parameter. One field length request (Direction=2) is made for each user defined field of type USERn during system initialization.

A(Common User Exit Buffer)

Indicates the address of the 256-byte work area where information is passed between the various user exits. This work area is specific to each command being processed by CA VM:Tape and cannot be used across commands.