Microsoft KB Archive/32673

From BetaArchive Wiki

Chaining to Other FORTRAN-80 Programs with FCHAIN

PSS ID Number: Q32673 Article last modified on 07-22-1988

3.36 3.37 3.42 3.43 3.44 CP/M-80

Summary: You can call additional FORTRAN-80 programs using CALL FCHAIN; however, you cannot pass variables in common to subsequent programs. To pass data, you must have the calling program write the data to a disk file, which would then be read back in by the called program.