Is there a way to disable logging when a package is executed?
Or, is it possible to run a package in a way that doesn't result in a log being recorded in ENDEVOR Report 70-72?
Environment : z/OS
Release : ALL
Report 70-72 shows the information about a package which is stored in the package dataset. When a package is executed, the related information is recorded in the package dataset and Report 70-72 will reflect it. There is no way to prevent that.
But, later on, the package may be committed and deleted, or executed again, or reset. These actions will update the package dataset so the information about the first execution will no longer show up in Report 70-72.
In fact, if the package is committed and deleted, it will simply disappear from the report. The reason is that the package dataset is a repository of information. It's not a permanent record of activity.
Anyway, sites often use the package dataset as a historic reference(of the last execution).
For example, keeping the committed packages in the dataset for some years before deleting them.