Previous Topic: MCSROUT Keyword—Console Routing CodesNext Topic: MCSUD Keyword—Specify Messages Received


MCSSTOR Keyword—Message Queue Storage

Valid on z/OS.

Use the MCSSTOR keyword to specify the amount of storage, in megabytes, used for message queuing. The IBM equivalent to this field is STORAGE.

This keyword has the following format:

TSS ADDTO(acid) MCSSTOR(nnnn)
Capacity of list

One keyword per ACID

Valid values

One to 2000.

MCS resources must be added to a User Record and cannot be added to a Profile or to the ALL Record.

This keyword is used with:

Example: MCSSTOR keyword

This example defines message queuing storage to 2000 megabytes:

TSS ADDTO(acid) MCSSTOR(2000)