PPCICS

The PPCICS option specifies options to be passed to the CICS® preprocessor if it is invoked.

Read syntax diagramSkip visual syntax diagram
   .-NOPPCICS-----------------------.   
>>-+-PPCICS--(--'options string'--)-+--------------------------><

Specifying PPCICS('EDF') PP(CICS) is the same as specifying PP(CICS('EDF')).

This option has no effect unless the PP(CICS) option is specified. However, if you want to specify a set of CICS preprocessor options that should be used if and when the CICS preprocessor is invoked, you can specify this option in the installation options exit. Then whenever you specify PP(CICS), the set of options specified in the PPCICS option will be used.

Also, any options specified when the preprocessor is invoked overrule those specified in the PPCICS option. So specifying PPCICS('EDF') PP(CICS('NOEDF')) is the same as specifying PP(CICS('EDF NOEDF')) or the even simpler PP(CICS('NOEDF')).

The options string is limited to 1000 characters in length. However, if the string is longer than 100 characters, it will not be shown in the options listing.