|
con-no
Conversation number; up to eight digits;
number for the SQL conversation, assigned internally by UDS/SQL. Conversations are numbered consecutively during each session segment.
The conversation numbered con-no is deleted from the UDS/SQL tables. The command is performed when there are no more open transactions in the specified conversation, i.e. when the conversation is inactive. If the TA in the specified conversation is active, the DAL command for the conversation is noted and executed at the end of the TA.
If the conversation is to be deleted despite having an open transaction, an ABORT command must first be issued for the TA.
If the conversation contains a TA that has not yet been opened due to the DAL command STOP NEW, it cannot be deleted until the DAL command GO has been executed.
See also chapter “The SQL conversation”.