| Format Lookup Utility Function |
|---|
This application makes use of the Missouri Census Data Center's extensive collection of code lookup tables in the form of SAS(r) format codes. You can browse the format library using the MCDC / OSEDA uexplore web application to view the /pub/sasfmats directory. The Headlines file, containing the first 15 lines from each format code, can be used to get a quick overview of all the tables (formats).
In general the arugments are codes (e.g. FIPS state, place or county codes) and the results are names associated with those codes. So you can enter a code and get the name associated with that code returned. There is also an option to specify that you want to enter the result (usually the name of something) and have the code returned by the application. When doing this the leading colon and tilde modifiers may be very useful. (See the Notes following the argument entry box, below).
Web developers should note also that you can invoke this application without this web page front end so that it can be embedded in your own web applications. The URL is of the form
http://mcdc2.missouri.edu/sasweb/cgi-bin/broker?
&_service=sasapp&_screen=yes_PROGRAM=websas.flookup.sas&arg=aaa&fmt=fff&_screen=yes|no&argresult=Y|N
Substitute the table-lookup argument for aaa and the format code (with or without the leading $) for fff. Specify a value of 'no' for the screen parameter when you want the result displayed directly with no header information. Include the argresult=Y spec to indicate that the argument is really the result and you need to do a reverse lookup.