Start of change

IGZ0269W   program-lang version program-version program program-name made a call to OS/VS COBOL program program-name.

Explanation

A COBOL program made a call to an OS/VS COBOL program with the CALL statement. Using the CALL statement to perform calls between Enterprise COBOL V5 programs and OS/VS COBOL programs is not supported. In addition, IBM may remove support for OS/VS COBOL programs from Language Environment in the future, so users need to know if they are using OS/VS COBOL programs and what the program names are.

An OS/VS COBOL program can also be called by an ASSEMBLER program using the IGZCXCC routine. In this case, the actual name of the ASSEMBLER program, as well as the program version information, will not be available as part of the message.

System action

No system action was taken.

Programmer response

Recompile the OS/VS COBOL program with a newer compiler.

Symbolic Feedback Code

IGZ08D

End of change