RUNOPTS statement

The RUNOPTS statement defines the IBM® Language Environment® for z/OS® runtime options to be used to override the IMS™ Connect default runtime options in support of SSL.

RUNOPTS statement syntax

Read syntax diagramSkip visual syntax diagram
>>-+----------------------------+------------------------------><
   '-RUNOPTS=LE_runtime_options-'   

RUNOPTS statement parameters

The RUNOPTS statement consists of only one parameter: RUNOPTS=.

RUNOPTS=
A 1- to 255-character string field that specifies the Language Environment for z/OS (LE) runtime options to be used to override the IMS Connect default runtime options in support of SSL. This parameter is optional and applies only to the LE environment for SSL support.
If they are not overridden by the RUNOPTS statement, IMS Connect uses the following default runtime options:
POSIX(ON),ALL31(ON),ANYHEAP(1M,1M,ANY,KEEP),
BELOWHEAP(256K,512K,FREE),HEAP(1M,1M,ANY,FREE),
LIBSTACK(9K,9K,FREE),STACK(256K,128K,ANY,FREE),
ENVAR("_CEE_ENVFILE=/SYSTEM/etc/profile"),
TRAP(ON,NOSPIE),TERMTHDACT(UAIMM)

This RUNOPTS statement applies only to IMS Connect support for SSL and is independent of the RUNOPTS parameter in the ADAPTER statement, which applies to IMS Connect support for XML conversion.

For more information about the LE runtime options, see z/OS Language Environment Programming Reference.