25%irm_session_prepare();
27data &ds_out_enrichment_result.;
29 &ds_in_enrichment_stage1.
30 &ds_in_enrichment_stage2.
31 &ds_in_enrichment_stage3.
32 &ds_in_enrichment_stage4.
33 &ds_in_enrichment_stage5.
37data &ds_out_datastore_config.;
38 set &ds_in_datastore_config.
39 (where = (datastore_group_id =
"Enrichment"
41 %
if(%sysevalf(%superq(dstore_table_list) ne,
boolean)) %then %
do;
42 and upcase(schema_name) in (%sysfunc(prxchange(s/(\w+)/
"\U$1"/i, -1, &dstore_table_list.)))