You can use the FORMAT procedure to define additional output formats. In the PROGRAM EDITOR window, submit the following SAS code: proc format; value edlevel 1-12 = 'No High School Diploma' 12 = 'High ...
A lightweight, zero-dependency PostgreSQL SQL formatter written in Python. Designed to be used as an external formatter in DBeaver, but works standalone via stdin/stdout or file mode.