Strategy & S/R

I need to pull a list of strategy and subroutine from cfg DB. When i try for cfg_script it shows both strategy and s/r with type=5 . ANy other table where i can pull the info.

Have you tried cfg_flex_prop?

1 Like

from cfg_flex_prop i ca pull out all the route points and extension where a strategy is loaded and which strategy is loaded in each case.This would not give me any details on s/r .

You can use cfg_flex_prop in combination with cfg_script.

There would be a key in Annex of the scripts called ‘type’ which can indicate if it is strategy or subroutine.

Thanks

2 Likes