Dashboard creation questions
search cancel

Dashboard creation questions

book

Article ID: 103591

calendar_today

Updated On:

Products

SYSVIEW Performance Management NXBRIDGE - SYSVIEW/ENDEVOR

Issue/Introduction

1. I have a dashboard I want to use. Sysview only sees it when I cycle it to pick up the )INCLUDE for it, but I thought using the DSN and MEMBER parameters, it could be called in? I've tried using those but still get the message saying the dashboard is not found.
2. Can users create their own dashboards and use them by calling them with the DSN and MEMBER parameters from any dataset as long as Sysview has READ access to it?

Environment

Release:
Component: SYSVW

Resolution

A1) 

  1. Users can create their own PARMLIB with a member called DASHBORD which then gets included in the SYSTEM and SITE list of dashboards so their dashboards would show up with all the others.
  2. They could also create their own user command but that would require them to have a PARMLIB same as above only using the USERCMDS to build their dashboard user command:
  3. User parmlib member USERCMDS
 
DEFINE MYDASH
MINLEN *
  1.  
CMD RXDISP DASHBORD &PARMS (DSN data.set.name +
MEMBER member
 
Then they can just type:MYDASH dashboardname
 



A2) The SYSVIEW command to execute a DASHBOARD is of the format: rxdisp DASHBORD (dsn data.set.name member DASHBOB5) It should work with any dataset that the user has access too.