View previous topic :: View next topic
|
Author |
Message |
shanudarling Warnings : 1 New User
Joined: 20 Dec 2006 Posts: 55 Location: noida
|
|
|
|
Hi all,
Can anyone tell me what is the size of sysout in spool? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
please be a bit more specific on what information You need |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
there are many factors that influence the spool capacity,
that' s why I asked for more info in the request |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
One more good guess...
are you asking about the default LRECL of SYSOUT..? |
|
Back to top |
|
|
shanudarling Warnings : 1 New User
Joined: 20 Dec 2006 Posts: 55 Location: noida
|
|
|
|
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 |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
still it is not clear what You want to know ?? |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
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 |
|
|
shanudarling Warnings : 1 New User
Joined: 20 Dec 2006 Posts: 55 Location: noida
|
|
|
|
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 |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
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 |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
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 |
|
|
dbzTHEdinosauer
Global Moderator
Joined: 20 Oct 2006 Posts: 6966 Location: porcelain throne
|
|
|
|
size is an ambiguous term.
do you mean lrecl or do you mean total volume as many many records? |
|
Back to top |
|
|
Bill Dennis
Active Member
Joined: 17 Aug 2007 Posts: 562 Location: Iowa, USA
|
|
|
|
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 |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
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 |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2593 Location: Silicon Valley
|
|
|
|
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 |
|
|
shanudarling Warnings : 1 New User
Joined: 20 Dec 2006 Posts: 55 Location: noida
|
|
|
|
Thanks everyone to give their valueable time.
I got it my ans.
thnx |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
glad You got Your answer, does not look You got it here
too bad that we did not yet get the exact meaning of Your question... |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
|
shanudarling Warnings : 1 New User
Joined: 20 Dec 2006 Posts: 55 Location: noida
|
|
|
|
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 |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Thank you for letting us know
d |
|
Back to top |
|
|
|