CL Command Reference - CHGPSFCFG

CL Command List > CHGPSFCFG Reference

Description:

Use the Change PSF Configuration (CHGPSFCFG) command to modify an existing 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:

CHGPSFCFG PSFCFG(QGPL/P5002) PDFGEN(*MAIL)
PDFDEVTYPE(*3812) PDFPPRDWR1(*LETTER)
PDFPPRDWR2(*LEGAL) PDFMULT(*NO)
PDFDTAQ(QGPL/PDF) PDFINCFNT(*NO)
PDFMAILSVR(MAIL.EARTHLINK.NET)
PDFSENDER(*SPLFOWN) PDFMAPPGM(*NONE)

This command changes a Print Services Facility (PSF) configuration object named P5002 in the QGPL library. The PDFGEN parameter specifies that the spooled file is to be transformed to PDF and e-mailed by the mail server found at mail.earthlink.net. The transform is told to emulate a 3812 printer with paper sizes in drawers 1 and 2 to be letter and legal, respectively.

There will be a single PDF output file because the PDFMULT parameter is *NO. The fonts used by the file will not be inline so the user of the output file will need access to the fonts to display or print the file. The sender is the owner of the spooled file. Since there is no mapping program, the mail tag information associated with the file is assumed to be valid e-mail addresses.

Transform completion messages will be logged to data queue PDF in the QGPL library.