dbx can debug programs that have source or load modules in MVS™ data sets.
dbx can only locate source in MVS data sets when:
dbx does not get proper events for DLLs or load modules that exist in MVS data sets or MVS partitioned data sets, therefore dbx cannot support these programs directly. However, dbx does support load modules in MVS data sets when they are loaded via external links in the hierarchical file system. This program arrangement is usually required for authorized programs such as daemons to run on MVS. In addition, for performance reasons, dbx by default does not process symbolic information for load modules in MVS data sets. If you want dbx to obtain this symbolic information, you must add set $sticky_debug to .dbxsetup .