Short: FinalCalc report from MiniSQL in ARexx Author: ssolie@home.com (Steven Solie) Uploader: ssolie home com (Steven Solie) Type: biz/dbase Version: 1.1 Requires: Kickstart 40.68 Architecture: generic MiniSQL 2.0.6 FinalCalc 1.05 This program is an ARexx script which connects to a MiniSQL database and transfers data to FinalCalc for processing and graphing. The process is completely automatic and very fast on my A3000/030. The script was created as an aid during the planning stage of a software project. The software project would be broken down into known object types and compared to historical data stored in the MiniSQL database. From this data the size of the new project can be estimated more accurately even if it has never been attempted before. Usage: rx AvgObjectSize.rexx category - one of the following [10|20|30|40|50|60|70] Category 50 (Data) has a good set of data to play with. It is expected that you use the ideas in the source code to create your own spreadsheets and graphs. Feel free to create new programs based on the source code. For example, if you use TurboCalc then alter the script to create graphs from TurboCalc. SQL scripts are provided to create the necessary tables and load in a sample set of data. The database name is 'psp' and must be created prior to running the SQL scripts. A familiarity with MiniSQL is assumed. Feel free to contact me with questions and/or comments. --Steven Solie ssolie@home.com, ssolie@ieee.org, http://members.home.net/ssolie/