rm -f code_set_registry$1.txt
awk -f rgy_to_txt.awk cs_registry$1 | \
sed -e 's/ [ ]*/        /' > code_set_registry$1.txt

