Fortranunderscore Command; Fup Command - HP DDL D40 Reference Manual

Data definition language
Table of Contents

Advertisement

DDL Compiler Commands
The UPSHIFT clause is not recognized by FORTRAN, but is included as a comment.

FORTRANUNDERSCORE Command

The FORTRANUNDERSCORE command converts hyphens in DDL names into
underscores in FORTRAN output. NOFORTRANUNDERSCORE discards the hyphens
from FORTRAN output.[
[ NO ] FORTRANUNDERSCORE
FORTRANUNDERSCORE
converts hyphens in DDL names into underscores in FORTRAN output.
NOFORTRANUNDERSCORE
deletes hyphens from DDL names for FORTRAN output.
NOFORTRANUNDERSCORE is the default.
Versions of the FORTRAN compiler from the C10 and later software releases allow
underscores in source code names.

FUP Command

The FUP command instructs the DDL compiler to:
Create and open a FUP source file or open an existing FUP source file.
Translate the file attributes of any subsequent RECORD statements into FUP file-
creation commands.
Translate the file attributes of any records specified in subsequent OUTPUT
statements into FUP file-creation commands.
Write the FUP file-creation commands to the open FUP source file.
{ FUP [ fup-source-file [ ! ] | NOFUP }
FUP
opens the specified FUP source file, translates the file-creation attributes defined
by subsequent RECORD statements or output from records in the dictionary into
FUP file-creation commands, and writes the file-creation commands to the FUP
source file. If a FUP source file is already open, the command closes the current
file and opens a new source file.
fup-source-file
identifies the FUP source-code file. If fup-source-file is omitted, DDL lists the
FUP output at the home terminal.
Data Definition Language (DDL) Reference Manual—426798-002
FORTRANUNDERSCORE Command
9- 66

Advertisement

Table of Contents
loading

Table of Contents