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 ...
Arthur Fuller responds to a reader who sent him a question recently asking how to display currency amounts in currency format. Check out the solution he offers for the reader's problem. A reader sent ...
Does anyone know how to format the timestamp output from Oracle's PL/SQL into the default "date" output on Solaris? "date" defaults to "date +'%a %b %e %T %Z %Y'", as seen in the sample output below: ...