Hello.

I'm new to OGL/PPFA programming and I'm assigned to work on using a new page
segment.

I have modified an existing overlay to use the new pagesegment and compiled
it using the following jcl:

//JOBLIB DD DSN=SYS1.OGL.LINKLIB,DISP=SHR                               
//*---------------------------------------------------------------     
//* OVERLAY GENERATION LANGUAGE - OGL/370 VERSION 1.1.0                 
//* SAMPLE OVERLAY 1                                                   
//*---------------------------------------------------------------     
//OVERLAY  EXEC PGM=DZIOVRLY,REGION=4M,PARM='SEQ,DEF'                   
//SYSPRINT DD  SYSOUT=*                                                 
//SYSUDUMP DD  SYSOUT=*                                                 
//SAMPLE   DD  SYSOUT=*                                                 
//OVRLIB   DD  DSN=MYLIB.OVERLAY.LOADLIB,DISP=SHR                   
//FONTDD   DD  DSN=MYLIB.XGROUP.FONT300,DISP=SHR         
//SEGDD    DD  DSN=MYLIB.PSEG.LOADLIB,DISP=SHR           
//SYSIN    DD  DSN=MYLIB.OVERLAY.SRCE(TXXXSG),DISP=SHR   


I also recompiled the FORMDEF member which uses the above overlay using the
following:

//STEP1    EXEC PGM=AKQPPFA                               
//SYSPRINT DD  SYSOUT=*                                   
//SYSUDUMP DD  SYSOUT=*                                   
//SYSIN    DD  DSN=MYLIB.FORMDEF.SRCE(TXXXFD),DISP=SHR
//FORMLIB  DD  DSN=MYLIB.FDEFLIB.LOCAL,DISP=SHR   



But when I ran my jcl to print out the form, the changes I made to the
overlay were not picked up. The old pagesegment used by the overlay still
appears in the print output.

By the way, the modified overlay and formdef and the new page segment were
stored in a server where the printer is supposed to get it from.

Could anyone please help? I'm not sure what I missed, if it were the jcls i
used for compiling. Should have I included the OVERLAY LOADLIB when I
recompiled the FORMDEF? 

Any suggestions is greatly appreciated. Thanks in advance.

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

Reply via email to