-u

Category

Language element control

Purpose

Specifies that no implicit typing of variable names is permitted.

It has the same effect as using the IMPLICIT NONE statement in each scope that allows implicit statements.

Syntax

Read syntax diagramSkip visual syntax diagram
>>- -u---------------------------------------------------------><

@PROCESS:

@PROCESS UNDEF | NOUNDEF

Defaults

-qnoundef, which allows implicit typing.

Related information

See IMPLICIT .

This is the short form of -qundef. See -qundef.