1.10.9 z/OS Transaction Definition - zostrans.desc
zostrans.desc
file defines all transactions
remaining on z/OS. All these transactions should only be called as
sub-transactions, and only non-conversational transactions are
supported now.
Table 1-34 Section Name: [zostran]
Field | Type | Value | Description |
---|---|---|---|
NAME
|
X(1..8)
|
Mandatory
|
z/OS transaction name |
CONV
|
X(1..128)
|
Optional
|
Transaction input message's buffer converter program. ART for Workbench can generate it based on a copybook describing the input message/segment structure. It handles the data conversion before calling sub-transaction on Z/OS. If CONV is not specified, ART for IMS, by default, only converts ASCII to EBCDIC, meaning all bytes in the input message are treated as characters. For how to generate the converter program, see Oracle Tuxedo Application Rehosting Workbench Reference Guide. |
Parent topic: Configuration Files