SCHEDULE
Automated Job Submission System
Guide and Reference Manual


Previous Contents Index

14.3.3 Extracting a module

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


 
Schedule> extrep -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.


Previous Next Contents Index