The information in this directory is useful in LUA development activities. The LUARUI and LUASLI sample programs use RUI and SLI application programming interface to send and receive data. In this sample code directory are the necessary files for the LUARUI and LUASLI programs: - C files: LUARUI.C uses the RUI API to get data from the host and return a response. The following LUA RUI verbs are used: * RUI_INIT * RUI_READ * RUI_WRITE * RUI_TERM LUASLI.C transmits data to the host, gets back data from the host, and returns a response to the host. The following LUA SLI verbs are used: * SLI_OPEN * SLI_SEND * SLI_RECEIVE * SLI_CLOSE - Other files: * Documentation: *.DOC * Make files: *.MAK * VTAMPGMA.JCL is a generalized script-driven native VTAM application program intended to assist in the testing of LU_0 and similar access methods over SDLC lines. It defines the application program so that it may use VTAM to communicate with LUs throughout the network.