IBM OS/390 사용자 설명서

다운로드
페이지 673
17.5.1.2 Run-time Options and LE/VSE 1.4 and Later Releases
The following options were introduced in LE/VSE 1.4, but their usage in OS/390
Language Environment is sometimes different. They were not available in
LE/VSE 1.1.
ARGPARSE
This option only applies to C and can only be specified with the
#pragma runopts
 directive. 
#pragma runopts
 is not available with
C + +   s o   y o u   s h o u l d   c h a n g e   y o u r   a p p l i c a t i o n   t o   u s e   t h e   C + +
ARGPARSE compiler option.
EXECOPS
This option only applies to C and can only be specified with the
#pragma runopts
 directive. 
#pragma runopts
 is not available with
C + +   s o   y o u   s h o u l d   c h a n g e   y o u r   a p p l i c a t i o n   t o   u s e   t h e   C + +
EXECOPS compiler option.
ENV
This option only applies to C and can only be specified with the
#pragma runopts
 directive. 
#pragma runopts
 is not available with
C + +   s o   y o u   s h o u l d   c h a n g e   y o u r   a p p l i c a t i o n   t o   u s e   t h e   C + +
TARGET(IMS) compiler option.
HEAPCHK
HEAPCHK was not available in LE/VSE 1.1. It is available in
LE/VSE releases later than 1.4, and in LE/VSE 1.4 via APAR
PQ08538. HEAPCHK has the same behaviour in OS/390
Language Environment as in LE/VSE, and is described in
VSE/ESA Enhancements, and in the OS/390 Language
Environment Programming Reference.
PLIST
This option only applies to C and can only be specified with the
#pragma runopts
 directive. 
#pragma runopts
 is not available with
C++. The behavior of C applications with PLIST(HOST) in effect
i s   t h e   s a m e   f o r   C + + .
REDIR
This option only applies to C and can only be specified with the
#pragma runopts
 directive. 
#pragma runopts
 is not available with
C + +   s o   y o u   s h o u l d   c h a n g e   y o u r   a p p l i c a t i o n   t o   u s e   t h e   C + +
REDIR compiler option.
RETZERO
The RETZERO option is a VSE-only option and not available in
OS/390 Language Environment. It applies only to COBOL
applications. If you are using it in your applications you should
remove it. This may mean you need to make coding changes to
accommodate invalid values in the RETURN-CODE special
register.
If you include the RETZERO option in your OS/390 application,
you will receive message:
CEE3611I The run-time option RETZERO was an invalid run-time option
Note:
RETZERO is available in LE/VSE releases later than 1.4,
and in LE/VSE 1.4 via APAR PQ04876.
TRACE
With OS/390 Language Environment there are two more values
for the sub-option
LE
. They are LE=2 and LE=3.
362
VSE to OS/390 Migration Workbook