Dot notation provides
a shortcut for invoking methods and for setting and querying attribute
values. Using dot notation makes your SAS programs easier to read.
To use dot notation
with a DATA step component object, you must declare and instantiate
the component object by using the DECLARE statement.