Previous Topic: Sending OS/400 Operator Line Commands

Next Topic: AS/400 Manual Session


Unbinding Sessions

If an automation program contains a syntax or logic error, it could end or loop without releasing a bound session. In such a case, other automation REXX programs attempting to bind to that same session could hang or fail. To recover from this situation, issue the UNBIND command to force a release of the bind:

UNBIND sessname
sessname

Specifies any alert or automation session name.

Note: Tag and group names are not recognized by the UNBIND command.