Interface JobStatementTree

All Superinterfaces:
ExplicitStatementTree, HasTextRange, JclTree, OperationStatementTree, StatementTree

@Beta public interface JobStatementTree extends OperationStatementTree
A JOB statement.

See IBM Reference - JOB statement.

  • Method Details

    • statements

      List<StatementTree> statements()
      Returns:
      list of statements within the job.