I can't tell from the information that you provided what the program is doing, or what DDs are associated with the data sets that you list. This is why I suggest starting with a known test program like my HELLO example so that you can show what works and doesn't work with a known programming example.
-- Kirk On Fri, Jan 14, 2022, at 1:59 PM, Phil Smith III wrote: > Kirk, > > > > We have an STC that writes some output using printf. That output goes into a > SYSnnnnn data set. Customer wants to change class for THAT data set only. > I'm thinking that's not possible, but figured you'd know for sure, since you > Know All (right?)! > > > > The STC does have a DD for SYSPRINT: > > //SYSPRINT DD SYSOUT=O > > > > But while the SYSPRINT output is O, the rest is W (the default per the > STCCLASS statement): > > JESMSGLG JES2 2 STCOPER W > > JESJCL JES2 3 STCOPER W > > JESYSMSG JES2 4 STCOPER W > > SYSPRINT Z830 102 STCOPER O > > SYS00001 Z830 108 STCOPER W > > > > Clearer? > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > Kirk Wolf Dovetailed Technologies http://dovetail.com ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
