SAS uses postgres DB for shared services as a default choice. The installation file is located under SAS home -> SAS Web Infrastructure Platform Data Server. The psql is located under the bin directory. PSQL is the postgres client software used to connect to postgre database. In simple words it is similar to SQL developer but psql is a command line interface. psql location in SAS: Issue: When running psql we get following error message. psql: symbol lookup error: psql: undefined symbol: PQconnectdbParams Solution: This can be solved by linking a library to usr lib. Library name - libpq.so.5 Create symbolic link of this library to /usr/lib and /usr/lib64 Connecting using PSQL: You can use any user to connect to the database. However you need database username and password. In the below screenshot dbmsowner is the username and postgres is the database name. I have hidden the hostname using the hand, usually will be computer server.
Blog about SAS® platform administration and working with SAS metadata.