Interface PositionalParameterTree

All Superinterfaces:
HasTextRange, JclTree, ParameterTree

@Beta public interface PositionalParameterTree extends ParameterTree
A positional parameter in a JCL statement.
For example, in the following JCL statement:
   //ALPHA JOB 843,BOB,MSGCLASS=A
 
The two positional parameters are 843 and BOB. See IBM Reference - Format of statements - Parameter field for more information.
  • Method Details