When the source for a DMCL is not in the dictionary, is there a way to decompile the load module and produce the source that matches it?
IDMS - All Supported Releases
There is no utility to decompile a DMCL load module and get the source syntax.
The best way to get information about what is in a DMCL load module which can be used to create compatible source:
Issue a LOOK DMCL or run IDMSLOOK in batch against the DMCL. The LOOK utility will read the load module and produce a report of what it contains. Then create DMCL source based on that information.
Use the following syntax
DMCL ALL SORTED