<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Query “Dynatrace z/OS module version” for CICS regions via DQL in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Query-Dynatrace-z-OS-module-version-for-CICS-regions-via-DQL/m-p/292476#M2999</link>
    <description>&lt;P&gt;We have multiple CICS regions monitored on z/OS. In the Dynatrace UI (Hosts classic → Process → Properties &amp;amp; tags), each CICS region shows the property &lt;SPAN&gt;“Dynatrace z/OS module version”&lt;/SPAN&gt; (for example, &lt;SPAN&gt;1.300.0&lt;/SPAN&gt;).&amp;nbsp;For upgrade validation, we need a &lt;SPAN&gt;table of CICS region name vs. z/OS module version&lt;/SPAN&gt;, but I can’t find a way to query this value via DQL.&lt;/P&gt;&lt;P&gt;Is &lt;SPAN&gt;“Dynatrace z/OS module version”&lt;/SPAN&gt; exposed to DQL or Dynatrace APIs? If so, how can it be queried across all CICS regions?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jan 2026 09:30:01 GMT</pubDate>
    <dc:creator>Kajao</dc:creator>
    <dc:date>2026-01-06T09:30:01Z</dc:date>
    <item>
      <title>Query “Dynatrace z/OS module version” for CICS regions via DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-Dynatrace-z-OS-module-version-for-CICS-regions-via-DQL/m-p/292476#M2999</link>
      <description>&lt;P&gt;We have multiple CICS regions monitored on z/OS. In the Dynatrace UI (Hosts classic → Process → Properties &amp;amp; tags), each CICS region shows the property &lt;SPAN&gt;“Dynatrace z/OS module version”&lt;/SPAN&gt; (for example, &lt;SPAN&gt;1.300.0&lt;/SPAN&gt;).&amp;nbsp;For upgrade validation, we need a &lt;SPAN&gt;table of CICS region name vs. z/OS module version&lt;/SPAN&gt;, but I can’t find a way to query this value via DQL.&lt;/P&gt;&lt;P&gt;Is &lt;SPAN&gt;“Dynatrace z/OS module version”&lt;/SPAN&gt; exposed to DQL or Dynatrace APIs? If so, how can it be queried across all CICS regions?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 09:30:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-Dynatrace-z-OS-module-version-for-CICS-regions-via-DQL/m-p/292476#M2999</guid>
      <dc:creator>Kajao</dc:creator>
      <dc:date>2026-01-06T09:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Query “Dynatrace z/OS module version” for CICS regions via DQL</title>
      <link>https://community.dynatrace.com/t5/DQL/Query-Dynatrace-z-OS-module-version-for-CICS-regions-via-DQL/m-p/292482#M3000</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/97495"&gt;@Kajao&lt;/a&gt;&amp;nbsp;, good day.&lt;/P&gt;&lt;P&gt;This may not be the most efficient way, but does the job:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;fetch dt.entity.process_group_instance
| filter processType == "IBM_CICS_REGION"
| fieldsadd metadata
| expand metadata
| filter contains(metadata, "Z_CM_VERSION")
| parse metadata, "'Z_CM_VERSION' ':' String:zOSmoduleversion"
| fields entity.name, zOSmoduleversion&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-01-06 101109.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31412i1BC42748C5CB2F8E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-01-06 101109.png" alt="Screenshot 2026-01-06 101109.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Try and let us know.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jan 2026 13:13:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Query-Dynatrace-z-OS-module-version-for-CICS-regions-via-DQL/m-p/292482#M3000</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2026-01-06T13:13:20Z</dc:date>
    </item>
  </channel>
</rss>

