I need to list the source type and target type for all the DTL transformations in an Ensemble Production. I know I can get the source and target type for a single DTL transformation using :
set obj=##class(EXC.DTL.Lamont).%New()
write 'Source type: '_obj.GetSourceType()
write 'Target type: '_obj.GetTargetType()
but I do not know how to get it for all the DTL transformations in a production. I was thinking I could create an array containing all the DTL transformations but I do not know how to get a all the DTL transformations programmatically. Any help would be appreciated.


