Previous Topic: SyntaxNext Topic: Syntax


Example

To process only the job names that begin with P1, specify the following:

/SELECT SUBSTR(JOB,1,2) = 'P1'