First things first. Please move this to the appropriate sub-forum if this doesn't belong here.
Is it possible to update a single structure size( GBP, LOCK, or SCA ) alone? I'm aware that this can be done dynamically using SETXCF ALTER commands. How I do the update is..
- Get a report using DATA TYPE(CFRM) REPORT(YES) to a dataset
- Update the necessary values in the dataset; keep the information about other unchanged structures too; change policy name
- Write policy to CFRM
- Activate policy
In other words, is it possible to write a policy to CFRM, which contains only the changed structure sizes in the input dataset?
Thanks!