{operand1} | |||
CLOSE CONVERSATION |
*CONVID |
||
ALL |
This document covers the following topics:
For an explanation of the symbols used in the syntax diagram, see Syntax Symbols.
Related Statements: DEFINE DATA CONTEXT | OPEN CONVERSATION
Belongs to Function Group: Natural Remote Procedure Call
The statement CLOSE CONVERSATION
is used in conjunction
with Natural RPC.
It allows the client to close conversations. You can close the current
conversation, another open conversation, or all open conversations.
Note:
A logon to another library does not automatically close
conversations.
Operand Definition Table:
Operand | Possible Structure | Possible Formats | Referencing Permitted | Dynamic Definition | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
operand1 | S | A | I | yes | no |
Syntax Element Description:
operand1 |
Conversation to be Closed:
To close a specific open conversation, you specify its ID as operand1. operand1 must be a variable of format/length I4. |
---|---|
*CONVID | To close the current conversation, you specify
*CONVID . The ID of the current conversation is determined by the
value of the system variable *CONVID .
|
ALL | To close all open conversations, you specify
ALL .
|
See the following sections in the Natural Remote Procedure Call (RPC) documentation: