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 (January 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 19 Jan 2007 08:25:14 -0500
Reply-To:     "O'Connell, Martin" <MOConnell@GEICO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "O'Connell, Martin" <MOConnell@GEICO.COM>
Subject:      Mainframe WORK shortages
Content-Type: text/plain; charset="us-ascii"

Hello all,

I've been out of the mainframe world for a while and am having to look at an unruly SAS job that I think needs a larger work lib. We are running SAS9 and looking at the SAS PROC the default work is code as:

//WORK DD UNIT=SYSDA, // SPACE=(6144,(&WRKBLKS),,,ROUND), // DCB=(RECFM=FS,LRECL=,BLKSIZE=0,DSORG=PS),VOL=(,,,10)

With:

WRKBLKS='5000,500' as its default.

I've got a copy of the proc in my test lib and can recode the work definition directly as needed.

Is there a current "state of the art" now regarding larger mainframe work files? Years ago (version 6) I remember we had created a designer storage class which allowed the work file to span multiple volumes (up to 5) but am not sure if that is the current method or not.

Thanks for any help.

Martin ==================== This email/fax message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this email/fax is prohibited. If you are not the intended recipient, please destroy all paper and electronic copies of the original message.


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