This API procedure function call deletes extraneous link records. When a linked region is decommissioned without first unlinking it, extraneous link records are left behind in other regions that were connected to it.
Syntax
This API procedure function call has the following format:
$RMCALL OPT=SERVICE
SERVICE=ACTION
ACTION=PURGE
ACBNAME=acb-name
Operand
This API procedure function call has the following operand:
Specifies the ACB name that identifies the link record.
Return Variable
This API procedure function call returns the following variable:
Contains the returned message.
Return Codes
Return codes indicate the success or failure of processing. This API procedure function call returns the following return codes in the &RETCODE variable:
Indicates that processing was successful.
Indicates that processing failed.
Indicates that error occurred in the call syntax.
Example: Delete a Link Record
This example deletes the SOLV1 link record:
&CALL PROC=$RMCALL + PARMS=(OPT=SERVICE,+ SERVICE=ACTION,+ ACTION=PURGE,+ ACBNAME=SOLV1)
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |