25%irm_session_prepare();
28%
if(%rsk_dsexist(&ds_out_reportmart_config.)) %then %
do;
30 drop table &ds_out_reportmart_config.;
36 create table &ds_out_reportmart_config. as
38 t2.key as ANALYSIS_DATA_KEY
41 &ds_in_reportmart_config. as t1
43 &ds_in_analysis_data. as t2 on
44 lowcase(t1.schema_name) = t2.schemaName
45 and resolve(t1.schema_version) = t2.schemaVersion
47 reportmart_group_id =
"Credit Risk"