Testing the sample

To test the CCI Connector sample:
  1. Start transaction CCCI at a CICS terminal.
  2. The sample asks you to input some numbers. Enter at least five decimal numbers, separated by spaces, and press the Return key. (Each number should be of five digits or less, and the numbers should not be ordered by size.)
  3. The sample writes the sorted list of numbers to your screen and to stdout. If, for example, you entered the numbers 54, 3, 77, 55, and 19, your screen would look like this:
    CCCI - CCI sample transaction starting. 
                                               
    A Connection object has been instantiated. 
                                                
    An Interaction object has been instantiated.
                                                
    Enter a series of numbers:  54 3 77 55 19   
                                                
    An InteractionSpec object has been instantiated.
                                                    
    Connecting to program DFH0CCIS by invoking execute() on Interaction object.
                                                  
    Commarea sent:    54    3   77   55   19*     
                                                  
    Commarea returned:     3   19   54   55   77* 
                                                  
    CCCI - CCI sample transaction finished.