> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Sergio Lima > Sent: Saturday, January 26, 2008 9:56 AM > To: [email protected] > Subject: Question about find Sysout > > > Hello List, > > I have a process here, that START a Proc, and this Proc are > resulted in error. > I can look the Sysout, for try correct this, but, after the > Job is cancelled, I can find the Sysout output, in the SDSF command, > > Is here : > > - 06.52.01 s csq6chin > - 06.52.03 STC05927 $HASP373 CSQ6CHIN STARTED > - 06.52.14 STC05927 +CSQX005E CSQXJST Channel > initiator failed to - start > - 06.52.14 STC05927 IEF404I CSQ6CHIN - ENDED - TIME=06.52.14 > > > Looking at LOG command, the Sysout was Purged : > > +CSQX005E CSQXJST Channel initiator failed to start > 0090 IEF404I CSQ6CHIN - ENDED - TIME=06.52.14 > 0281 $HASP395 CSQ6CHIN ENDED > 0281 $HASP250 CSQ6CHIN PURGED -- (JOB KEY WAS C1DAFD34) > > But , Why ? I need do something in the Proc ? > > Of course, without Sysout, I can't correct thsi problem. > > May be a stupid mistake, but, if someone can help, I will be glad. > > Thanks very much > > Sergio Lima Costa
Have your friendly, neighborhood sysprog enter the following JES2 command: $TJOBCLASS(STC),OUTDISP=(HOLD,HOLD) That will tell JES2 to HOLD all STC output. Once you've figured out your problem, ask him to set it back to the shop standard. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

