next up previous contents
Next: The *ENDHEADER line Up: The Source Module Previous: The *FILE Lines   Contents

INCLUDE statement processing

In general EXTRACT is blind to the language it is processing, the one exception to this is the FORTRAN INCLUDE statement. If the file specification on the INCLUDE statement contains a directory, EXTRACT converts between UNIX and VAX/VMS syntax. For example:-

UNIX   VAX
     
INCLUDE '/abc/def/file.inc' $\Leftrightarrow$ INCLUDE '[abc.def]file.inc'
INCLUDE '../abc/file.inc' $\Leftrightarrow$ INCLUDE '[-.abc]file.inc'


sno Guest Acct 2009-09-09