Hi all
(First, I am a SAS newbie, though an experienced programmer. I have googled a little for this, I promise...)
I would like to automate some data analysis processes in population estimation, which would take a bunch of csv data files and some shapefiles as the beginning, do stuff to them (including some geographic intersections to get appropriate FIPS codes and the like), make pretty postscript tables, surround the tables with text, and output the final InDesign file that is ready to ship to a customer after a quick QA on a windows desktop.
I want all my tweaking to be done in the code, rather than by hand; so if a border needs to be switched from 1 point to .5 point, I want to write code to do this, not open the document and do it by hand.
Does anyone have a skeletal recipe or a link for this? If SAS can't do it, I don't know what can...
EDITED 2009-10-21: Sorry for the vagueness of the question, but I don't have any more specifics yet. This will be my learning SAS project, so I hope to have more specific questions soon. I will try stitching something together with the procs described below.
Tx! -W
P.S. If someone could tell me how to mark a question "answered" here too, I would appreciate it ;)