Supplies additional information about the related transaction
to the CICS® server.
TranDetails (runTran as String,
attachTran as String)
- runTran
- The CICS transaction
under which called programs will run. The default is to use the default
server transaction. The length is adjusted to four characters by padding
with blanks.
- attachTran
- The CICS transaction
to which called programs are attached. The default is to use the default
CPMI. The length is adjusted to four characters by padding with blanks.
The information is optional, but can
be used to affect the environment in which programs are run on the
CICS server.
Note: Use
the Details method, to supply details of the
CICS server,
before using the TranDetails method; see
Details.