ESP Workload Automation

  • 1.  Suspend event through netview command?

    Posted Feb 08, 2019 04:10 PM

    Can I suspend or resume an event through using a command in Netview?  I know I can trigger an event this way, but not sure I can suspend or resume it.  The trigger command is such:  F ESP,TRIGGER XXSTUGRP.MYTEST ADD. 



  • 2.  Re: Suspend event through netview command?

    Posted Feb 08, 2019 04:15 PM

    Hi, 

    It would look like this. 

    F ESP,SUSPEND XXSTUGRP.MYTEST 

     

    Don



  • 3.  Re: Suspend event through netview command?

    Posted Feb 12, 2019 08:26 AM

    Thanks Don, but this command didn't work.  Received ESP401W INVALID COMMAND, SUSPEND. 

    I tried also using F ESPMASTR,SUSPEND VASTUGRP.MIKETEST, still same response.

    ESP401W INVALID COMMAND, SUSPEND



  • 4.  Re: Suspend event through netview command?
    Best Answer

    Broadcom Employee
    Posted Feb 21, 2019 10:17 AM

    Hi Anne,

     

    SUSPEND and RESUME can not be issued as MVS modify command. You may set a specific CLASS for the event, and then issue CLASS command instead.

     

    For example, add CLASS in Event definition:

    EVENT ID(XXSTUGRP.MYTEST) CLASS(TESTZZ) SYSTEM(-)  REPLACE  

     

    Then issue following to suspend it:

    F ESP,CLASS TESTZZ SUSPEND

     

    Note: generally CLASS command is meant to affect a group of events. But if there is only one event for the same class, the command will only affect one event. By default, event prefix is the class value.

     

    Hope this helps,

     

    Lucy



  • 5.  Re: Suspend event through netview command?

    Broadcom Employee
    Posted Mar 11, 2019 01:54 PM

    Hi Anne,

     

    Have you tried with CLASS command? Do you have any more concerns? 

     

    Thank you for your update,

     

    Lucy