View/Deliver

  • 1.  CAVIEW CLIST Call with parameters FILTERS like JOBNAME, JOBID, ARCHDATE

    Posted Aug 30, 2018 05:40 AM

    Hello,

    We'got a question about CAVIEW CLIST Call, is it possible to call the CAVIEW CLIST wih some Filter selection parameters like JOBNAME, JOBID, ARCHDATE.

     

    Our goal is to call this CLIST trought an EXIT program with some FILTER concatenation based on JOBNAME ,JOBID and ARCHDATE

    I wonder if this function is availabe with CAVIEW 12.2

     

    Thanks for your feeback

    Best Regards

     

    ERIC LABARRE



  • 2.  Re: CAVIEW CLIST Call with parameters FILTERS like JOBNAME, JOBID, ARCHDATE

    Broadcom Employee
    Posted Aug 30, 2018 01:18 PM

    Eric,
    In any of the currently-supported View releases, there is no ability in a CLIST or exit to do any filtering, so as to load Primary panel information.

     

    For consideration of that functionality, please submit the particulars again, in the Community, as an Idea.
    With an Idea submittal, it will be reviewed by the Development staff, and it can be voted on by the Community.

     

    Regards,
    Bob Keefe



  • 3.  Re: CAVIEW CLIST Call with parameters FILTERS like JOBNAME, JOBID, ARCHDATE

    Posted Sep 06, 2018 10:44 AM

    Hello Bob,

    I'm working with Eric on this subject (we are colleagues).

     

    We are already able to activate a filter using the "ALL" parameter in the CLIST.

    Using this update, we can specify a jobname when we connect to CAVIEW (ex: TSO CAVIEW PFRJOBNM).

    Then, the user will bypass the first panel (panel "Primary Selection") and will show directly all the sysout corresponding (panel "Sysout Selection List").

     

    PARSE ARG JOBNM .

    ARGU="ALL "JOBNM

    DBPARM = "PRD.CAVIEW.DB"

    (...) 

    "SELECT PGM(SARSPF) NOCHECK PARM("DBPARM ARGU") NEWAPPL(SAR) PASSLIB"

     

    However, we couldn't find a way of filtering with the JOBID.

    It could be good to add this functionality in a further version of CAVIEW :-)

     

    Best regards

    Christophe