home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / EDITOR / SFGR.ARK / READ.ME < prev    next >
Text File  |  1986-10-02  |  3KB  |  74 lines

  1.   A Quick Description of SFGR:
  2.        SFGR is the screen format generator used on the IBM  System 34/36
  3.   computers. It is usually used in conjunction with RPG II, the language
  4.   most used on the IBM System 34/36 mini-computers. There have been very
  5.   few implimentations of it on  micro-computers, and this is an  attempt
  6.   at using its SFGR source language to create an object format file that
  7.   can be used by either RPG II or any other language.
  8.        A SFGR source member  consists of records, where  records  define
  9.   how the type of screen input and output fields are their attributes as
  10.   displayed on the screen. A driver program manipulates the input/output
  11.   fields and returns whatever the user has entered. The driver reads the
  12.   screen file, displays it, displays  the output buffer, and returns  to
  13.   the program the input buffer.
  14.        Presently, a driver program is not included with this package. It
  15.   is still being written and  fully tested to take of all the  necessary
  16.   housekeeping and screen maintenance. A version is being written in SPL
  17.   and might be later  translated to Modula-2 if time  permits. The  SFGR
  18.   Compiler is written in SPL and runs under CP/M-80 2.2 or higher.
  19.  
  20.   The necessary files:
  21.        SFGR.COM      - The actual screen format generator.
  22.        SFGR.DOC      - Documentation on SFGR and how to run it.
  23.        SFGR.ERR      - The SFGR compiler error message file.
  24.  
  25.   Additional Utilities:
  26.        FVIEW.COM     - Quick view of ".FMT" file paged by format screen.
  27.        EDITERR.COM   - Edit the error message file to suit your taste.
  28.  
  29.        Source code is included for the utilities written in SPL.
  30.  
  31.   Sample Screen Members:
  32.        Five screen source members  and format files are  included.  They
  33.   were written for a color terminal and may need editing (such as taking
  34.   out the blink options)  for sigle color monitors. That  is left as  an
  35.   exercise for users. Also for  one of them, an RPG II program  (WSFPM1)
  36.   is provided to show  SFGR is interfaced on a  System 34/36. It can  be
  37.   easily adapted in an other language.
  38.  
  39.   Documentation File:
  40.        Technical information has placed in  the SFGR Documentation  file
  41.   that describes the exact makeup of the object file. The  documentation
  42.   should be read to understand  how to run the programs. An editor  that
  43.   provides a ruler line, or character count, should be used to enter the
  44.   source member. Multiple blanks should not be converted to tabs, and it
  45.   must be pure ascii. Uppercase should be used, except for constant data
  46.   where anything is allowed.
  47.  
  48.   Copyright rights and warranty:
  49.        See first page of  documentation file for reference.  All  rights
  50.   are reserved. Distribution for non-commercial use allowed, only in its
  51.   original form. A terminal patch may be applied, but should  be sent to
  52.   the author for approval. A contribution of $10.00 is requested  if you
  53.   find this program useful in any way.
  54.  
  55.   Brought to you by:
  56.  
  57.                              Harris Landsberg
  58.                            1350 East 5th Street
  59.                                  Suite 1-J
  60.                          Brooklyn, New York 11230
  61.  
  62.                               (718) 951-7075
  63. 
  64.  
  65.  
  66.  
  67.  here:
  68.  
  69.  
  70.  
  71.  
  72.  
  73. -To here^
  74.