On Sat, 26 Jan 2008 12:56:04 -0300, Sergio Lima <[EMAIL PROTECTED]> wrote:
>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 > System, Consultant > Caixa Economica Federal > Sao Paulo - Brazil > > > >--------------------------------- >Abra sua conta no Yahoo! Mail, o único sem limite de espaço para armazenamento! > >---------------------------------------------------------------------- >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 What is happening here is that your default-assigned started task (STC) MSGCLASS is a JES purged class, so when the task is ENDED all output is purged automatically. And I expect that any SYSOUT DDs you have coded in your JCL jobstream / PROC specify SYSOUT=*. So, you have two choices depending on the started task situation: 1) if you can manually start the STC, add a MSGCLASS=?, where "?" is a held- SYSOUT value, or 2) change any SYSOUT=* DDs in your JCL PROCs to specify a hardcoded held- SYSOUT value. Scott Barry SBBWorks, Inc. ---------------------------------------------------------------------- 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

