110866     IMPNON  Version: V1.0, January 1987
 
Submitted by: Michal Benda, S-41345 Goteberg, Sweden
 
Operating System: RT-11  Source Language: FORTRAN 77  Software
Required: FMMOTS  Keywords: Tools - Applications Development
 
Abstract: If your FORTRAN Compiler does not have the IMPLICIT NONE
extension, one way of checking that you have declared all
variables is to imply a name rule for variables you have not
declared explicitly.  For example, all undeclared variables
are assigned a data type that you are not using implicitly,
e.g. COMPLEX*8, ( IMPLICIT COMPLEX*8 (A-Z) ).  Then, all
undeclared variables will be of data type complex *8.  Open
the listfile and search for complex*8 variables.  If you
have not declared all variables, the listfile will contain
complex*8 declarations.  Program IMPNON does this.  Usage is
RUN IMPNON "name of listfile".
 
Documentation not available.
 
Media (Service Charge Code): One RX01 Diskette (KA)  Format: RT-11,
600' Magnetic Tape (MA)  Format: RT-11
 
 

The PDP-11 DECUS Software Index
The PDP-11 Home Page
Tim Shoppa <shoppa@trailing-edge.com>
Created: December 26, 1998