Simple Names (*SNAME)

This describes the difference between simple names and basic names, and the circumstances when simple names should be used.

Simple names are the same as unquoted basic names but with one exception: periods (.) cannot be used. Simple names are used for CL variables, labels, and keywords to simplify the syntax of the control language.

Some examples of simple names are as follows:

NEWCMD    LIB_2
Related concepts
Names (*NAME)
Related reference
Command label