1.10.1 Transaction Definition - imstrans.desc

The following table shows an example configuration file with field names mapped from TRANSACT MACRO of IMS on z/OS

Table 1-25 Section Name: [imstran]

Field Type Value Description Field in TRANSACT
NAME X(1..8) Mandatory Transaction Code CODE
SPA_SIZE Integer [16..3276 7] SPA size SPA
RESPONSE Bool Yes|No Whether response is required for the transaction code specified in "NAME" field, default is No MSGTYPE
EDIT enum UC/ULC Whether the messages are converted to upper case automatically, default is UC EDIT
APPNAME X(1..8) Mandatory The name of the COBOL application program that processes the transaction code specified in "NAME" field N/A
CLASS Integer [1..999] The class of the transaction code, default is 1 MSGTYPE
MODE enum SNGL|MULT Transaction mode, default is MULT MODE