z/OS Language Environment Writing Interlanguage Communication Applications
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


How runtime options affect child enclaves

z/OS Language Environment Writing Interlanguage Communication Applications
SA38-0684-00

The child enclave gets its runtime options from one of the sources discussed in z/OS Language Environment Programming Guide. The runtime options are completely independent of the creating enclave, and can be set on an enclave-by-enclave basis.

Some of the methods for setting runtime options might slow down your transaction. Follow these suggestions to improve performance:
  • If you need to specify options in CEEUOPT, specify only those options that are different from system defaults.
  • Before putting transactions into production, request a storage report (using the RPTSTG runtime option) to minimize the number of GETMAINs and FREEMAINs required by the transactions.
  • Ensure that VS COBOL II transactions are not link-edited with IGZETUN, which is no longer supported and which causes an informational message to be logged. Logging this message for every transaction inhibits system performance.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014