| lu62_config | A text-based utility that allows you to fully configure the LU6.2 Server program of the DIGITAL SNA APPC/LU6.2 Programming Interface for DIGITAL UNIX product. | |
| lu62_manager | A DECwindows-based utility that allows you to fully configure and monitor the LU6.2 Server program of the DIGITAL SNA APPC/LU6.2 Programming Interface for DIGITAL UNIX product. | |
| lu62_mcd | Starts one or more processes and then monitors the status of these processes. | |
| lu62_script | A text-based utility that allows you to minimally configure the LU6.2 Server program of the DIGITAL SNA APPC/LU6.2 Programming Interface for DIGITAL UNIX product. | |
| lu62_server | Implements the server portion of the DIGITAL SNA APPC/LU6.2 Programming Interface for DIGITAL UNIX product. | |
| snalu62_activate_session | Activates a session with the specified mode name to the remote LU. | |
| snalu62_allocate | Allocates a basic or mapped conversation between a local transaction program and a remote transaction program to a session between the local LU and the remote LU. Call this verb prior to any other conversation verbs that refer to the conversation. | |
| snalu62_as2eb | Converts an ASCII-encoded buffer to an EBCDIC-encoded buffer. | |
| snalu62_attach_listen | Waits for an inbound allocation request for a basic or mapped conversation between a remote (partner) transaction program and a local transaction program over a session between the remote LU and the local LU. | |
| snalu62_cancel_conversation | Terminates the indicated conversation immediately. | |
| snalu62_change_session_limit | Changes the LU/mode session limit and contention-winner polarities for parallel-session connections. This verb does not terminate active conversations. | |
| snalu62_confirm | Sends a confirmation request to the remote transaction program and waits for a reply. The interface flushes the currently buffered send data. | |
| snalu62_confirmed | Sends a confirmation reply to the remote transaction program. Call this verb upon receipt of a confirm request. | |
| snalu62_deactivate_conv_group | Deactivates a session with the specified conversation group ID. | |
| snalu62_deactivate_session | Deactivates a session with the specified session ID. | |
| snalu62_deallocate | Deallocates a conversation between the local transaction program and a remote transaction program. | |
| snalu62_define_local_lu | Defines a local LU and initializes or changes parameters that control the operation of the local LU. | |
| snalu62_define_mode | Defines or changes parameters that control the operation of the local LU in conjunction with a group of sessions to the specified remote LU, the session group being identified by a mode name. | |
| snalu62_define_remote_lu | Defines a remote LU and initializes or changes parameters that control the operation of the local LU when in session with the remote LU. | |
| snalu62_define_tp | Defines a transaction program and initializes or changes parameters that control the operation of the transaction program. | |
| snalu62_delete | Deletes one or more definitions created by the snalu62_define_xxx verbs. | |
| snalu62_display_local_lu | Displays a local LU’s parameters. | |
| snalu62_display_mode | Displays the parameters for the specified mode name. | |
| snalu62_display_remote_lu | Displays a remote LU’s parameters. | |
| snalu62_display_tp | Displays a transaction program’s parameters. | |
| snalu62_eb2as | Converts an EBCDIC-encoded buffer to an ASCII-encoded buffer. | |
| snalu62_flush | Causes the interface to transmit the buffered data in the send queue to the remote transaction program. | |
| snalu62_free_mem | Deallocates memory allocated by the interface. Use this verb only to return memory allocated by the interface. | |
| snalu62_get_attributes | Returns information about the specified conversation. | |
| snalu62_get_event | Waits for one of a set of events to occur on one or more sessions associated with a local LU. | |
| snalu62_get_log_data | Returns the log data that can accompany a error message received from a remote transaction program. | |
| snalu62_get_message | Converts a status vector to a string containing the formatted text of all the status values contained in the status vector. A newline character separates one message text field from another. The returned string is null-terminated. | |
| snalu62_get_pip | Returns the Program Initialization Parameters (PIP data) that the remote transaction program supplied on an allocation request. | |
| snalu62_get_tp_properties | Returns information about the transaction program calling the verb. | |
| snalu62_get_type | Returns a value indicating the type of the specified conversation. | |
| snalu62_initialize_sess_limit | Initializes the LU/mode session limit and contention-winner polarities for parallel- and single-session connections. | |
| snalu62_pass_resource | Requests the interface to transition the specified conversation to the calling process. | |
| snalu62_post_on_receipt | Causes the interface to post the specified conversation when information is available for the program to receive. To wait for posting to occur, make a call to snalu62_wait after calling this verb. Alternatively, call snalu62_test after this verb to test if posting has occurred. | |
| snalu62_prepare_to_receive | Changes the conversation state from Send to Receive in preparation for receiving data from the remote transaction program. It also flushes any data in the local send buffer. | |
| snalu62_process_session_limit | Processes the LU/mode session limit and contention-winner polarities for parallel-session connections. This verb does not terminate active conversations. | |
| snalu62_receive_allocate | Waits for an allocate request from a remote transaction program. This request is for a specific transaction program on a specific local LU. | |
| snalu62_receive_and_wait | Waits for information to arrive from the remote transaction program and receives it. The information may be data, conversation status, or a request for confirmation. | |
| snalu62_receive_immediate | Receives any information that is available, but does not wait for information to arrive, from the remote transaction program. The information may be data, conversation status, or a request for confirmation. | |
| snalu62_request_to_send | Signals the remote transaction program that the local transaction program wants to send data. | |
| snalu62_reset_session_limit | Resets the LU/mode session limit and contention-winner polarities for single- or parallel-session connections. | |
| snalu62_send_data | Sends data to the remote transaction program. | |
| snalu62_send_error | Sends an error message to the remote transaction program. | |
| snalu62_test | Tests the specified conversation for a condition. The return code indicates the result of the test. | |
| snalu62_wait | Waits for posting to occur on any of the specified conversations. | |
| snalu62_wait_for_completion | Waits for posting to occur on one or more nonblocking operations specified in the list of wait objects. | |