F4X FILE Fortran 4 Version 2.6 eXecutive based on Keith Buckley and Earl Chew's Pascal eXecutive for NBS Pascal 1.6iec7. USAGE: F4X FILE OPERATION: creates DK:FILE.COM and runs it, where FILE.FOR is a valid Fortran 4 program. Options allow for various configurations, but base operation runs the compiler, links and then runs the resulting program. SUBSEQUENT USE: After initial F4X FILE command, subsequent compilations can be achieved using @FILE to run command file. OPTIONS: options are fully defined by internal Help screen; to F4X will display this. DEVICES: F4X expects the Fortra compiler programs and library to be on device F4:. RELATIVES: See also PX, CX and F77X. PX FILE ****************************************************************************** program/options and defaults (as displayed by to program prompt) ------------------------------------------------------------------------- FORTRA options: /C - Code select (EIS,FIS,FPU supported) - default FPU /D - Debug; include lines starting with D - OFF /L - listing output to file (FILNAM.LST) - default no list ???TT: /R:nnn - Record length LINK options: /B:nnnn - link to specified bottom /M - do not LINK file - OFF /A - link additional file (/A:extra) Run-time: /X - do not execute the file - OFF