In situations where multiple Multi-User Facility (MUF) tasks are running, it is useful to verify that the correct options have been assembled in the DBSYSID macro. Is there a way to print those options from the DBSIDPR load module?
Datacom/AD
In Datacom/AD and Datacom/DB versions 12.0 and 14.0, there is an option in the DBUTLTY program to print load modules in dump format. In addition, for the DBSIDPR load module, the DBSYSID macro parameters are displayed.
To run this program and produce the report, execute the DBUTLTY program with this input statement:
SET OPTION1=DUMPPGM=DBSIDPR
The output of this command is a dump format of the desired load module and if the load module is DBSIDPR, a sample DBSYSID macro generated from the load module is listed below the dump.