FOR0312S
The DEALLOCATE statement could not be completed. The object object_name was not allocated.

System action

If the STAT specifier is not present on the DEALLOCATE statement, the condition is signaled. If the condition is unhandled, the application is terminated.

Qualifying Data:

No. Name Input/ Output Data Type and Length Value
1 parm-count Input INTEGER*4 2
2 object-name Input CHARACTER*250 Name of object specified in DEALLOCATE statement.

Permissible Resume Actions:

Name Action Taken after Resumption
RN The current operation is ignored. The remainder of the deallocation list is processed and execution continues.

Programmer response

Correct the logic of your program so that you don't deallocate an array isn't allocated.

Symbolic Feedback Code

FOR0312