IBM0592S
ONCODE=oncode-value FETCH/RELEASE is not supported in CMS.

Explanation

An attempt was made to FETCH or RELEASE another program from a PL/I module that was linked with PL/I Version 2 Release 3 or earlier. The FETCH/RELEASE facility under CMS is only available with Language Environment® PL/I. The ERROR condition has been raised. The ONCODE associated with this message is 9252.

System action

The ERROR condition is raised.

Programmer response

Remove the FETCH or RELEASE statement from the application and use the CALL statement instead. Or relink the program with Language Environment PL/I.

Symbolic Feedback Code

IBM0IG