IGZ0210S   There was an attempt to run an OS/VS COBOL program program-name in a non-initial thread.

Explanation

OS/VS COBOL programs can only run in the initial thread. For example, OS/VS COBOL programs can not run in a subtask created by a PL/I CALL statement with the TASK, EVENT, or PRIORITY option.

System action

The application is terminated.

Programmer response

Compile the COBOL program with the COBOL for MVS™ & VM or COBOL for OS/390® & VM compiler.

Symbolic Feedback Code

IGZ06I