I am trying to completely stop a command if it sees a deny response from the machine. Below is a script that I call to get it to stop.
The problem is I tried to use the following command to call that proc
And it didnt call that proc or see the "CTAG DENY" statement from the machine. Someone's help would be appreciative.
Thanks
Jason
Code:
procError
usermsg "!!!THIS COMMAND HAS BEEN TERMINATED!!! - Please VERIFY input. After verification enter correct ACCESS IDENTIFIER (AID)"
exit
endproc
The problem is I tried to use the following command to call that proc
Code:
string B="CTAG DENY"
when B call Error
And it didnt call that proc or see the "CTAG DENY" statement from the machine. Someone's help would be appreciative.
Thanks
Jason