View previous topic :: View next topic
|
Author |
Message |
Leah Dela Cruz
New User
Joined: 27 May 2008 Posts: 13 Location: Philippines
|
|
|
|
Hello.
I'm new to OGL printing and I'm assigned to work on using a new page segment.
I have modified an existing overlay to use a new pagesegment and compiled it using the following jcl:
Code: |
//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:
Code: |
//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.
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. Thanks. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
If this is already in use on your system, i suggest you talk with someone who already has a working process. You could easily compare the difference between yours and one that works.
You have posted in the tso/ispf part of the forum - is this related to either? |
|
Back to top |
|
|
Leah Dela Cruz
New User
Joined: 27 May 2008 Posts: 13 Location: Philippines
|
|
|
|
Hi. Thanks for the suggestion.
This should not be posted here. sorry about that. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Not a problem - that's why we ask
d |
|
Back to top |
|
|
|