NET/MASTER RMS Management and Operations Guide

ZRMSAPIN ( THAW )
RMS Procedure Calls
C–16 115415 NonStop NET/MASTER RMS Management and Operations Guide
ZRMSAPIN ( THAW ) The ZRMSAPIN ( THAW ) procedure call enables you to thaw a frozen subject so that
when a message handler receives a message containing that subject, the message can
trigger any rules.
CALL ZRMSAPIN ( THAW,
subject
[,
manager
] ) SHARE &SYSMSG
SUBJECT=
subject
specifies the name of the subject. You can specify a subject from 1 through 34
characters long.
If you specified a manager when freezing a subject, you must specify the same
manager when thawing the subject. If you did not specify a manager when
freezing a subject, you cannot specify a manager when thawing the subject.
MANAGER=
manager
specifies the name of the manager. You can specify a manager from 1 through 32
characters long.
If you specified a manager when freezing a subject, you must specify the same
manager when thawing the subject. If you did not specify a manager when
freezing a subject, you cannot specify a manager when thawing the subject.
Considerations
The following syntax is compatible with the RMS ( THAW ) procedure call:
CALL ZRMSTHWN (
subject
[,
manager
] ) SHARE &SYSMSG
After the ZRMSAPIN ( THAW ) procedure call completes, the system variable
&SYS.RETCODE is set to one of the following values:
Return Code Description
0 The request was completed successfully.
4 No action—the subject was already thawed.
8 No action—wildcard was specified for the subject without manager.
16 Any other internal error.