DLCREATEDIR
A DLCREATEDIR option creates a directory for the SAS library named in a LIBNAME statement if it does not already exist.
Syntax
DLCREATEDIR | NODLCREATEDIR
DLCREATEDIR – It specifies creating a directory for a SAS library named in a LIBNAME statement if the directory does not exist.
NODLCREATEDIR – It is used to specify not to create a directory for a SAS library that is named in a LIBNAME statement.