z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


msgset

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-msgset--qid--uid--gid--permissions--qbytes------------------><

Function

msgset sets the message queue attributes.

Parameters

qid
The queue ID.
uid
Sets the new UID.
gid
Sets the new GID.
permissions
Sets the new permissions in octal format.
qbytes
Sets the maximum bytes that are allowed on the queue.

All values must be set. Use msgstat to obtain the current values if you do not want to change a value.

Example

'msgstat (qid) mst.'
'msgset' qid mst.msg_uid mst.msg_gid 660 mst.msg_qbytes

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014