Previous Topic

Next Topic

Book Contents

Book Index

Extracting a module

Any or all report definitions can be extracted and placed in a text file by using the /EXTRACT qualifier. For example, to extract a group of the SCHEDULE report definitions and place them in a file, the following will work.

$ report/extract/log sch_user_brf_*_80 schedule.txt

Extracted SCH_USER_BRF_GEN_80

Extracted SCH_USER_BRF_NTF_80

Extracted SCH_USER_BRF_RES_80

Extracted SCH_USER_BRF_RSC_80

Extracted SCH_USER_BRF_SUB_80

Extracted SCH_USER_BRF_SUM_80

The output file (SCHEDULE.TXT in the above example) is an ordinary text file which can be edited and re-inserted into the database again. This file can also be used as an RDF file for a report generation.

See Also

Modifying

Display the directory

Editing a report

Inserting a report