SecurityScope (MQCHAR)
This indicates the IMS security processing required. The following values are defined:
- MQISS_CHECK
- Check security scope: an ACEE is built in the control region, but not in the dependent region.
- MQISS_FULL
- Full security scope: a cached ACEE is built in the control region and a non-cached ACEE is built in the dependent region. If we use MQISS_FULL, ensure that the user ID for which the ACEE is built has access to the resources used in the dependent region.
If neither MQISS_CHECK nor MQISS_FULL is specified for this field, MQISS_CHECK is assumed.
The initial value of this field is MQISS_CHECK.
Parent topic: Fields for MQIIH