Home
Required parameters (Copy Namelist)
- FromNamelistName (MQCFST)
- The name of the namelist definition to be copied from (parameter identifier: MQCACF_FROM_NAMELIST_NAME).
This specifies the name of the existing namelist definition that contains values for the attributes not specified in this command.
On z/OS, the queue manager searches for an object with the name you specify and a disposition of MQQSGD_Q_MGR or MQQSGD_COPY to copy from. This parameter is ignored if a value of MQQSGD_COPY is specified for QSGDisposition. In this case, an object with the name specified by ToNamelistName and the disposition MQQSGD_GROUP is searched for to copy from.
The maximum length of the string is MQ_NAMELIST_NAME_LENGTH.
- ToNamelistName (MQCFST)
- To namelist name (parameter identifier: MQCACF_TO_NAMELIST_NAME).
This specifies the name of the new namelist definition. If a namelist definition with this name already exists, Replace must be specified as MQRP_YES.
The maximum length of the string is MQ_NAMELIST_NAME_LENGTH.
Parent topic:
Change, Copy, and Create Namelist
pc11100_
Home