To verify that the installation has been successful, an exec has been supplied.
Execute the REXX transactionX environment used to format the filepools, enter CALL CICIVP1. The exec indicates what should occur. Remember to press ENTER when MORE appears on the lower right hand corner of the screen. Sample output:
Enter a REXX command or EXIT to quit
CALL CICIVP1
***------------------------------------------------------***
*** This is a test REXX program running under CICS/VSE ***
*** It was loaded from PROCLIB-user.sublib(CICIVP1)
***------------------------------------------------------***
What is your name?
<type name and press ENTER>
Welcome to REXX/CICS for CICS/VSE , xxxxx
Invoking nested exec CICIVP2 (which has tracing on)
11 *-* say 'You entered CICIVP2 exec'
>>> "You entered CICIVP2 exec"
You entered CICIVP2 exec
12 *-* call CICIVP3
You entered CICIVP3 exec which has tracing off
13 *-* exit
Back to CICIVP1 exec
This is fullscreen output to terminal xxxx
Now input some data and press ENTER or a PF key
<type data and press ENTER>
The AID key that was pressed = ENTER
The cursor was at (Row Col): 24 5
The data that was entered (Row Col Data): 24 1 xxxxx
<press ENTER>
Example of more than one screen
1000 assignment statements have been executed
2000 assignment statements have been executed
3000 assignment statements have been executed
4000 assignment statements have been executed
5000 assignment statements have been executed
6000 assignment statements have been executed
7000 assignment statements have been executed
8000 assignment statements have been executed
9000 assignment statements have been executed
10000 assignment statements have been executed
11000 assignment statements have been executed
12000 assignment statements have been executed
13000 assignment statements have been executed
14000 assignment statements have been executed
15000 assignment statements have been executed
16000 assignment statements have been executed
17000 assignment statements have been executed
18000 assignment statements have been executed
19000 assignment statements have been executed
20000 assignment statements have been executed
<press ENTER to clear the "MORE">
Today's date is dd mmm yyyy
The time is hh.mm.ss
REXX/CICS CICIVP1 is now finished