This routine returns the name of the runtime error file as specified with the runtime -e command-line option or with a call to the C$SETERRORFILE routine.
CALL "C$GETERRORFILE" USING ERROR-FILE-NAME
ERROR-FILE-NAME PIC X(n) | Contains the name of the error file or spaces if no error file was specified. |