Consider activating one or more of the following DD statements to the JCL procedure for CA Spool:
//*-------------------------------------------------------------------* //* CA Spool Print formatting resource libraries. * //*-------------------------------------------------------------------* //*PJLLIB DD DISP=SHR,DSN=**YOUR**.PJL.RESOURCE.LIBRARY //*PCLLIB DD DISP=SHR,DSN=**YOUR**.PCL.RESOURCE.LIBRARY //*BINLIB DD DISP=SHR,DSN=**YOUR**.BIN.RESOURCE.LIBRARY //*OVLYLIB DD DISP=SHR,DSN=**YOUR**.OVLY.RESOURCE.LIBRARY //*HTMLIB DD DISP=SHR,DSN=**YOUR**.HTML.RESOURCE.LIBRARY //*MAILLIB DD DISP=SHR,DSN=**YOUR**.MAILBOOK.RESOURCE.LIBRARY
Note: The TCPSERV, TCPRESO, and TCPHOST datasets and the ESFLPRP module are no longer being used.
The optional PJLLIB, PCLLIB, BINLIB, OVLYLIB, HTMLIB and MAILLIB resource libraries must be allocated as RECFM=VB partition data sets, with, for example, LRECL=259 and BLKSIZE=2594.
PJLLIB might contain predefined FCB, Form, and Chars PJL commands in EBCDIC, which are automatically included in front of the print data if option F is specified for print driver PJL4 or PJL5.
PCLLIB might contain predefined FCB, Form, and Chars PCL commands, which are automatically included in front of the print data, if option F is specified for print driver PCL5 or option G is specified for print driver PJL, PJL4, PJL5, or PCL5. Also option g (lowercase) activates auto include of existing FCB, Form and Chars PCLLIB resource members for print drivers LPR ,DSO ,PJL, PJL4, PJL5, and PCL5. Commands are entered in EBCDIC. An asterisk or blank in column 1 indicates a comment line. A blank terminates the command string on each line. Data after the first blank is ignored. DEVICE statements are supported. PCL and Non PCL commands can exist in the same PCLLIB member.
BINLIB can contain predefined FCB, Form, and Chars binary printer commands in ASCII, which are automatically included in front of the print data, if print driver option B is specified.
OVLYLIB can contain predefined Form binary PCL commands in ASCII, which are included as an automatic page overlay, if print driver option O is specified.
HTMLIB can contain predefined HTMLFORM or FORM specified HTML skeletons used included by the Email print driver if MSGTYPE=HTML is specified.
MAILLIB can contain predefined MAILBOOK or Writer specified email parameters included by the Email print driver.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|