JVMTARGET

Specifies the JVM version number targeted by the class files generated in this compilation unit. The resulting class files can be run on any JVM version greater than or equal to the specified number.
Restriction: This directive is supported for JVM COBOL only.

Syntax:

>>-.---.---JVMTARGET"-integer-"---><
   +-/-+ 

Parameters:

integer
The Java version number of the JVM being targeted in the compilation unit; for example, JVMTARGET"9" targets JVM version 9. (Current permissible range is 5-10.)

Properties:

Default: JVMTARGET"7"
Phase: Syntax check
$SET: Initial