Previous Topic: EMPLOYEE Database DefinitionNext Topic: Considerations for IBM Language Environment


VS COBOL II Support

This appendix discusses CA IDMS support for programs compiled under the VS COBOL II compiler. It is divided into two parts:

Programs compiled under VS COBOL II can be run under the IBM runtime Language Environment subject to the requirements documented by IBM and the CA IDMS restrictions documented below in this appendix and in Considerations for IBM Language Environment. IBM no longer supports programs running under the VS COBOL II runtime environment.

This section contains the following topics:

Features Supported by CA IDMS

Features Not Supported by CA IDMS

Features Supported by CA IDMS

The following COBOL II features are supported by CA IDMS:

RMODE and AMODE Attributes

Compiler options

Default RMODE/AMODE

RES/RENT

RMODE(ANY) AMODE(ANY)

RES/NORENT

RMODE(24) AMODE(ANY)

NORES/NORENT

RMODE(24) AMODE(24)

To run a task in 31-bit mode, it must be defined with a LOCATION of ANY (at SYSGEN or at runtime using a DCMT VARY DYNAMIC PROGRAM command).

Features Not Supported by CA IDMS

The following COBOL II features are not supported by CA IDMS: