I've always compressed a PROCLIB with IEBCOPY (DISP=SHR) and never had a
problem.
But there is another possible solution :

1) Remove PROC00 from JES2 PROC and substitue it by PROCLIB statment in
JES2PARM
like sample below

PROCLIB(PROC00) DD(001)=(DSNAME=SYS1.PROCLIB         ),UNCONDITIONAL
PROCLIB(PROC00) DD(002)=(DSNAME=SYS2.PROCLIB         ),UNCONDITIONAL
PROCLIB(PROC00) DD(003)=(DSNAME=SYS3.PROCLIB         ),UNCONDITIONAL 
PROCLIB(PROC00) DD(004)=(DSNAME=SYS4.PROCLIB         ),UNCONDITIONAL 

2) Let's assume SYS3.PROCLIB gets full. Create another proclib
(SYSX.PROCLIB)
and copy SYS3.PROCLIB into it.

3) Substitute SYS3.PROCLIB by SYSX.PROCLIB issueing the command 
$TPROCLIB(PROC00),DD(003)=(DSNAME=SYSX.PROCLIB).

4) Realloc a new SYS3.PROCLIB (or use PDS86 to enlarge it) and copy
SYSX.PROCLIB
back.

5) Substitute SYSX.PROCLIB by SYS3.PROCLIB (same command above)


Atenciosamente / Regards / Saludos

Ituriel do Nascimento Neto
Banco Bradesco S/A
4254/DPCD Alphaville
Suporte Técnico - Software Básico Mainframes
Tel: 55 11 4197-2021   Fax: 55 11 4197-2814







 AVISO LEGAL <BR> Esta mensagem é destinada exclusivamente para a(s) pessoa(s) 
a quem é dirigida, podendo conter informação confidencial e/ou legalmente 
privilegiada. Se você não for destinatário desta mensagem, desde já fica 
notificado de abster-se a divulgar, copiar, distribuir, examinar ou, de 
qualquer forma, utilizar a informação contida nesta mensagem, por ser ilegal. 
Caso você tenha recebido esta mensagem por engano, pedimos que nos retorne este 
E-Mail, promovendo, desde logo, a eliminação do seu conteúdo em sua base de 
dados, registros ou sistema de controle. Fica desprovida de eficácia e validade 
a mensagem que contiver vínculos obrigacionais, expedida por quem não detenha 
poderes de representação. 
+******+
 LEGAL ADVICE <BR> This message is exclusively destined for the people to whom 
it is directed, and it can bear private and/or legally exceptional information. 
If you are not addressee of this message, since now you are advised to not 
release, copy, distribute, check or, otherwise, use the information contained 
in this message, because it is illegal. If you received this message by 
mistake, we ask you to return this email, making possible, as soon as possible, 
the elimination of its contents of your database, registrations or controls 
system. The message that bears any mandatory links, issued by someone who has 
no representation powers, shall be null or void. 

----------------------------------------------------------------------
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