NET/MASTER RMS Management and Operations Guide

Appendix C RMS Procedure Calls
115415 NonStop NET/MASTER RMS Management and Operations Guide C–1
This appendix describes the syntax of RMS procedure calls. RMS procedure calls
enable you to call NCL procedures that have been defined to perform RMS functions
from a user NCL procedure. RMS procedure calls allow you to automate some RMS
functions by using RMS rules and customer applications. RMS procedure calls include
the name of the NCL procedure and the invocation parameters.
You can call the following RMS procedures from another user NCL procedure:
Procedure Call Function
ZRMSAPIN ( DELACTIVE ) Deletes active subjects.
ZRMSAPIN ( DELDELAYED ) Deletes delayed message actions.
ZRMSAPIN ( DELQUEUED ) Deletes queued rule actions.
ZRMSAPIN ( GETACTIVE ) Retrieves information about active subjects.
ZRMSAPIN ( GETDELAYED ) Retrieves information about delayed message actions.
ZRMSAPIN ( GETFROZEN ) Retrieves information about frozen subjects.
ZRMSAPIN ( GETQUEUED ) Retrieves information about rule actions queued to a specified
subject.
ZRMSAPIN ( FREEZE ) Freezes a subject, so that messages containing that subject cannot
trigger any rules.
ZRMSAPIN ( THAW ) Thaws a frozen subject, so that messages containing that subject
can trigger rules.
ZRMSAPIN ( XFER ) Transfers a ruleset from one RMS database to another RMS
database.
For more information on writing your own NCL procedures, refer to the NonStop
NET/MASTER NCL Programmer’s Guide.
The CALL core statement is used to call RMS NCL procedures from a user NCL
procedure. For more information on using the CALL core statement, refer to the
NonStop NET/MASTER NCL Reference Manual.