LU 6.2 and Horizon equivalences: Difference between revisions
Created page with "==Overview== <p> In terms of the LU 6.2 architectural standard, Horizon implements LU 6.2 "mapped conversation" support, using the "base subset" of LU 6.2 options. In addition..." |
(No difference)
|
Revision as of 20:44, 30 September 2015
Overview
In terms of the LU 6.2 architectural standard, Horizon implements LU 6.2 "mapped conversation" support, using the "base subset" of LU 6.2 options. In addition, some optional verb sets are implemented: explicit flush, PIP data, attribute query, and security.
The tables in the following sections map Horizon programming statements and their parameters and status codes to corresponding terminology used in standard LU 6.2 architectural documents. The SOUL column of the tables is formatted according to the following conventions:
- Items in full capitals are keyword parameters.
- Items in lowercase are positional parameters.
- Items in parentheses are parameters on either DEFINE commands or network control commands; the command name is given in initial capitals.
LU 6.2 and Horizon verb and parameter equivalences
The following table maps LU 6.2 verbs and parameters to SOUL statements and parameters.
LU 6.2 verbs and parameters | SOUL statements and parameters |
---|---|
MC_ALLOCATE |
OPEN PROCESS |
MC_CONFIRM |
CONFIRM |
MC_CONFIRMED |
CONFIRMED |
MC_DEALLOCATE |
CLOSE PROCESS |
MC_FLUSH |
FLUSH PROCESS |
MC_POST_ON_RECEIPT |
included in INVITE |
MC_PREPARE_TO_RECEIVE |
INVITE |
MC_GET_ATTRIBUTES |
QUERY PROCESS |
MC_RECEIVE_AND_WAIT |
RECEIVE |
MC_REQUEST_TO_SEND |
SIGNAL |
MC_SEND_DATA |
SEND |
MC_SEND_ERROR |
SEND ERROR |
MC_TEST |
TEST RECEIPT |
WAIT |
WAIT FOR RECEIPT |
LU 6.2 verb equivalences
The following table maps LU 6.2 verbs to Horizon SOUL statements, CICS commands, and AT&T LU 6.2 Facility commands.
LU 6.2 Verbs | Horizon SOUL Statements | CICS Commands |
---|---|---|
|
|
EXEC CICS ALLOCATE |
OS/2 APPC | Horizon SOUL Statements | AT&T LU 6.2 Facility |
MC_ALLOCATE MC_CONFIRM |
OPEN PROCESS CONFIRM |
malcnv mcnfrm |