Runtime support for assembler COBOL calls under non-CICS
The combinations of calls involving COBOL programs and assembler programs and whether the calls are supported when running under Language Environment® under non-CICS® are listed in the following table.
For the calls that are not supported, Table 1 also lists the symptom (message or
abend code) that is returned in most cases. In some cases, depending
on the application environment, the symptom might not occur. You could
receive a different failure, or the application might appear to run
successfully.
The term, IBM COBOL refers to COBOL/370, COBOL for MVS &VM and COBOL for OS/390® & VM.
Calls from | Issued to | |||||||
---|---|---|---|---|---|---|---|---|
Call type | Program issuing | Enterprise COBOL | IBM COBOL | VS COBOL II | OS/VS COBOL | LanEnv1 Asm2 main | LanEnv1 Asm subrtn | Non-LanEnv Asm |
Static | Enterprise COBOL | Yes | Yes | Yes | No | No3 | Yes | Yes |
IBM COBOL | Yes | Yes | Yes | Yes | No3 | Yes | Yes | |
VS COBOL II with RES | Yes | Yes | Yes | Yes | No3 | Yes4 | Yes | |
VS COBOL II with NORES | No | Yes | Yes | Yes | No3 | Yes4 | Yes | |
OS/VS COBOL | No | Yes | Yes | Yes | No3 | Yes4 | Yes | |
Dynamic | Enterprise COBOL | Yes | Yes | Yes | No | No3 | Yes | Yes |
IBM COBOL | Yes | Yes | Yes | Yes | No3 | Yes | Yes | |
VS COBOL II with RES | Yes | Yes | Yes | Yes | No3 | Yes | Yes | |
VS COBOL II with NORES | No | Yes | Yes | Yes | No3 | Yes | Yes | |
OS/VS COBOL | No | Yes | Yes | Yes | No3 | Yes | Yes | |
VCON | Asm (LanEnv) | Yes | Yes | Yes | Yes | No3 | Yes | Yes |
Asm (non-LanEnv) | Yes | Yes | Yes | Yes | Yes5 | No6 | Yes | |
LOAD | Asm (LanEnv) | Yes | Yes | Yes | Yes | No3 | Yes | Yes |
BALR | Asm (non-LanEnv) | Yes | Yes | Yes | Yes | Yes5 | No6 | Yes |
LINK | Asm (LanEnv) | Yes | Yes | Yes | Yes7 | Yes | No6 | Yes |
Asm (non-LanEnv) | Yes | Yes | Yes | Yes7 | Yes | No6 | Yes | |
The failure symptoms described in these notes are as they would occur when the Language Environment TRAP(ON) and ABTERMENC(ABEND) runtime options are in effect.
|