OS/VS COBOL programs will not run starting from CICS TS V2.2. The new version of CICS TS V3 needs enterprise Cobol. Read Object oriented Cobol.

If we want to change OS/VS COBOL program, we need to use old CICS TS translator. The compiler options for enterprise COBOL are:

CICS

DATA(24)

DBCS

LIB

NO DYNAM

RENT

TRUNC(OPT)/TRUNC(BIN)

Related Posts