> -----Original Message-----
> From: IBM Mainframe Discussion List On Behalf Of Walt Farrell
> 
> On Mon, 20 Oct 2008 09:17:19 -0500, Chase, John wrote:
> 
> >Like presumably most shops, we've configured JOBCLASS STC to send the
> >joblog, et al to the bit bucket.  Now wanting to retain the joblog
for
> >CICS regions, I've added an //OUT1 OUTPUT JESDS=ALL statement to the
> >started job library member for my "sandbox" CICS region, as shown in
the
> >example in the JCL Reference manual.  The joblog, et al still go to
the
> >bit bucket instead of the MSGCLASS= class.
> >
> >What am I missing?
> 
> What else did you have on your OUTPUT statement?  What you've shown us
would
> not override the purging.  You'd probably need the CLASS and/or
OUTDISP
> operands, too.

OK, added OUTDISP=(KEEP,KEEP) to the OUTPUT statement and got what we're
looking for (JESDS went to MSGCLASS).

I'll think about a potential RCF because (as far as I can tell) the JCL
Reference says only that I need OUTPUT JESDS= before the first EXEC
card.  But now I notice the intro to the JESDS sub-parm does say "...
according to the parameters" (plural) on the OUTPUT statement, so I
guess it does "suggest" that more parms -might- be needed.....

    -jc-

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

Reply via email to