Class file (CLSF)

Specifies the class file name from which to create the iSeries Java program. The class file name may be qualified by one or more directory names. The possible values are:

name
Specify the name of the class file or a pattern for identifying the class file or files to be used. A pattern can be specified in the last part of the name. An asterisk matches any number of characters and a question mark matches a single character.

If the name is qualified or contains a pattern it must be enclosed in apostrophes. An example of a qualified class file name is '/directory1/directory2/myclassname.class'.

An example of a pattern is '/directory1/directory2/myclass*.class'.