Hi Team,
I am a Storage Administrator. I am trying to extract 'V' type records from DCOLLECT report with the help of ICETOOL. I am using the below ICETOOL control card.
INCLUDE COND=(9,1,CH,EQ,C'V',AND,
35,1,BI,NE,B'......10')
OUTFIL VTOF,BUILD=(87,10,1X,29,6,1X,13,4,1X,
35,1,CHANGE=(11,
B'......11',C'SMS MANAGED',
B'......01',C'CONVERSION',
B'......00',C'NON SMS'),1X,80:X)
This is working fine and giving the output. However, in my site there are 1000 NON-SMS volumes and 2000 SMS managed volumes. But, in output it is showing 956 volumes as NON-SMS volumes and the balance 44 volumes as SMS MANAGED. Actually, these 44 volumes are NON_SMS volumes.
So, under SMS MANAGED it is showing as 2044 volumes.
Could somebody help me in this regard.