%RPS_METHOD
WSupported on Windows
|
USupported on Unix
|
VSupported on OpenVMS
|
|
status = %RPS_METHOD(event_method_pair[, ...])
Return value
status
Either 0 (no error occurred) or a handle to error data as defined in reports.def.
Arguments
event_method_pair
The Repository subroutine to overload. One of the following:
Set the library to load subsequent method routines from.
Close a channel.
Open a channel.
Read a record.
Read a record sequentially.
Map a filename.
Format a user-defined data type field.
Discussion
%RPS_METHOD “registers” your overloaded Repository subroutine. You must call %RPS_METHOD from within an RW_INIT_METHOD routine.