Examples - Oce XDL Reference Manual

Lcds-module xdl/djde
Table of Contents

Advertisement

Using Logical Processing

4.2.2 Examples

This section shows two examples of using the CRITERIA command.
Example 1
The following are examples of CRITERIA commands including the TABLE commands they
reference. The identifiers C1 and C2 are referenced by a logical processing TEST para-
meter.
T1: TABLE CONSTANT=('$$//');
C1: CRITERIA CONSTANT=(4,4,EQ,T1);
T2: TABLE CONSTANT=('//JOB ','//EXEC');
C2: CRITERIA CONSTANT=(1,6,EQ,T2);
Example 2
T1: TABLE CONSTANT=('EFGH');
C1: CRITERIA
CONSTANT=(104,4,NE,T1),LINENUM=(10,6);
RDELETE TEST=(C1);
The LINENUM specification (10,6) means that lines 10 through 15 on each page are being
examined for the RDELETE test. Any line not in that range is not examined.
A29247-X4-X-8-7672
CRITERIA Command
141

Advertisement

Table of Contents
loading

This manual is also suitable for:

DjdePrismaproduction server v3.10

Table of Contents