<?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 Dynatrace CICS ZDTPLTxx upgrade in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/164632#M16489</link>
    <description>&lt;P&gt;Hi team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi team&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Im using Dynatrace version 7.2 in Z/OS for CICS.&lt;/P&gt;
&lt;P&gt;For the CICS old version 5.1 , we use ZDTPLT68 in PLT list table.&lt;/P&gt;
&lt;P&gt;And now the CICS TS version upgrade to the 5.4.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;a.Do it need change program in PLT table from ZDTPLT68 to ZDTPLT71 ?&lt;/P&gt;
&lt;P&gt;b. ZDTPLT with suffix (67/68/69/70/71/72/73)&lt;/P&gt;
&lt;P&gt;Is their relationship a one-to-one correspondence?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;EX. CICS TS 5.1---ZDTPLT68&lt;/P&gt;
&lt;P&gt;CICS TS 5.2---ZDTPLT69&lt;/P&gt;
&lt;P&gt;CICS TS 5.3---ZDTPLT70&lt;/P&gt;
&lt;P&gt;CICS TS 5.3---ZDTPLT71&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Dec 2021 12:22:26 GMT</pubDate>
    <dc:creator>Liyongjian</dc:creator>
    <dc:date>2021-12-17T12:22:26Z</dc:date>
    <item>
      <title>Dynatrace CICS ZDTPLTxx upgrade</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/164632#M16489</link>
      <description>&lt;P&gt;Hi team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi team&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Im using Dynatrace version 7.2 in Z/OS for CICS.&lt;/P&gt;
&lt;P&gt;For the CICS old version 5.1 , we use ZDTPLT68 in PLT list table.&lt;/P&gt;
&lt;P&gt;And now the CICS TS version upgrade to the 5.4.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;a.Do it need change program in PLT table from ZDTPLT68 to ZDTPLT71 ?&lt;/P&gt;
&lt;P&gt;b. ZDTPLT with suffix (67/68/69/70/71/72/73)&lt;/P&gt;
&lt;P&gt;Is their relationship a one-to-one correspondence?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;EX. CICS TS 5.1---ZDTPLT68&lt;/P&gt;
&lt;P&gt;CICS TS 5.2---ZDTPLT69&lt;/P&gt;
&lt;P&gt;CICS TS 5.3---ZDTPLT70&lt;/P&gt;
&lt;P&gt;CICS TS 5.3---ZDTPLT71&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 12:22:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/164632#M16489</guid>
      <dc:creator>Liyongjian</dc:creator>
      <dc:date>2021-12-17T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace CICS ZDTPLTxx upgrade</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/165959#M16938</link>
      <description>&lt;P&gt;Hello Liyongjian&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you 'll need to change the level of the PLT program ZDTPLT according to the level of CICSTS.&lt;/P&gt;&lt;P&gt;for CICSTS 5.4, the corresponding PLT program is ZDTPLT72.&lt;/P&gt;&lt;P&gt;But there is an easier way to process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mention in the PLT Table the alias program called ZDTPLT only, then in your library or DFHRPL, the associated program will be choosen according to your CICSTS level .&lt;/P&gt;&lt;P&gt;Example :&amp;nbsp;&lt;/P&gt;&lt;P&gt;DELIM DFHPLT TYPE=ENTRY,PROGRAM=DFHDELIM&lt;BR /&gt;-----&lt;BR /&gt;DFHPLT TYPE=ENTRY,PROGRAM=ZDTPLT DYNATRACE&lt;BR /&gt;DFHPLT TYPE=FINAL&lt;BR /&gt;END&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in your DFHRPL :&lt;/P&gt;&lt;P&gt;//DD DISP=SHR,DSN=bib dynatrace 7.2 (SZDTLOAD)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastien&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 06:51:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/165959#M16938</guid>
      <dc:creator>sebastien_arjo</dc:creator>
      <dc:date>2021-05-17T06:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace CICS ZDTPLTxx upgrade</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/166132#M16990</link>
      <description>&lt;P&gt;Correction :&lt;/P&gt;&lt;P&gt;CICSTS54 is corresponding to ZDTPLT71&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 06:53:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/166132#M16990</guid>
      <dc:creator>sebastien_arjo</dc:creator>
      <dc:date>2021-05-19T06:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace CICS ZDTPLTxx upgrade</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/173114#M18514</link>
      <description>&lt;P&gt;We are running CICS TS 5.5 and the only PLT programs are&amp;nbsp;ZDTPLT &amp;amp;&amp;nbsp;ZDTPLTSD.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 18:35:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Dynatrace-CICS-ZDTPLTxx-upgrade/m-p/173114#M18514</guid>
      <dc:creator>MARKIFB</dc:creator>
      <dc:date>2021-09-29T18:35:27Z</dc:date>
    </item>
  </channel>
</rss>

