Xerox Xerox Printer Access Facility (XPAF) Support & Software 用户指南

下载
页码 11
 
Page 11 
 
Using the XFGUTIL program 
The XFGUTIL utility program is supplied to facilitate sampling 
forms when XPAF XOSF is not being used to print on Xerox 
printers.  Sample JCL is shown below. 
 
Note that if XPAF is used to print the XFGUTIL output any 
required resources (FONTs, LOGOs or IMAGEs) will NOT be 
downloaded to the printer.  This is because the form being 
sampled is included in the print data stream via a DJDE FILE= 
command and XOSF does not examine these files for resource 
requirements. 
 
 
//user$XF  JOB (D498,340),'XFG UTILITY',CLASS=S,MSGCLASS=Y, 
//             REGION=4M,NOTIFY=&SYSUID 
//* 
//* THIS JOB EXECUTES THE XFG UTILITY PROGRAM TO DOWNLOAD AND 
//*      SAMPLE A FORM FROM THE CFORMLIB 
//* 
//* THE FORM NAME IS GIVEN IN THE PARM= STATEMENT 
//* THE IDEN PARAMETERS ARE GIVEN IN THE IDEN FILE 
//* THE OUTPUT IS WRITTEN TO SYSPRINT 
//* 
//* THE FORM WILL BE DOWNLOADED WITH THE DELETE OPTION 
//* IF ,D IS CODED AFTER THE FORM NAME IN THE PARM STATEMENT 
//* 
//XFGUTIL EXEC PGM=XFGUTIL,REGION=4M,PARM=(form,D) 
//STEPLIB   DD DISP=SHR,DSN=your.hlq.XPFLOAD 
//XINPARM   DD DISP=SHR,DSN=your.hlq.XINPARM 
//CFORMLIB  DD DISP=SHR,DSN=your.hlq.CFORMLIB 
//SYSPRINT  DD SYSOUT=X 
//IDEN      DD * 
PREFIX='@@@DJDE' 
OFFSET=0 
SKIP=8 
/* 
//