home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / h / house_ii.zip / SCR / S11.DOC < prev    next >
Text File  |  1992-05-08  |  945b  |  19 lines

  1.   
  2.   Hints to reduce aggravation and minimize errors cont'd:
  3.  
  4.   "TAPE" FILES USED BY THE PROGRAM:
  5.   Separate files are used for most input data to avoid confusion in where
  6.   data are located and read.  NAMELIST input data is used extensively to
  7.   improve the association of variable names and values.  NAMELIST also
  8.   offers a convenient way to utilize default values set in BLOCK DATA
  9.   (file BLKDAT.FOR) or in DATA  statements in the subprogram.  Each input
  10.   file (with a .DAT extension) has comments explaining where the data are
  11.   read.  The program is "internally documented" in that all input variables
  12.   are defined near each read statement and comments on program logic are
  13.   provided in many places throughout the code.  All input files are closed
  14.   after use to conserve tape usage whenever possible (DOS 3.3 allows only
  15.   19 active tapes).
  16.   
  17.   HOUSE_II TAPE files are described on the following two screens.
  18.     
  19.