home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pdp10 / tops-10 / renbr.hlp < prev    next >
Text File  |  1995-04-05  |  2KB  |  45 lines

  1. [Help for RENBR  1 page]
  2.  
  3. RENBR, The FORTRAN Renumbering Program                10-130
  4.  
  5. Notes:  The source program must not have line numbers;    it
  6. may have TABs in the statement number field.
  7.  
  8. To run it, enter:
  9. R PUB:RENBR
  10.  
  11. Abstract:  RENBR modifies the statement numbers  in  FORTRAN
  12. programs  so  that these statement numbers become sequential
  13. and/or forms cross-referenced listings of FORTRAN  programs.
  14. The  RENBR  program  is  itself written entirely in FORTRAN.
  15. The portion of the RENBR program which does the  renumbering
  16. and/or  forms  the  listing is system independent.  Only the
  17. routines which open and close files and  which  process  the
  18. instructions  which  are  typed by the user would need to be
  19. modified for use of this  program  on  other  computers.   A
  20. version  of  these  routines  is  supplied  for  use  on the
  21. DECsystem-10  computer  under  the  TOPS-10   monitor.    An
  22. untested  version of these routines is also supplied for use
  23. on the VAX-11 computer.
  24.  
  25. The  present  version  of  RENBR  incorporates  several  new
  26. features, among which are the following.
  27.   1. Support of multiple statements per line as indicated by
  28.      separating semicolons.
  29.   2. Support  of  comments  in  the  statement   fields   as
  30.      indicated by leading exclamation points.
  31.   3. Support of statements written either in upper  case  or
  32.      in lower case or in a mixture of these.
  33.   4. Optional indentation of statements within the range  of
  34.      IF(expression)THEN and ELSE statements.
  35.   5. Optional renumbering only of  statement  numbers  which
  36.      were originally within a specified range.
  37.   6. Support of user typed instructions having  the  general
  38.      form
  39.           OUTPUT FILES=LIST OF INPUT FILES
  40.      in which switches identify the purposes of  the  output
  41.      files.
  42.  
  43. .KJOB
  44. .
  45.