fpt and WinFPT Reference Manual - Command-line Commands

| SimCon Home | Ref Manual Home |

CHANGE RECORD SPECIFICATIONS TO STANDARD FORM

Syntax:

[DO NOT] CHANGE RECORD SPECIFICATIONS [TO] STANDARD FORM[AT]

Function:

Systematically changes direct access record specifications of the form unit'record to the standard Fortran format unit,rec=record. The non-standard specifications are supported under PDP11 and VMS Fortran.

Where to Use this Command

Operating system command line Yes
Configuration file, config.fsp Yes
Specification (fsp) files, *.fsp Yes
Interactively, to FPT> prompt Yes
Interactive command files Yes
Embedded in the Fortran code No

Default

Record specifications are not changed by default (Note that defaults may be modified in the configuration file).

Examples

The command, written on the command-line:

$ fpt heli "%change record specifications to standard form"

changes the statement:

READ(7'IREC)ALPHA

to:

READ(7,REC=IREC)ALPHA

Copyright ©1995 to 2024 Software Validation Ltd. All rights reserved.