Page 3 of 3

Re: Need to pull the list of datasets with particular HLQ

PostPosted: Wed Jul 13, 2022 1:21 pm
by Devrana
Thanks Willy!

I tried but it's not able to suppress the HRECALL messages.

Re: Need to pull the list of datasets with particular HLQ

PostPosted: Wed Jul 27, 2022 2:19 pm
by Devrana
Hi All,

I am using a JCL to migrate quite a few datasets using HMIGRATE 'HLQ.*'.
The JCL goes through fine and after that am getting a lot of system messages about the MIGRATE requests. Since I am using more than 1000 files Then I am getting a lot of system messages which is consuming a lot of time.

Is there a way to suppress these system message by given any parameter in JCL?
Thanks!

Re: Need to pull the list of datasets with particular HLQ

PostPosted: Wed Jul 27, 2022 2:57 pm
by willy jensen
No. And while they are annoying, I really don't see them being a performance issue. You might try MSGLEVEL=(0,0) in the JOB statement, but as far as I can tell (I don't have a HSM to test with), it will not help here.

Re: Need to pull the list of datasets with particular HLQ

PostPosted: Wed Jul 27, 2022 5:30 pm
by Devrana
Thanks Willy for your response!

Yes MSGLEVEL is not working as expected. I tried with MSGCLASS = Z even this didn't work.

Hope will get something.