Saving History Information for Modules

You can use the HIST or NCHIST option of the LOAD and INCLUDE commands to create a module that includes history information from the text file used. The HIST option saves history information (comments). The NCHIST option saves only non-commented history information. If neither the HIST nor NCHIST option is specified on the LOAD or INCLUDE commands, the history information is not saved for the files being loaded into storage. For example:
load progone (hist
include progtwo (hist
genmod
The MODULE file created contains the comments that were in PROGONE TEXT and PROGTWO TEXT.