I would like to unit test a program that is several layers deep in a large monolithic application. The program undergoing change and requiring testing has a lengthy list of fields that needs to be supplied via its Linkage Section. Is there a way I capture the contents of storage during execution, perhaps in debug mode, so I can more easily use these values in my unit test?
#UnitTest




