Common Error Codes with the BGL XL Compilers

Since the BGL XL compilers do not always give descriptions along with error codes, some of the more common error codes are listed here along with descriptions.

Error Code

Meaning

1525-001

The READ statement on the file cannot be completed because the end of the file was reached.

1525-006

Attempt to open file with 'status=OLD' when file does not exist

1525-014

Failure on OPEN because a file or directory in the path was not found.

1525-101

Could not read file

1525-107

Attempt to open file with 'status=NEW' that already exists

1525-108

Could not allocate object: There was not enough memory available to allocate an object of some sort

  • No labels