Author: bhavin.mehta
Posted: Mon Jul 04, 2016 5:01 pm (GMT 5.5)
In batch, we use GVBLDIX (CA Faver product) to build the AIX, there we use DROP statement for the keys we don't want the AIX.
sample code below
In this way we stop building AIX for fields like spaces or all zeros, etc. Can this type of filtering be achieved while the file is open in CICS?
Posted: Mon Jul 04, 2016 5:01 pm (GMT 5.5)
In batch, we use GVBLDIX (CA Faver product) to build the AIX, there we use DROP statement for the keys we don't want the AIX.
sample code below
Code: |
MSGLEVEL=1 BASE=USER.BASE.CLUSTER AIX=USER.BASE.AIX DROP=X'40404040404040' |
In this way we stop building AIX for fields like spaces or all zeros, etc. Can this type of filtering be achieved while the file is open in CICS?