> > I'm attempting to save started task output in our output management database. We > use EOS. I changed the JOBCLASS(STC) MSGCLASS to the class EOS uses and I get > the JESJCL and > > JESYSMSG files and that's all. Any clues what else I might need to alter to capture the > JESMSGLG file? > > >
You need to have your MSGCLASS and SYSOUT Class go to the same place. Are they both coded the same? I typically see the following JESMSGLG JES2 This is the JOBLOG JESJCL JES2 This the JCL with substitutions JESYSMSG JES2 This is each step statistics (datasets, ucb, etc...) If you set MSGCLASS=X, all three should go to output class X unless you have exits. Or do you have a JOBCARD added to your STC that uses a different MSGCLASS? Is the STC being started with a MSGCLASS other than what you want? You can issue S STCNAME,MSGCLASS=Y Lizette ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

