Reconstructing a Configuration Source Member
To reconstruct a configuration source member from a CSS load library that has been configured previously, use member CXCFGEXT. CXCFGEXT extracts a configuration source member from the existing configuration module in a CSS load library. This is the reverse of what CXCFGSET does.
Step 1. Edit Member CXCFGEXT
Edit the following values in member CXCFGEXT:
OUTPDS | Data et name in which to build the configuration source member |
OUTMEM | Member name of configuration source member to build |
USECSS | CSS load library to STEPLIB |
EXTCSS | CSS load library from which to read configuration data, usually the same as USECSS |
Step 2. Update Extracted Member
Update the member specified in OUTMEM with any new keywords or changes required, keeping the existing keywords intact as necessary.
Step 3. Submit Member CXCFGSET
Replace the INMEM name in the CXCFGSET member with the member name specified for OUTMEM. Submit CXCFGSET. This will reconfigure the existing CSS load module to reflect the new keywords.