I'm trying to dynamically load some program source from Endevor. I issue the LIST= command, but the INTNDVR task is not starting.
Release : 11.0
Component : CA InterTest for CICS
https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/devops/ca-intertest-and-ca-symdump/11-0/configuring/configuration-best-practices.html#concept.dita_8633673ea76b569c3260820b36c5d37bfc2c3623_DynamicSymbolicSupportforCAEndevorSCM
Additional Considerations:
Dynamic symbolic support requires that you compile or assemble your applications using a CA Endevor SCM process with the footprint feature active. When symbolic information is required by one of the CA Technologies testing tools, your PROTSYM files are inspected first for the matching symbolic information. When no matching information is found, the executable is inspected for a CA Endevor SCM footprint. If this footprint is found, that footprint is used to locate the matching listing that is dynamically loaded into your specified PROTSYM file. The matching symbolic information is then used by your test session.
A missing CA Endevor SCM footprint will stop that program from using DSS...