IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

space issue in SAS job


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chaddi

New User


Joined: 22 Aug 2007
Posts: 1
Location: US

PostPosted: Thu Oct 30, 2008 5:27 am
Reply with quote

Hey,

One of the SAS job is failing due to lack of disk space. I tried increasing space , adding options=mywork , increased the work space but still no luck. icon_redface.gif

any good solution to overcome this problem..

I know adding Utilloc works but not sure how to add it in job card

Chidu
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Oct 30, 2008 6:07 am
Reply with quote

Hello,

Quote:
I know adding Utilloc works but not sure how to add it in job card
It may or may not work. . .

There is usually a WORK= parameter in the SAS procedure that specifies the amount of work space to allocate; this can typically be changed via JCL.

Suggest you talk with your storage management people and determine if you are using the correct storage pool for your process. I'd suggest you talk with them before trying utilloc. There is information about utilloc on the sas website.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Thu Oct 30, 2008 6:09 am
Reply with quote

Lack of disk space for which DD name? If your output file is filling up, adding space to the WORK DD name isn't going to change your outcome at all. If you'd posted the exact messages SAS gave you, that would have helped identify the problem. Adding more packs can be beneficial, depending on what the problem is.

A quick Google search (under 2 minutes) for "SAS z/os utilloc" found:
Quote:
UTILLOC = "location" | ("location1", "location2", ...)

location

can be one of the following:

*

an HFS directory in the UNIX System Services file system.
*

an ALLOC command that specifies the amount of space to be used for each utility file. You can include any of the following keywords in your ALLOC command: TRACKS, CYL, BLOCK, SPACE, UCOUNT, VOL, UNIT, STORCLAS, MGMTCLAS, and DATACLAS.

Here are some examples of the UTILLOC= system option.

UTILLOC='ALLOC UNIT(DISK) UCOUNT(2) CYL SPACE(20,100)'
UTILLOC='/dept/prod/utility'
UTILLOC=('ALLOC UNIT(SYSDA) UCOUNT(2) CYL SPACE(15,15)')
UTILLOC=('ALLOC UNIT(SYSDA) VOL(SCR001) CYL SPACE(15,15)',
'ALLOC UNIT(SYSDA) VOL(SCR002) CYL SPACE(15,15)')
UTILLOC=('/dept/prod/utility1', '/dept/prod/utility2')
UTILLOC=('ALLOC UNIT(DISK) CYL SPACE(20,100)',
'/dept/prod/utility')

Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Oct 30, 2008 12:20 pm
Reply with quote

How are we expected to be of any help when we are not told the exact nature of the problem.

You need to either show the error messages and codes.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Thu Oct 30, 2008 12:58 pm
Reply with quote

what has this to do with mainframe cobol?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Facing ABM3 issue! CICS 3
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
Search our Forums:

Back to Top