Search notes:

SAS: dictionary.table_constraints

Describe

proc sql;
  describe table dictionary.table_constraints;
quit;


/*
create table DICTIONARY.TABLE_CONSTRAINTS
  (
   table_catalog char(8) label='Libname',
   table_schema char(8) label='Table Schema',
   table_name char(32) label='Table',
   constraint_catalog char(32) label='Constraint Catalog',
   constraint_schema char(8) label='Constraint Schema',
   constraint_name char(32) label='Constraint Name',
   constraint_type char(8) label='Constraint Type',
   is_deferrable char(1) label='Is Deferred?',
   initially_deferred char(1) label='Initially Deferred?'
  );
*/
Github repository about-SAS, path: /programming/dictionary/table_constraints/describe.sas

See also

dataset constraints
dictionary tables

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Companie...', 1759408325, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/dictionary/table_constraints/index(62): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78