Hi Team,
I am using SAS Compliance Solution 6.3. At SAS AML UI link, under Scenario Administrator there is an IMPORT button available, with that we can import the scenarios.
So behind that button there is Stored Process is running as of my understanding(fcf_sa_import_sp.sas).
Inside that there is an autocall macro is getting called (fcf_sa_read_config_data.sas)
Again inside fcf_sa_read_config_data.sas file there is another autocall macro getting called named as
%fcf_get_app_property_value(application=&app_name,
property=&fcf_sa_prep_lib_prop,
output_property_value=fcf_sa_prep_lib,
output_status=fcf_sa_rc
);
I drilled down and found all the macros and definitions except %fcf_get_app_property_value. Can someone please let me know where to get the definition for fcf_get_app_property_value macro in SAS AML Solution. I want to understand and customize the fcf_get_app_property_value macro definition for special case use in my current environment.
Please help me, it's something urgently I need it. If anything specific information is needed on this I can provide as well.