skip to main content

Library Routines : C$RERRNAME

C$RERRNAME
The C$RERRNAME library routine retrieves the name of the latest file used by a COBOL I/O statement.
Syntax:
 CALL "C$RERRNAME" USING fileName
Parameters:
Examples:
Example - Display extended information on a file error
  call "C$RERR"     using crerr-status
  call "C$RERRNAME" using rerrname
  display message "Error " file-status crerr-status " on " rerrname 

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left