Symptom:
The client just installed CA Verify for CICS r 9.0. The CICS IVP verification step runs fine. But when the client tested the REXX feature which runs outside of CICS each statement in the REXX script fails with error message +++ RC(-3) +++.
For example
4 *-* " MONITOR SIGNALS "
+++ RC(-3) +++
5 *-* " LOGON 'CEVCMT3' ", " MODEL 'D4A32782' 24X80 24X80 BASICDS
+++ RC(-3) +++
7 *-* " INVITE 0500 "
+++ RC(-3) +++
8 *-* " TYPE CLEAR "
+++ RC(-3) +++
13 *-* " DELAY 0443 "
+++ RC(-3) +++
14 *-* " TYPE <1,1> ERASE ", " 'CESN'
+++ RC(-3) +++
20 *-* " DELAY 0770 "
+++ RC(-3) +++
21 *-* " TYPE <10,26> ERASE ", " '#5035'
" CODE '2J2K4I7H' ", " <11,34> ENTER
+++ RC(-3) +++
26 *-* " INVITE 0500 "
+++ RC(-3) +++
30 *-* " DELAY 0720 "
+++ RC(-3) +++
31 *-* " TYPE CLEAR "
+++ RC(-3) +++
32 *-* " DELAY 0500 "
+++ RC(-3) +++
33 *-* " TYPE <1,1> ERASE ", " 'XTCA RUN TCADS.FRANK.TEST.001 SCREEN T
+++ RC(-3) +++
36 *-* " TYPE CLEAR "
+++ RC(-3) +++
41 *-* " LOGOFF "
+++ RC(-3) +++
Environment:
Z/OS
Cause:
When the product was first installed the testing was only going to be done under CICS. So the CICS installation steps where only completed during the installation process. None of the REXX Installation steps were done since they are optional.
Resolution:
The client revisited the install process and completed the optional REXX installation steps which are listed in Chapter 6 of the CA Verify for CICS Installation guide.
Topic
Customize REXX Environment (Optional)
Additional Information:
Please see the CA Verify for CICS r 9.0 installation guide.