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

What is the size of sysout in spool


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

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Wed Jul 09, 2008 1:19 pm
Reply with quote

Hi all,

Can anyone tell me what is the size of sysout in spool?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jul 09, 2008 1:21 pm
Reply with quote

please be a bit more specific on what information You need
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jul 09, 2008 1:43 pm
Reply with quote

there are many factors that influence the spool capacity,
that' s why I asked for more info in the request
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Jul 09, 2008 3:07 pm
Reply with quote

One more good guess... icon_biggrin.gif

are you asking about the default LRECL of SYSOUT..?
Back to top
View user's profile Send private message
shanudarling
Warnings : 1

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Wed Jul 09, 2008 5:56 pm
Reply with quote

enrico-sorichetti wrote:
there are many factors that influence the spool capacity,
that' s why I asked for more info in the request


mean to say, what is the size of sysout statemant in terms of bytes?

as display has 2048 bytes...
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jul 09, 2008 6:25 pm
Reply with quote

still it is not clear what You want to know ??
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Wed Jul 09, 2008 6:32 pm
Reply with quote

A program controls the LRECL of records written to SYSOUT. There is probably some overhead for control info for JES for each job's spool data.

A larger record uses more spool space.
Back to top
View user's profile Send private message
shanudarling
Warnings : 1

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Thu Jul 10, 2008 6:21 pm
Reply with quote

enrico-sorichetti wrote:
still it is not clear what You want to know ??


in a job we get
DDNAME
JESMSGLG
JESJCL
JESYSMSG
SYSPRINT
SYSOUT
CEEDUMP

so i want to know about the max size of that SYSOUT?
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Thu Jul 10, 2008 6:38 pm
Reply with quote

What do you want to know about the size of jobs in the spool for ?

The maximum size of a job in the spool is equal to the unused available space defined to the JES2 spool dataset. Therefor this is a site specific question which you should address to your systems programmers.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 10, 2008 6:42 pm
Reply with quote

Quote:
.......
DDNAME
JESMSGLG
JESJCL
JESYSMSG
SYSPRINT
SYSOUT
CEEDUMP.....


the only standard datasets ( always present for JOB/STC/TSU ) are
JESMSGLG, JESJCL, JESYSMSG

all the other names are optional, user defined

the maximum size/number_of_records for a spooled dataset ( print/punch )
is determined by the spool capacity and the rules imposed by jes[2-3] customization
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Thu Jul 10, 2008 6:42 pm
Reply with quote

size is an ambiguous term.

do you mean lrecl or do you mean total volume as many many records?
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Thu Jul 10, 2008 6:47 pm
Reply with quote

The max size of a SYSOUT record is set by the DCB or File Description in the program that OPENed it.

If you mean a COBOL DISPLAY statement, the book says the max. for an output device (printer) is 255.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jul 10, 2008 6:56 pm
Reply with quote

this kind of thread is really embarrassing,
it is very difficult to answer when the question asked uses generic terms,
clear maybe to the topic starter but useless to the people willing to help

- the TS put in his mainframe skills everything ??
- since we give serious answer we expect also a serious attitude
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Jul 10, 2008 9:50 pm
Reply with quote

Another guess...

It looks like the poster used as an example, a column from SDSF, which shows the ddnames of a particular job. Use a '?' to select a job from the held output display.

On the right side of the SDSF held output display is a "rec-cnt" column with the number of records in that dd name. Perhaps that is what the poster wanted to know.
Back to top
View user's profile Send private message
shanudarling
Warnings : 1

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Fri Jul 11, 2008 4:38 pm
Reply with quote

Thanks everyone to give their valueable time.

I got it my ans.

thnx
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jul 11, 2008 4:42 pm
Reply with quote

glad You got Your answer, does not look You got it here icon_rolleyes.gif

too bad that we did not yet get the exact meaning of Your question...
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: Fri Jul 11, 2008 8:58 pm
Reply with quote

Hello,

Quote:
Thanks everyone to give their valueable time.

I got it my ans.
You're welcome.

Please tell us your answer. . . It will help us better understand someone's future question.
Back to top
View user's profile Send private message
shanudarling
Warnings : 1

New User


Joined: 20 Dec 2006
Posts: 55
Location: noida

PostPosted: Mon Jul 14, 2008 6:31 pm
Reply with quote

i am also thinking that The maximum size of a job in the spool is equal to the unused available space defined to the JES2 spool dataset.

there is no logic of dcb or lrecl with size of sysout......

expat wrote:
What do you want to know about the size of jobs in the spool for ?

The maximum size of a job in the spool is equal to the unused available space defined to the JES2 spool dataset. Therefor this is a site specific question which you should address to your systems programmers.
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: Mon Jul 14, 2008 9:21 pm
Reply with quote

Thank you for letting us know icon_smile.gif

d
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 Using Java/C/C++ to retrieve dataset ... Java & MQSeries 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
Search our Forums:

Back to Top