Class(CLSF)

Specifies the class name to be run. The class name must be fully qualified with the package name. For example,

CLSF(com.abc.MyClass)

identifies the class MyClass in package com.abc.

The possible values are:

*VERSION
The build version information for the Java Development Kit (JDK) and the Java Virtual Machine (JVM) is displayed. No Java program is run.

*USRDEF
Specify the name of the class to be run.