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

下载
页码 97
 
 
XPAF Forms Generator 
60 
User Guide and Reference 
 
 
  If you are using XPAF to print to your LPS printers you may use a simple 
IEBGENER job with Extended JCL to download and sample your forms. Figure 6–3 
shows an example of JCL you use to download and sample a form on the printer 
using XPAF. 
 
  Figure 6–3. Downloading and printing a sample with XPAF 
 
 
 
 
 
 
 
 
 
 
 
 
 
Editing an existing form 
 
  If you want to edit an existing form, select the forms source language (FSL) with 
your ISPF editor, make the necessary changes and then compile your edited form 
with XFG. 
 
 
//user$SF  JOB (D498,340),'BANF FORM SAMPLE',CLASS=S,MSGCLASS=Y 
//*                                                         
//*      SAMPLE FORM FROM CFORMLIB                          
//*                                                         
//SAMPFORM EXEC PGM=IEBGENER                                
//SYSPRINT DD SYSOUT=*                                      
//*                                                         
//OUTP     OUTPUT LINECT=0,   PORTRAIT                      
//             CLASS=X,FORMS=PORT,BANSTYLE=NONE,            
//             JDL=XPAF,JDE=LETTER,FEED=TRAY2,              
//             XFORM1=BANF,REVFORM=BANF,                    
//             PMODE=POR,TOF=1,BOF=128,XDUPLEX=NO,          
//             BEGIN1=(P3,IN,1,IN),FONT0=P0612B             
//*                                                         
//SYSUT2   DD SYSOUT=(,),DCB=(RECFM=FA,BLKSIZE=80),         
//             OUTPUT=(*.OUTP)                              
//SYSIN    DD DUMMY                                         
//SYSUT1   DD *                                             
1SAMPLE OF FORM BANF.FRM                                    
/*                                                          
//