On Wed, 2 Aug 2006 15:25:15 -0500, Peter Ten Eyck
<[EMAIL PROTECTED]> wrote:

>I have read various posting about the problems of compressing a PDS
>proclib. 

Then I'm wondering why you didn't find what you needed in the
archives.

>I have a proclib call TEST.PROCLIB which out of space.
>
<snip>

>
>TEST.PROCLIB is known to JES2 through the following PROC (JES2 on z/OS 1.4).
>
>//JES2     PROC MEMBER=JES2PARM,ALTMEM=JES2PARM,
>//          PLIB2='SYS2.PROCLIB',PLIB3='TEST.PROCLIB'
>//IEFPROC  EXEC PGM=HASJES20,DPRTY=(15,15),TIME=1440,PERFORM=9
>//ALTPARM  DD DISP=SHR,DSN=SYS1.PARMLIB(&ALTMEM)
>//HASPPARM DD DISP=SHR,DSN=SYS1.PARMLIB(&MEMBER)
>//PROC00   DD DISP=SHR,DSN=SYS1.PROCLIB
>//         DD DSN=&PLIB2,DISP=SHR
>//         DD DSN=&PLIB3,DISP=SHR
>//         DD DISP=SHR,DSN=CPAC.PROCLIB
>//         DD DISP=SHR,DSN=IPO1.PROCLIB
>//         DD DISP=SHR,DSN=SYS1.IBM.PROCLIB
>//         DD DISP=SHR,DSN=IOE.SIOEPROC
>//HASPLIST DD DDNAME=IEFRDER
>
>How do I resolve this problem if it is not "safe" to compress?
>

Search the archives for "Curious Proclib Problem".  

$PJES2,ABEND and hot start (restart) is a 100% cure. Otherwise, this 
is from a post of mine that was in the thread I just mentioned:

"Another problem is that each converter subtask has its own DCB for the 
problib concatenation. The number of subtasks is defined by CNVTNUM in 
PCEDEF. There is a "trick" to try and close and re-open the concatenation, 
but the more subtasks you have, the harder it is to force them all 
to be closed and re-opened. You have to flood the system with enough 
"trick" jobs to force all the tasks to be busy."

"The "trick" job is to use a /*JOBPARM P=????? pointing to a 
name that is not the PROCLIB concatenation thathas been changed. 
You can even make up a name - /*JOBPARM P=PROC999. You need to submit 
as many of these at once as you can (put multiple jobs in a data set 
and submit the data set)."

Regards,

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group
mailto: [EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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