SYSVIEW Performance Management

 View Only
  • 1.  question about cmd XVEXTRAC

    Posted Jun 04, 2020 07:28 PM
    Hello Colleagues

    I need advise on the following doubt:

    We are using the REXX command : Address 'SYSVIEWE' 'CMD(XMVS D A) STACK(YES)' works without problem and leaves the output on the stack.

    But using the same command with the STACK(NO),
    What is the DATA name to extract results using 'CMD(XVEXTRAC DATA ??????? STEM)'...?

    Thanks in advance.
    Fernando


    ------------------------------
    IT Mainframe Specialist
    IBM de Chile
    ------------------------------


  • 2.  RE: question about cmd XVEXTRAC

    Broadcom Employee
    Posted Jun 04, 2020 08:09 PM
    Fernado,

    If you have the ability to logon to SYSVIEW, you can visually see the the column headers.
    In some cases where the displayed data will be in "report form", a column header may not be displayed.
    So, I will help you understand both cases.

    I have issued the command:   XMVS D A
    In this case the field to be extracted is: "Response"

    Command D A 
    CmdCART D805B3D377CAE35A
    ---------------------------------------------------------------------------------
    Cmd          Response
    ________ CNZ4105I 20.00.27 DISPLAY ACTIVITY 201
    ________  JOBS    M/S      TS USERS   SYSAS    INITS    ACTIVE/MAX VTAM    OAS
    ________ 00146  00509      00061          00150     00222    00060/00700               00461


    If a header is not displayed, issue the "FIELDS" command to display the names of the fields for the tabular display:

    FIELDS
    Cmd Command Screen Field
    ___ XMVS DEFAULT Cmd
    ___ .          .                Response
    ___ .          .                Type
    ___ .          .                Color
    ___ .          .                Hilite
    ___ .          .                Ints
    ___ .          .                RspCART



    ------------------------------
    Todd J. Gagle
    Architect of Software Engineering, Team SYSVIEW
    Broadcom
    ------------------------------