Use the UPDATE statement
to perform a quick, simple update of a descriptor. For example, if
the PC database file for an existing access descriptor is relocated,
you can use UPDATE with the PATH option to specify the new location.
Descriptors modified
by UPDATE are not checked for errors. Where validation is crucial,
use CREATE to overwrite a descriptor rather than UPDATE. The descriptor
is a name in three parts separated by periods (.) .
identifies the library
container, which is a location either on the local system's disk or
that the local system can directly access. The libref must
have been created previously by a LIBNAME statement.
specifies the descriptor
that you are updating, which already exists in libref.
indicates that you
are updating an access descriptor while VIEW indicates you are updating
a view descriptor.
Multiple UPDATE statements
can appear in one ACCESS procedure block. If you use UPDATE to change
an access descriptor, one or more UPDATE statements might be required
for views that depend on the modified access descriptor. You can use
UPDATE and CREATE in the same PROC ACCESS block.