$RMCALL ACTION=PURGE

Syntax

$RMCALL
OPT=SERVICE
SERVICE=ACTION
ACTION=PURGE
ACBNAME=acb-name

Use

When a linked region is decommissioned without first unlinking it, extraneous link records are left behind in other regions that were connected to it. You can use this call to delete these extraneous link records.

Operand

Operand

Description

ACBNAME=acb-name

The ACB name that identifies the link record.

Returned Variable

Variable

Description

&SYSMSG

Contains the message returned by $RMCALL.

Return Codes

The following return codes indicate the success or failure of command processing:

&RETCODE

Meaning

0

Processing was successful.

8

Processing failed.

16

Error occurred in call syntax.

Example

The following example deletes the SOLV1 link record:

&CALL   PROC=$RMCALL +
        PARMS=(OPT=SERVICE,+
               SERVICE=ACTION,+
               ACTION=PURGE,+
               ACBNAME=SOLV1)


Copyright © 2010 CA. All rights reserved.