Previous Topic: SyntaxNext Topic: THEN Control Statement


Example

The following example concludes processing when the first digit of JOB is greater than or equal to "B":

/IF SUBSTR(JOB,1,1) GE 'B'
/         STOP
/END
/PRINT JOB