Projman Command

The projman command supports two options:

  • PROJDICT=

  • project name

PROJDICT= Option

The PROJDICT= option is used to specify the location of the Projman project dictionary data set. The project dictionary data set stores the definition of each project created with the Projman application.

Valid values for the option are a two-level SAS data set name (that is, <library>.<dsname>, where <library> is a currently defined SAS libname and <dsname> is a valid SAS data set name).

If the data set specified with the PROJDICT= option does not exist, Projman attempts to create a new project dictionary data set at that location. If the data set already exists and it is not a valid project dictionary data set, Projman uses the default project dictionary data set location, SASUSER.PROJDICT.

Project Name Option

The Project Name option can be used to indicate a project that is to be opened automatically when Projman is started. If the project does not exist, Projman produces a warning message.

To specify project names that contain multiple adjacent blanks (that is, "Project _ _ _ ABC"), enclose the name in double quotes.