4.2.2.2 CICS/ESA Client with DPL

Two transactions are available to execute the same program for the DPL sample. One is a simple request/response with the required sync-level 1, the other is a transactional request/response with sync-level 2.

Enter either of the following commands:

H1PL <string>
H2PL <string> 

In these commands, the arguments and options are defined in the following way:

H1PL = DPL Application Sync-Level 1
H2PL = DPL Application Sync-Level 2
<string>is a text string up to 955 characters long.

If the CICS/ESA client successfully completes the transaction, it displays a reverse (or mirror) image of the text string concatenated to the input text string. For example:

You enter:

H1PL HELLO WORLD

The system returns:

HELLO WORLD : DLROW OLLEH