This document contains an overview of the Natural CICS sample programs.
It covers the following topics:
The following sample programs are supplied in the Natural CICS source library:
Name | Language | Function |
---|---|---|
XNCIBACK
|
Assembler | Termination Data Dump: This back-end program displays the Natural
termination message and any termination data in dump format. If invoked from an
asynchronous task, the Natural termination message will be issued on the
operator console, and potential termination data will be dumped. NCIBACK can
also be invoked by a back-end transaction
(RET=xxxx or
RTI=xxxx or
STR=xxxx , where
xxxx is the transaction code
associated with XNCIBACK ).
|
Name | Language | Function |
---|---|---|
XNCIDIRX
|
Assembler | System Directory Module Name Exit: This source module contains a sample system directory module name exit (see also NCIDIREX - System Directory Module Name Exit Interface). |
XNCIDTPX |
Assembler | DTP Terminal Exit: This source module contains a sample DTP terminal exit (see also NCIDTPEX - DTP Terminal I/O Exit Interface). |
XNCIRDC1
|
Assembler | Exit for SYSRDC : This program provides a sample exit for the
SYSRDC utility; see
the relevant section in the Utilities documentation.
|
XNCITIDX
|
Assembler | Terminal ID Exit: This program provides a sample user exit to test the terminal ID and/or to set a logical terminal or session ID (see also NCITIDEX - Terminal ID Exit Interface). |
XNCITIOX
|
Assembler | DTP Terminal Exit: This source module contains a terminal
I/O exit that is more general than the XNCIDTPX sample (see also
NCIDTPEX - DTP Terminal I/O Exit
Interface).
|
XNCIUIDX
|
Assembler | User ID Exit: This program provides a sample user exit to test/set the user ID (see also NCIUIDEX User ID Exit Interface). |
XNCIXIDX |
Assembler | Transaction ID Exit: This program provides a sample user exit to test/set the pseudo-conversational transaction ID (see also NCIXIDEX Transaction ID Exit Interface). |