Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

JCL & VSAM :: RE: Drop building Alternate Index for a particular key

$
0
0
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
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?


Viewing all articles
Browse latest Browse all 9405

Trending Articles