ENABLE User's Guide
 Sample Project-Tracking System
 Modifying the PATHCOM Command File to Integrate the Applications
 -----------------------------------------------------------------
 | |
 | SET TERM FILE $TERM01 (5) |
 | SET TERM TCP ENABLE-TCP |
 | SET TERM INITIAL MENU |
 | ADD TERM TERM01 |
 | |
 | SET TERM FILE $TERM02 (6) |
 | SET TERM TCP ENABLE-TCP |
 | SET TERM INITIAL MENU |
 | ADD TERM TERM02 |
 | |
 | SET TERM FILE $TERM03 |
 | SET TERM TCP ENABLE-TCP |
 | SET TERM INITIAL MENU |
 | ADD TERM TERM03 |
 |______________________________________________________________ |
 | |
 | |
 | NOTES |
 | |
 | (1) MAXTERMDATA is changed from 12036 (for the |
 | "project-entry" application) to 29782. You estimate |
 | this value for MAXTERMDATA by using the following DATA |
 | SIZE values from the SCREEN COBOL compilation listings |
 | of the applications: |
 | |
 | Application DATA SIZE |
 | |
 | Menu 359 |
 | Project-entry 6018 |
 | Employee-assign 4674 |
 | Look-up 3840 |
 | Project-info 7402 |
 | Event-detail 4850 |
 | Event-Revised 5160 |
 | |
 | You use these DATA SIZE values to compute the longest |
 | path through the applications as follows: |
 | |
 -----------------------------------------------------------------
 Figure 12-28. Sample Modified PATHCOM Command File
 (Continued)
 12-57










