TRANSaction(name)
|
Names the transaction. Mandatory.
name can be up to four alphanumeric characters in length. Do not specify a transaction name starting with C, as Mainframe Subsystem
Support uses that prefix for system transactions.
|
Group(groupname)
|
Names the group the transaction definition belongs to. Mandatory.
groupname can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #. Do not specify a
group name starting with DFH, as Mainframe Subsystem Support uses that prefix for system groups
|
DEscription(text)
|
Describes the file. Optional.
text can be up to 60 characters in length, with no restrictions except that if you use a left parenthesis you must ensure that
there is a matching right parenthesis.
|
PROGram(name)
|
Program driven by this transaction.
|
TWasize(number)
|
Size of transaction work area, between 0 and 32767.
|
STAtus(Enabled|Disabled)
|
Indicates whether or not the transaction is accessible when the region is started:
- Enabled
- The transaction is accessible when the region starts up
- Disabled
- The transaction cannot be used until it is specifically enabled using the transaction CPMT.
|