I am using WATCOM F77/32 compile and link utility Version 1.7. My code
compiles without any errors, but won't link. It was working fine, but
now the linker complains that FORMAT is an undefined symbol. It refers
me to the main.for code, but does not refer me to a line number in that
code.
Any ideas about how to debug this? Perhaps it has something to do with
the use of the forward slash / as a CRLR. Is the / allowed only within
a Format statement, or can it also be used in a write or print
statement? g