7.2.3 Sample Transaction Programs
The following Oracle Tuxedo Mainframe Adapter for SNA transactional test programs are installed in the ATMI platform installation in the sub-directory TMA/sna/simpapp:
-
simpims.cis a simple ATMI client used to invoke both the sample IMS server programs. It takes a data string and service name as inputs. It invokes the service and passes the input data string. -
IMPIMSSV.cblis a simple IMS echo server. It reads data from the IMS message queue and writes the same data in response. It is intended to be used as an implicit SNA example. -
EXPIMSSV.c isan IMS server transaction using explicit CPI-C calls. It is written for sync level 2 use. The program uses an IBM sample database,IVPDB2. The program displays, adds, and deletes records from the database, based on an input string. Sample input strings are documented in the source. -
BEAWTOR.asmis an assembler subroutine used byEXPIMSSV.cto write messages to the MVS console log.
Parent topic: APPC/IMS Programming