How to change the PRINTTRC DD to a different SYSOUT Class
Release : 15.0
Component : CCS390 - COMMON SERVICES FOR Z/OS
The SYSOUT class of this and any other dynamically allocated file is controlled by the SYSOUT control option within the ENF parameter file.
The default is 'A' but can be defined to whatever is required.
To dynamically change the SYSOUT class, issue the following console command:
F ENF,SYSOUT(T)
Alternatively to make the change permanent, update ENFPARMS.
Otherwise, the value will return back to the default or how it is currently defined in the ENF parameter file.