This PR extends the standard cross-memory server's service responsible for accessing configuration parameters and related data structures to allow it to handle PARMLIB parameter keys and values longer than 128 characters.
This PR addresses Issue: zowe/zss#684
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
PR Checklist
Please delete options that are not relevant.
[x] If the changes in this PR are meant for the next release / mainline, this PR targets the "staging" branch.
Proposed changes
This PR extends the standard cross-memory server's service responsible for accessing configuration parameters and related data structures to allow it to handle PARMLIB parameter keys and values longer than 128 characters.
This PR addresses Issue: zowe/zss#684
Type of change
Please delete options that are not relevant.
PR Checklist
Please delete options that are not relevant.
Testing
Regression testing
Existing short parameters should work as usual.
Support of long parameters testing:
To test long parameters, specify something like this in the ZIS PARMLIB member:
Without the fix, ZIS should terminate with an error on start-up and it must successfully start with the fix.
Further comments