Here is some PSF compile JCL form def and pagedef
//PSFCOMP  JOB (JOB,JOB),'PSF',CLASS=Z,MSGCLASS=M,REGION=0M, 
//         NOTIFY=&SYSUID 
//STEP     EXEC PGM=AKQPPFA 
//FORMLIB  DD DSN=SYS1.PSF.PPFA.FORMLIB,DISP=SHR 
//PAGELIB  DD DSN=SYS1.PSF.PPFA.PAGELIB,DISP=SHR 
//SYSPRINT DD SYSOUT=* 
//SYSIN    DD DISP=SHR,DSN=PROD.PRINT.LIB(NP1PD) 

Here is overlay compile JCL.
//PSFOVER  JOB (JOB),'PSF',CLASS=Z,MSGCLASS=M,NOTIFY=&SYSUID, 
//         REGION=0M 
//*--------------------------------------------------------------- 
//* OVERLAY GENERATION LANGUAGE - OGL/370 VERSION 1.1.0 
//*--------------------------------------------------------------- 
//*OVERFORM OUTPUT FORMDEF=OGL,PAGEDEF=L100A0 
//OVERLAY  EXEC PGM=DZIOVRLY,REGION=0M,PARM='SEQ,DEF' 
//SYSPRINT DD  SYSOUT=* 
//SYSUDUMP DD  SYSOUT=* 
//SAMPLE   DD  SYSOUT=* 
//*SAMPLE   DD  SYSOUT=(Z,,ZLL4),OUTPUT=*.OVERFORM 
//OVRLIB   DD  DSN=SYS1.OVERLIB,DISP=SHR 
//FONTDD   DD  DSN=SYS1.FONTLIBB,DISP=SHR 
//SEGDD    DD  DSN=SYS1.PSEGLIB,DISP=SHR 
//SYSIN    DD  DISP=SHR,DSN=PROD.PRINT.LIB(ADV340O) 
//*OVERFORM OUTPUT FORMDEF=OGL,PAGEDEF=L100A0 
 
              
Michael Saraco
Systems Consultant
Baer Consulting, Inc.
Work - 507-526-2566
Cell    - 507-525-0530



From:
"Schwarz, Barry A" <[EMAIL PROTECTED]>
To:
IBM-MAIN@BAMA.UA.EDU
Date:
01/10/2008 02:30 PM
Subject:
Re: PSF & Advanced Function Printer



Look up Page Printer Formatting Aid (PPFA).

-----Original Message-----
From: Mark H. Young [mailto:snip] 
Sent: Thursday, January 10, 2008 12:23 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: PSF & Advanced Function Printer

Being the old gray beard dinosaur that I am.....old school was to code
up an FCB in assembler with a CSECT and several DC's and assemble & link
it to IMAGELIB.  Now with an AFP using PSF, it's different.  Is there a
similar process with PSF to code up the printer / page / document / form
defs and run it thru some utility (a compiler) to place out in:
SYS1.PDEFLIB, etc.?????

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to