If they're ending with "completed normally", then you may need to change the job description they use, QSYS/QZBSJOBD. Its message logging may be set so that it produces a joblog no matter what. Ours is set to LOG(4 00 *NOLIST) LOGCLPGM(*NO) It's also used by most/all prestart jobs in sbs QUSRWRK, so changing it would affect them also. To isolate it to the QZDASOINIT jobs, you'd need to create a new jobd with the logging you want, and change subsystem attributes so QZDASOINIT would use the new jobd.

Reply With Quote