Loudwater
Systems
Management


Promoting one report from DEV to PROD

(Essentially the same as item 29, but for a single report)
    Logon to Dev
    1.  Get to QMF in DEV -- running the report you will export is a useful way
    2.  If the report is graphic, note what GDDM form it uses
    3.  Issue cmd TSO %XQF report_name
        [This exports the QUERY and the FORM to EPDM.EXPRENU,FENU]
    4.  Use %REPOBJL report_name to see whether there is an associated GDDM form.
    5.  Copy any associated GDDM form from EPDM.ADMCFORM to EPDML.ADMCFORM
    Logon to Prod
    6.  Start EPDM, run a report to set the variables
    7.  Use the Report pulldown to select NEW.
    8.  Issue cmd TSO %IQF report_name
        [This imports the Query and Form to the database]
    9.  Issue cmds
          DI QUERY query_name
          DI FORM  form_name
        You can test the report at this point using
          QRUN (short for RUN QUERY (FORM=FORM  )
        and
          DC gddm-form-name (short for DI CHART (ICUFORM=gddm-form-name  )
    10. Press PF3
    11. At EPDM Report Definition panel
        - Supply report_name, description, query_name, form_name, GDDM_name,
          attributes (search words)
        - Press ENTER and respond to the Confirmation panels
    12. Add the report to a report group