4.2.2.1 CICS/ESA Client with CPI-C
In this scenario, the CICS/ESA client sends a text string to the Oracle Tuxedo Mainframe Adapter for SNA simple server. The string is re-displayed on the client’s screen in reverse order.
Enter either of the following commands:
H0TP <string> H2TP <string> In these commands, the arguments and options are defined in the following way:
H0TP = CPI-C Application Sync-Level 0
H2TP = CPI-C Application Sync-Level 2
<string> is a text string up to 1915 characters long.If the CICS/ESA client successfully completes the transaction, it displays the text string in reverse order. For example:
You enter:
H0TP HELLO WORLDThe system returns:
DLROW OLLEHParent topic: Running the Application from a CICS/ESA Client