Oce XDL Reference Manual page 175

Lcds-module xdl/djde
Table of Contents

Advertisement

Using Logical Processing
Example
Following is an example of using the RSUSPEND and RRESUME commands.
T1:TABLE
T2:TABLE
T3:TABLE
C1:CRITERIA
C2:CRITERIA
C3:CRITERIA
RSUSPEND
RRESUME
The printing of the input data records in the following sample data is suspended (from
record //JOB to //EXEC) by the preceding RSUSPEND command. Printing resumes after
the //EXEC data record (RRESUME command above).
A29247-X4-X-8-7672
CONSTANT=('//JOB ','//EXEC');
CONSTANT=('EOJ ');
CONSTANT=('//EXEC');
CONSTANT=(1,6,EQ,T1);
CONSTANT=(1,4,EQ,T2);
CONSTANT=(1,6,EQ,T3);
TEST=(C1,OR,C2),
BEGIN=CURRENT;
TEST=(C3,OR,C2),
BEGIN=NEXT;
RSUSPEND and RRESUME Commands
167

Advertisement

Table of Contents
loading

This manual is also suitable for:

DjdePrismaproduction server v3.10

Table of Contents