IGZ0199S   An attempt was made to run a COBOL program that was compiled with the SEPARATE suboption of the TEST compiler option. This is not supported with this level of Language Environment or this level of Debug Tool. The program name is program-name.

Explanation

COBOL programs running with TEST(,,SEPARATE) must run on levels of Language Environment and Debug Tool that support it. This error can occur with any of the following:
  • running with a level of Language Environment that does not support the SEPARATE suboption
  • running with a level of Language Environment that could support the SEPARATE suboption but does not have current maintenance applied
  • running with a level of Debug Tool that could support the SEPARATE suboption but does not have current maintenance applied

System action

The application was terminated.

Programmer response

Run the program under levels of Language Environment and Debug Tool that support programs compiled with TEST(,,SEPARATE) or recompile the COBOL program without the SEPARATE suboption of the TEST compiler option.

Symbolic Feedback Code

IGZ067