CL Command Reference - CRTPSFCFG
CL Command List > CRTPSFCFG Reference
Description:
Use the Create PSF Configuration (CRTPSFCFG) command to create a Print Services Facility (PSF) configuration object from the information specified on this command.
A PSF configuration object allows you to specify additional parameters for an AFP printer that are not supported on the Create Device Description (Printer) CRTDEVPRT command, such as setting the device release timer. The object type for a PSF configuration object is *PSFCFG.
Restrictions:
. The PSF feature is required to use this command.
. You must have input/output system configuration (*IOSYSCFG) special authority to use this command.
Examples:
CRTPSFCFG PSFCFG(QGPL/P5001) PDFGEN(*MAIL)
PDFDEVTYPE(*4028) PDFPPRDWR1(*LETTER)
PDFPPRDWR2(*LEGAL) PDFMULT(*YES *INDEX)
PDFDTAQ(*NONE) PDFINCFNT(*YES)
PDFMAILSVR(*SNDDST) PDFSENDER(QSPLJOB)
PDFMAPPGM(*NONE)
This command creates a Print Services Facility (PSF) configuration object named P5001 in the QGPL library. The PDFGEN parameter specifies that the spooled file is to be transformed to PDF and e-mailed by the SNDDST command. The transform is told to emulate a 4028 printer with paper sizes in drawers 1 and 2 to be letter and legal, respectively.
The requested output will have PDF index tags at the group boundaries, the necessary fonts will be placed inline with the output file, the sender is PSF. Since there is no mapping program, the mail tag information associated with the file is assumed to be valid e-mail addresses.
There will be no completion message logged to a data queue because this parameter has a value of *NONE.