NET/MASTER RMS Management and Operations Guide
ZRMSAPIN ( XFER )
RMS Procedure Calls
C–18 115415 NonStop NET/MASTER RMS Management and Operations Guide
ZRMSAPIN ( XFER ) The ZRMSAPIN ( XFER ) procedure call enables you to transfer a ruleset, and the
records of the ruleset, from one RMS database to another RMS database.
CALL ZRMSAPIN ( XFER,
from-db-type
,
from-db
,
from-ruleset
,
to-db-type
,
to-db
[,
to-ruleset
] [,
option
]
[,
activate
] ) SHARE &SYSMSG
from-db-type
specifies whether
from-db
is a Guardian-format file name or a UDB file ID.
If you are transferring from a Guardian-format file name, specify FNAME.
If you are transferring from a logical file ID of an open user database in the current
NonStop NET/MASTER system (UDB file ID), specify FID.
from-db
specifies the name of the Guardian-format file or the UDB file ID from which the
ruleset is being transferred.
If you specify the Guardian file name, it must be suitable for access with the
UDBCTL OPEN command using INPUT mode.
The file name is in the following format:
[ \
sys
. ][ $
volume
. ][
subvolume
. ]
filename
If you specify the UDB file ID, you must specify a file ID that is one through eight
characters long, beginning with a character other than a digit. If you are
transferring from the current database, specify ZRMSDB.
from-ruleset
specifies the name of the ruleset to be transferred.
to-db-type
specifies whether
to-db
is a Guardian-format file name or a UDB file ID.
If you are transferring from a Guardian-format file name, specify FNAME.
If you are transferring from a logical file ID of an open user database in the current
NonStop NET/MASTER system (UDB file ID), specify FID.
to-db
specifies the name of the Guardian-format file or the UDB file ID to which the
ruleset is to be transferred.
If you specify the Guardian-format file name, it must be suitable for access with
the UDBCTL OPEN command.