RTE_X_SECURITY_DATA_ABOVE

This PARMGEN-only parameter determines if the DATA=ABOVE parameter or the DATA=BELOW parameter is generated in the &rhilev.&rte.RKANPARU(KppINNAM) security member for TMS:Engine to control the allocation of security control blocks.

Required or optional
Optional
Location where the parameter value is stored
  • KppINNAM member in &rhilev.&rte.RKANPARU for the TEMS, the agents, and most of the agent CUA interfaces
  • KC2NAMnn in &rhilev.&rte.RKANPARU for OMEGAMON II for CICS and OMEGAMON for CICS, where nn=00..15 (one pair per Classic 3270 or CUA started tasks)
  • KD2INNAM in &rhilev.&rte.RKD2PAR for OMEGAMON for Db2 on z/OS (Classic 3270 started task)
Parameter name and syntax
DATA=ABOVE|BELOW
Default value
Y
Permissible values
Y, N
PARMGEN name
RTE_X_SECURITY_DATA_ABOVE
Description
Controls where the security control blocks are allocated by the TMS:Engine NAM routines, as follows:
BELOW
Control blocks are allocated in 24-bit storage (RMODE 24).
ABOVE
Control blocks are allocated in 31-bit storage (RMODE 31).
If RTE_X_SECURITY_DATA_ABOVE is set to Y, then a DATA=ABOVE parameter is written to the KppINNAM member in the RKANPARU library. If RTE_X_SECURITY_DATA_ABOVE is set to N, then a DATA=BELOW parameter is written out to the KppINNAM member in the RKANPARU library.
Related parameters