Print Processing
Summary of STOCKSET Statement Command Parameters
A29247-X4-X-8-7672
133
3.13.1 Points to note
System-generated pages (such as PLABEL or OPRINFO) are printed using the STOCK-
SET's SYSPAGE command that is in effect. If no STOCKSET is in effect, cluster MAIN is
used.
3.13.2 Example
The STOCKSET statement is similar to the PDL and CME statements because it can be
compiled separately.
BILLS:STOCKSET
ASSIGN
= ('YELLOW' , COVER),
ASSIGN
= ('WHITE' , (BODY, SUMMARY)),
ASSIGN
= (('GREEN' , LATE), ('MAIN', DISCON)),
INIFEED
= COVER, /*INIFEED = 'YELLOW' WORKS AS WELL*/
SYSPAGE
= COVER;
In the example above, a stockset called BILLS is created and consists of four stocks: YEL-
LOW, WHITE, GREEN, and MAIN. Stock references are created for these four stocks;
COVER for YELLOW, BODY and SUMMARY for WHITE, LATE for GREEN and DISCON
for MAIN. In the absence of a specific option of the FEED command at the start of the re-
port, INIFEED directs output to feed from the stock referred to by AUX. A billing application
makes use of this stockset by coding an OUTPUT STOCKS=BILLS statement in its JDE,
and through successive DJDE FEED records, directs feeding the cover, body and summa-
ry, late notice, and disconnect pages from the stock referenced by COVER, BODY, SUM-
MARY, LATE and DISCON, respectively. Alternatively, the DJDE FEED record could refer
directly to stocks by name (i.e. FEED='YELLOW'). Note that the use of stock references is
preferred over stock names.
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...