Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
What is the size of sysout in spool
Goto page 1, 2  Next
 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL
Author Message
shanudarling

New User


Joined: 20 Dec 2006
Posts: 19
Location: noida

PostPosted: Wed Jul 09, 2008 1:19 pm    Post subject: What is the size of sysout in spool
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
References
PostPosted: Wed Jul 09, 2008 1:19 pm    Post subject: Re: What is the size of sysout in spool Reply with quote

enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Wed Jul 09, 2008 1:21 pm    Post subject: Reply to: size of sysout in spool
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

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Wed Jul 09, 2008 1:43 pm    Post subject: Reply to: size of sysout in spool
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 D.

Global Moderator


Joined: 22 Apr 2006
Posts: 1957
Location: Phoenix, AZ

PostPosted: Wed Jul 09, 2008 3:07 pm    Post subject:
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

New User


Joined: 20 Dec 2006
Posts: 19
Location: noida

PostPosted: Wed Jul 09, 2008 5:56 pm    Post subject: Re: Reply to: size of sysout in spool
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

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Wed Jul 09, 2008 6:25 pm    Post subject: Reply to: size of sysout in spool
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 User


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

PostPosted: Wed Jul 09, 2008 6:32 pm    Post subject:
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

New User


Joined: 20 Dec 2006
Posts: 19
Location: noida

PostPosted: Thu Jul 10, 2008 6:21 pm    Post subject: Re: Reply to: size of sysout in spool
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: 3225
Location: Brussels once more ...

PostPosted: Thu Jul 10, 2008 6:38 pm    Post subject:
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

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Thu Jul 10, 2008 6:42 pm    Post subject: Reply to: size of sysout in spool
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

Senior Member


Joined: 20 Oct 2006
Posts: 1520
Location: germany

PostPosted: Thu Jul 10, 2008 6:42 pm    Post subject:
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 User


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

PostPosted: Thu Jul 10, 2008 6:47 pm    Post subject:
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

Global Moderator


Joined: 14 Mar 2007
Posts: 2661
Location: italy

PostPosted: Thu Jul 10, 2008 6:56 pm    Post subject: Reply to: size of sysout in spool
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

Senior Member


Joined: 01 Sep 2006
Posts: 401
Location: work

PostPosted: Thu Jul 10, 2008 9:50 pm    Post subject: Reply to: size of sysout in spool
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

New User


Joined: 20 Dec 2006
Posts: 19
Location: noida

PostPosted: Fri Jul 11, 2008 4:38 pm    Post subject: Reply to: What is the size of sysout in spool
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> JCL All times are GMT + 6 HoursGoto page 1, 2  Next
Page 1 of 2