Previous Topic: ADSOBSYSNext Topic: SYSTEM Statement


Control Statements

The following control statements can be used with ADSOBSYS:

ICTL

Specifies scanning a specified column range for meaningful data. The default specification is 1-72. The ICTL statement format is shown below:

Syntax

►►─┬───────────────────────────────────────────────────┬──────────────────────►◄
   └─ ICTL = (start-column-number  end-column-number) ─┘

OCTL

Specifies the number of lines to appear on each page of the ADSOBSYS printed output. The default specification is 56. The OCTL statement format is shown below:

►►─┬──────────────────────────────┬───────────────────────────────────────────►◄
   └─ OCTL = (line-count-number) ─┘

ISEQ

Specifies sequence checking on source statements falling within a specified column range. The ISEQ statement format is shown below:

►►─┬───────────────────────────────────────────────────┬──────────────────────►◄
   └─ ISEQ = (start-column-number  end-column-number) ─┘

The ICTL, OCTL, and ISEQ control statements must be submitted to the job stream before the SYSTEM statement.