ANL0172I DD-NAME FOR OUTPUT (REPORT) WAS MISSING - WILL USE SYSTSPRT
Explanation
The ddname for the print data set REPORT was not specified. The Explain process instead uses the
ddname SYSTSPRT, when printing the Explain report. Before running again, add the following job
control card:
//REPORT DD SYSOUT=*
User response
None