Batch utility that shows the reports with ERO ID, like those in the View Sysout Selection List.
SARGRW View report writer utility can be used to get the desired information.
Sample JCL:
//SYSIN DD *
/CONTROL DATABASE=VIEW.SYSTEM1
RULER=YES
/TITLE 'Listing of Sysouts including EROID'
/PRINT RID 'REPORT ID'
/PRINT JOBID 'JOB ID'
/PRINT JOBNAME 'JOBNAME'
/PRINT EROID 'ERO-ID'
/END
/*
//