Page 1 of 1

Endevor report for all system/subsystem

PostPosted: Thu Nov 17, 2011 10:45 pm
by zatlas1
I need a report to show me all systems and their subsystems. Something like:

SYSTEM   SYSTEM            SUBSYSTEM  SUBSYSTEM 
         DESCRIPTION                  DESCRIPTION
AAA      SALES             AA1        USA SALES 


Such report may not be ready made, but I have no problem manipulate data with SAS ore Rexx if I know how to extract the basic data.

Is there a way to do it?

Thanks
ZA

Re: Endevor report for all system/subsystem

PostPosted: Fri Nov 18, 2011 1:56 am
by Maxime B
You can see them directly by going in the DISPLAY menu, option 6 - SUBSYSTEM. If you are looking for a way to do it in batch, I'm not aware if there is any API in Endevor to extract this information. I suggest you to have a look at the documentation.

Re: Endevor report for all system/subsystem

PostPosted: Fri Nov 18, 2011 2:03 am
by zatlas1
I need to do it in batch
Unfortunately, I do not have (yet) access to the documentation.

Thanks
ZA

Re: Endevor report for all system/subsystem

PostPosted: Fri Nov 18, 2011 2:26 am
by dick scherrer
Hello,

Unfortunately, I do not have (yet) access to the documentation.
If your organization is licensed to use the product, all of the documentation is available free from CA Support.

You have to register with the CA Support site, but that too is free and rather painless :)

Re: Endevor report for all system/subsystem

PostPosted: Tue Nov 22, 2011 7:59 am
by kevingrimes
There are many canned reports including a System Profile. There is also an extensive Endevor API and a CSV utility to export Endevor data to a comma-seperated-value file which you can download and open with Excel, Access, etc.

If you have access to the Endevor installation JCL library, then take a look at the BC1JAAPI member to get a list of the Endevor systems and subsystems.

Regards,
Kevin