CA Verify for CICS r 9.0 is installed. The CICS IVP verification step runs fine. But when the REXX feature is tested and 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 'xyzid' ", " 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 xyz.my.TEST.001 SCREEN T
+++ RC(-3) +++
36 *-* " TYPE CLEAR "
+++ RC(-3) +++
41 *-* " LOGOFF "
+++ RC(-3) +++
Additional Information:
Please see the CA Verify for CICS r 9.0 installation guide.
When the product was first installed the testing was only going to be done under CICS. So the CICS installation steps were only completed during the installation process. None of the REXX Installation steps were done since they were optional.
Complete the optional REXX installation steps which are listed in Chapter 6 of the CA Verify for CICS Installation guide (Topic: Customize REXX Environment (Optional)).
See this doc for additional information: CA Verify® Automated Regression Testing for CICS