Need to pull the list of datasets with particular HLQ

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
Devrana
Posts: 15
Joined: Tue May 17, 2022 12:57 pm
Skillset: Mainframe Developer
Referer: Through Colleague

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

Postby Devrana » Wed Jul 13, 2022 1:21 pm

Thanks Willy!

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

Devrana
Posts: 15
Joined: Tue May 17, 2022 12:57 pm
Skillset: Mainframe Developer
Referer: Through Colleague

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

Postby Devrana » Wed Jul 27, 2022 2:19 pm

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!

willy jensen
Posts: 474
Joined: Thu Mar 10, 2016 5:03 pm
Skillset: assembler rexx zOS ispf racf smf
Referer: saw it in the experts foprum thought I could help here

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

Postby willy jensen » Wed Jul 27, 2022 2:57 pm

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.

Devrana
Posts: 15
Joined: Tue May 17, 2022 12:57 pm
Skillset: Mainframe Developer
Referer: Through Colleague

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

Postby Devrana » Wed Jul 27, 2022 5:30 pm

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.


  • Similar Topics
    Replies
    Views
    Last post