Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DFHSM output and JESLOG parm

63 views
Skip to first unread message

Kurt_G...@ibm-main.lst

unread,
Jun 8, 2007, 1:30:49 PM6/8/07
to
Ladies & Gents,

Just thought I would share this with everyone since I just happen to
stumble across it.

Our DFHSM tasks create an extraordinary amount of output in the job log.
Our SMS group would have to do a controlled shutdown and restart of these
tasks on a regular basis so that the output would not fill up the JES spool
as well as be small enough to be loaded into the JCL archive system. We
found that we could use the JESLOG parm on the start command to make sure
that these are spun off when they get to a certain size. You can also
specify a specific time of day to spin off the data.

You can find more information on the JESLOG parm in the JCL reference
manuals.

In order to use it on a started task, you can enter the start command like
this:

S xxxxx,JESLOG=(SPIN,yyyy)

where yyyy is the number of lines ( you can also specify yyyyK & yyyyM for
thousands and millions of lines)

OR
S xxxxx,JESLOG=(SPIN,hh:mm)

where hh:mm is the time of day

Hope this helps!
Kurt Gramling

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to list...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Bob

unread,
Jun 11, 2007, 8:25:45 AM6/11/07
to
Be careful. We tried this a year or two ago and had to back it out. It
interfered with "primary space management" (psm). PSM would only
run reliably during first interval after starting HSM. After that, it
might
or might not run. So keep an eye on it.


Bob

0 new messages