[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

5301.0. "Question on REPORTER and samples?" by WARABI::CHIUANDREW () Tue Jul 06 1993 04:26

    Hi, could someone help me to answer the following questions from my
    customer:
    
    1)      Is REPORTER another module of BMS or EMS (I meant can customer
            buy it as a separate module like TS AM)?
    
    2)      Where can I obtain sample reports on IV/V/IP (pointer on the
            network)?
    3)      If customer DO not have CDD/DTR, could they generate those
            reports supplied with BMS/EMS?
    
    4)      If customer buys CDD/DTR (running on the same DECmcc workstation),
            can they define their 'own' report formats (other than those 
            supplied with BMS/EMS) using DTR?
    
    5)      Is there any document that lists the format (fields appear) in
    	    the supplied sample reports?
    
    
    Thanks in advance for help!
    Andrew Chiu - NIS Sydney
    
                                
T.RTitleUserPersonal
Name
DateLines
5301.1Reporting - overviewTOOK::R_SPENCENets don't fail me now...Tue Jul 06 1993 14:0723
    Let me try and explain.
    
    The "reporter" as you put it, is simply a set of DTR procedures
    to extract data from an RDB database and either
    - produce a textual report from it or
    - produce a data file that DECgraph will read and generate a graph.
    The procedures are run from DCL procedures run from batch and started
    from a DCL based menu.
    It is in no way integrated in to DECmcc.
    
    Data is placed in RDB by EXPORT directives issued in DECmcc. Once the
    data is there, you can use any tool you like that will access RDB to
    produce reports of your own making.
    Use of SQL will let you determine the database schema. Other 4GL tools
    may do even more.
    
    Keep in mind that what we refer to as "sample reports" is actually
    "sample reporting procedures" that "could" be used as a prototype
    for constructing your own reporting procedures.
    
    Does this help?
    
    s/rob
5301.2Thanks!WARABI::CHIUANDREWTue Jul 06 1993 20:195
    re .1,
    
    Thanks for timely response!
    
    Andrew