Date: Thu, 6 Jun 1996 11:54:51 EDT
Reply-To: bruce_christopher@E-MAIL.COM
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: bruce_christopher@E-MAIL.COM
Subject: Re: MVS Space Question
TWB2@PGE.COM (TIM BERRYHILL) WROTE:
> If a job fails with a B37-04 on the work library, does anyone know a way
> to discover how much space the job actually received?
In your JCL, change the disposition of the WORK DD to
DISP=(NEW,CATLG,CATLG) and supply a DSN= compatible with your shop's naming
standards for "permanent" data sets (you might also have to change the UNIT=
parameter also depending on shop standards). This way, the WORK data
library will be saved even if the job abends. And then you can use
something such as ISPF 3.2 to display the space allocated.
-- Bruce_Christopher@e-mail.com --
-- HOUSEHOLD INTERNATIONAL --
|