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

spool space calculation


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
mymainframes08

New User


Joined: 09 Sep 2008
Posts: 1
Location: new delhi

PostPosted: Sat Sep 27, 2008 7:59 am
Reply with quote

I want to calculate the spool space which is required for a particular step??

Whats the method of calculating that???
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


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

PostPosted: Sat Sep 27, 2008 8:07 am
Reply with quote

You're to split out one step of a job and look at it's spool space only? A very, very, very strange requirement! Estimate the number of lines you're spooling in the step, multiply by the appropriate line size, and that tells you how many bytes are needed. That can be converted to tracks and cylinders using standard algorithms.

Bottom line: it sounds like you're getting ready to spool off an extremely large file. If so, contact your site's systems support personnel to determine whether or not there is spool space for your needs. Systems programmers can often add spool packs dynamically if given warning; if you just throw it out there and cause JES to stop processing because you used all the spool space, you deserve whatever happens to you.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Merge 2 lines based on Space from a S... DFSORT/ICETOOL 5
No new posts Capturing logs from spool dd JCL & VSAM 6
Search our Forums:

Back to Top