IBM Books

Net.Data Reference

Variable Name

Purpose:

Identifies one or more names; each subsequent name is concatenated by a period (.). A name is an alphabetic or numeric string beginning with an alphabetic character or underscore and containing any combination of alphabetic, numeric, or underscore characters.

Strings in quotes (""), can contain any character except the new-line character. If the string is in brackets, ({ %}), it can contain any character including the new-line character.

Variable names must begin with a letter or underscore (_) and contain any alphanumeric characters or underscore. All variable names are case sensitive except N_columnName and V_columnName (See Net.Data Table Processing Variables for more information about these two exceptions.).

Syntax:

   .-.----------.
   V            |
>>-----name-----+----------------------------------------------><
 


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]