Previous Topic: VCHK - VCHECKNext Topic: VDEL - VDELETE


VDEF - VDEFINE

VDEF001I Variable <varname> defined

The variable named <varname> has been defined.

VDEF002E Invalid variable name - <varname>

The indicated variable name is not of the correct form.

VDEF003E Variable <varname> already defined

The indicated variable is already defined as a user variable.

VDEF004E Variable <varname> already defined as a system variable

The indicated variable is already defined as a system variable.

VDEF005E Reserved variable name - <varname>

The indicated variable name starts with one of the reserved variable name prefixes.

VDEF006W Variable <varname> not defined, limit exceeded

The indicated variable name could not be defined because the number of user variables already defined is at the limit.

VDEF007E Variable definition service failed

A variable could not be defined because of a failure in the variable defintion service. This is a should-not-occur error. Note the circumstances in which the error occurred and contact CA Technical Support.

VDEF008E Variable <varname> already defined as a REXX variable

The indicated variable is already defined as a REXX variable.

VDEF009I Variable <varname> redefined

The variable named <varname> has been redefined.