LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 1996, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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 --


Back to: Top of message | Previous page | Main SAS-L page