
Tabulating System Program Structure
Continuing our series on the principles behind tabulating system, let’s discuss the basic program structure. Perhaps some of the first tabulating systems were developed before the idea of structured programming, but this pattern for program structure developed very early in the life of system development. Most Tabulating Systems have as the top constructs the following: Initiate Processing Perform Until End of File Terminate Processing These … Continue reading Tabulating System Program Structure