|
When OUTPUT(*PRINT) is specified for a SAVLIB command on my V5R4 system, the print file used is QPSAVOBJ, not QSYSPRT. Overriding QPSAVOBJ should eliminate the message that has been hanging up your SAVLIB job.
As an alternative, you might want to try using the OUTPUT(*OUTFILE) value which will place all the SAVLIB information into a database file. It could make checking the SAVE information much easier.
|