Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

$IODEF

grantrickard
Beginner
594 Views
I'm still working on porting VAX fortran to Compaq fortran on a PC. When I try to include $IODEF macro using:

include '(IODEF)'

The builder says it can't find this file. I understand why but I'm not sure how to fix this problem. Is there something I need to install or do I need to rewrite some of the source code to look for something else (system library)? I already enabled VMS compatability.

Any help or phone numbers would be greatly appreciated.

Grant
0 Kudos
1 Reply
james1
Beginner
594 Views
Those are OpenVMS specific I/O definitions. Look in your code for references to symbols of the form IO$* to see in what context these definitions are used. Usually such definitions are referenced to support an OpenVMS system service. How you proceed depends on if and if so, what system service is used in your code.

James
0 Kudos
Reply