Below is a piece of the main routine.
The important things are highlighted.
- There are two subroutines that you must generate
- VALID_DATA_CHECK - used to check you inputs
- ANALYSIS - the analysis engine
- The variable containing the name of the formatted output file is called TEXTFILE1.
We'll show where it is opened later in the tutorial

Previous
Top
Next