CALL "C$REGEXP" USING CREGEXP-LAST-ERROR [errorDesc] GIVING returnCode |
CREGEXP-LAST-ERROR | Constant | |
errorDesc | PIC X(n) | (Optional) receives the error message text. |
0 | No error |
>0 | Regexp error code. Check the erroDesc text for more details on the error. |