EDIT, A FORTRAN PROGRAM FOR RENAMING VARIABLES IN A SOURCE PROGRAM.
Abstract:
This report describes a FORTRAN IV computer program which edits FORTRAN IV Source Programs by A Renaming any variable in the program and, if desired, by B Cleaning up the program. This consists of 1 Renumbering all statement numbers so that they increase sequentially. 2 Moving all format statements to the end of the program. 3 Deleting unnecessary blanks. 4 Beginning every statement in column 7 and rewriting control statements so that they all conform to a certain format. 5 Labeling every card uniquely. Any FORTRAN program is acceptable to EDIT for variable name changes. If the clean up option is specified, only those transfer control statements given in Appendix B will be processed by EDIT. Author