Hi all,
I am trying to get all the IDC messages from a file to where I directed the
output from multiple "LISTCAT CAT(usercat name) VOL"
I am using this
INCLUDE COND=(6,03,CH,EQ,C'IDC',&,
6,06,CH,NE,C'IDCAMS',&,
6,08,CH,NE,C'IDC0001I')
and it works just fine. But then I wanted to include the usercat names so
that I can see to which catalog each set of messages is related to, so I
changed it to
INCLUDE COND=((6,03,CH,EQ,C'IDC',&,
6,06,CH,NE,C'IDCAMS',&,
6,08,CH,NE,C'IDC0001I'),|,
(13,04,CH,EQ,C'DATA',&,
(22,07,CH,EQ,C'CATALOG',|,
24,05,CH,EQ,C'SYSUC')))
the USERCATs being named CATALOG.xxx or xxSYSUC.xxxx
So now I have the IDC messages and the USERCAT names in between. But the
output file is missing all the
IDC3014I CATALOG ERROR
messages and I can not figure out why.
So, I really do not need those specific messages, but as I do not
understand why they are missing, I do not know if I am missing any others.
Regards,
Jack
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN