Using Logical Processing
RSUSPEND and RRESUME Commands
A29247-X4-X-8-7672
167
Example
Following is an example of using the RSUSPEND and RRESUME commands.
T1:TABLE CONSTANT=('//JOB ','//EXEC');
T2:TABLE CONSTANT=('EOJ ');
T3:TABLE CONSTANT=('//EXEC');
C1:CRITERIA CONSTANT=(1,6,EQ,T1);
C2:CRITERIA CONSTANT=(1,4,EQ,T2);
C3:CRITERIA CONSTANT=(1,6,EQ,T3);
RSUSPEND TEST=(C1,OR,C2),
BEGIN=CURRENT;
RRESUME
TEST=(C3,OR,C2),
BEGIN=NEXT;
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).
Summary of Contents for XDL
Page 1: ...Oc Oc Reference Guide Oc PRISMAproduction Server V3 10 LCDS Module XDL DJDE...
Page 4: ...A29247 X4 X 8 7672...
Page 66: ...Summary of VOLUME Command Parameters Input Processing 58 A29247 X4 X 8 7672...
Page 118: ...Summary of OUTPUT Command Parameters Continuation Print Processing 110 A29247 X4 X 8 7672...
Page 120: ...Summary of OUTPUT Command Parameters Continuation Print Processing 112 A29247 X4 X 8 7672...
Page 121: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 113...
Page 123: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 115...
Page 125: ...Print Processing Summary of OUTPUT Command Parameters Continuation A29247 X4 X 8 7672 117...
Page 142: ...Summary of STOCKSET Statement Command Parameters Print Processing 134 A29247 X4 X 8 7672...
Page 176: ...RSUSPEND and RRESUME Commands Using Logical Processing 168 A29247 X4 X 8 7672...
Page 240: ...Migrating to HC Highlight Color Support 232 A29247 X4 X 8 7672...