Help Manual
|
iPOGO V5 Help Manual On-Line |
Group: Command: |
90) Miscellaneous 101 or End |
Methodology
|
| Command: | 101 |
| Alpha Alias: | End |
| Description: | Stops processing the current batch file and displays the results |
| Data Format: | END ; |
| Problem: | Given a large subdivision file with multiple sections. Stop processing immediately after Section 1 is complete and display the current results. |
| Solution: |
END ; |
No Image Available
Data Description
Command
| END
| Stops processing the current batch file and displays the results. Used primarily to debug computing data files and to print certain results without processing the entire file.
When an error is encountered during a batch file process, the line number is displayed in the output window. Place and end statement immediately prior to the offending line and the file will process and display the results to that point.
When a large data file contains a wide variety of information, you may only want to see a portion of the file. Use the END statement to stop processing and view the results up to that point. This also works well with the 60 (GOTO MARK) and 60.1 (SET MARK) commands. These commands allow the user to selectively jump through a file without processing the complete file. Extreme caution must be used with these commands, as you could skip needed computations required for output.
|
End Command
| ;
| All commands end with a semi-colon.
|
Help for this command was last updated: 04/03/2000 3:00:00 PM
|