When using CA Datacom Multi-User (MUF) startup option SYSOUT, the PXX snaps, diagnostics, and traces are redirected to the sysout class instead of to the physical PXX data set.
How to test that Datacom SYSOUT startup option is sending output to a SYSOUT class instead of to the physical PXX data set?
One way to test that output is being written to a SYSOUT class is to issue a SNAP console command to the Datacom Multi-User (MUF).
SNAP will force the Master list to be written to PXXMLnn.
/f mufstc,SNAP
Then notice the content of the SYSOUT class identified as PXXMLnn contains the Master List.
Then to clear the CLRMLnn sysout:
/f mufstc,CLRML
The SNAP can also be issued using batch DBUTLTY command:
COMM OPTION=SNAP
The clear can also be issued using batch DBUTLTY command:
COMM OPTION=CLRML
Refer to CA Datacom Core - 15.1 section "SYSOUT" on directing PXX snaps, diagnostic, and traces in z/OS.
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/database-management/ca-datacom/15-1/administrating/ca-datacom-db-database-and-system-administration/using-the-multi-user-facility/modifying-muf-startup-options/sysout.html
Refer to CA Datacom Core - 15.1 section "COMM CLRnnn (Reset Alternate Output Data Sets)"
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/database-management/ca-datacom/15-1/reference/dbutlty-reference/utility-function-summary/comm-communicate-with-muf/comm-clrnnn-reset-alternate-output-data-sets.html
Refer to CA Datacom Core - 15.1 section "COMM SNAP (Write Dump of Master List)"
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/database-management/ca-datacom/15-1/reference/dbutlty-reference/utility-function-summary/comm-communicate-with-muf/comm-snap-write-dump-of-master-list.html