<?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 Re: CMS copy element doesn't preserve history in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923199#M21622</link>
    <description>The exact syntax of your CMS COPY ELEMENT command was? &lt;BR /&gt;&lt;BR /&gt;The help says&lt;BR /&gt;&lt;BR /&gt;The COPY ELEMENT transaction&lt;BR /&gt;         preserves all element attributes, data, and generation/variant&lt;BR /&gt;         information.&lt;BR /&gt;&lt;BR /&gt;The only other thing that comes to mind - was the original flagged as a reference copy? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 03 Sep 2005 05:54:00 GMT</pubDate>
    <dc:creator>Peter Quodling</dc:creator>
    <dc:date>2005-09-03T05:54:00Z</dc:date>
    <item>
      <title>CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923197#M21620</link>
      <description>I had to recreate one of our CMS libraries when we moved to a new system, and I used the the COPY ELEMENT command to move the elements. However, I was told by one of our analysts that the elements' histories didn't get copied.  I looked at the help for COPY ELEMENT and didn't see anything about history. Is there a way to copy an element and preserve its history?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Fri, 02 Sep 2005 11:19:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923197#M21620</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-02T11:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923198#M21621</link>
      <description>According to&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73FINAL/5607/5607_.htm#cop_elem" target="_blank"&gt;http://h71000.www7.hp.com/doc/73FINAL/5607/5607_.htm#cop_elem&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"The generation history, file characteristics, and element attributes are preserved and copied in full."</description>
      <pubDate>Fri, 02 Sep 2005 11:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923198#M21621</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-09-02T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923199#M21622</link>
      <description>The exact syntax of your CMS COPY ELEMENT command was? &lt;BR /&gt;&lt;BR /&gt;The help says&lt;BR /&gt;&lt;BR /&gt;The COPY ELEMENT transaction&lt;BR /&gt;         preserves all element attributes, data, and generation/variant&lt;BR /&gt;         information.&lt;BR /&gt;&lt;BR /&gt;The only other thing that comes to mind - was the original flagged as a reference copy? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Sep 2005 05:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923199#M21622</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-03T05:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923200#M21623</link>
      <description>Here's the relevant portion of the DCL procedure that did the copying:&lt;BR /&gt;&lt;BR /&gt;$ create/dir personnel_cms_disk:[personnel.cmslib.executables]&lt;BR /&gt;$ create/dir personnel_cms_disk:[personnel.cmslib.source]&lt;BR /&gt;$!&lt;BR /&gt;$ cms&lt;BR /&gt;create library personnel_cms_disk:[personnel.cmslib.executables] ""&lt;BR /&gt;create library personnel_cms_disk:[personnel.cmslib.source] ""&lt;BR /&gt;exit&lt;BR /&gt;$!&lt;BR /&gt;$ create/dir personnel_cms_disk:[personnel.cmslib.executables.refcopy]&lt;BR /&gt;$ create/dir personnel_cms_disk:[personnel.cmslib.source.refcopy]&lt;BR /&gt;$!&lt;BR /&gt;$ cms&lt;BR /&gt;&lt;BR /&gt;set library personnel_cms_disk:[personnel.cmslib.executables]&lt;BR /&gt;modify library personnel_cms_disk:[personnel.cmslib.executables] -&lt;BR /&gt;    /reference_copy=personnel_cms_disk:[personnel.cmslib.executables.refcopy]&lt;BR /&gt;copy element *.* /library=disk$dga207:[personnel.cmslib.executables] *.* ""&lt;BR /&gt;&lt;BR /&gt;set library personnel_cms_disk:[personnel.cmslib.source]&lt;BR /&gt;modify library personnel_cms_disk:[personnel.cmslib.source] -&lt;BR /&gt;    /reference_copy=personnel_cms_disk:[personnel.cmslib.source.refcopy]&lt;BR /&gt;copy element *.* /library=disk$dga207:[sierra.cmslib.personnel] *.* ""&lt;BR /&gt;&lt;BR /&gt;exit&lt;BR /&gt;$!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The reference copy for the two source libraries are defined as:&lt;BR /&gt;&lt;BR /&gt;disk$dga207:[personnel.cmslib.executables.refcopy]&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;disk$dga207:[sierra.cmslib.personnel.refcopy]</description>
      <pubDate>Tue, 06 Sep 2005 13:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923200#M21623</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-06T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923201#M21624</link>
      <description>What do you see when you do commands such as CMS SHOW HISTORY *.* ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Tue, 06 Sep 2005 16:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923201#M21624</guid>
      <dc:creator>Robert_Boyd</dc:creator>
      <dc:date>2005-09-06T16:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923202#M21625</link>
      <description>Just the remark that the COPY ELEMENT entered, eg:&lt;BR /&gt;&lt;BR /&gt;  9-AUG-2005 10:09:28 CSMALLEY COPY&lt;BR /&gt;        ELEMENT/LIBRARY=DISK$DGA207:[SIERRA.CMSLIB.PERSONNEL]&lt;BR /&gt;        PERSONNEL_UPDATE.SCO PERSONNEL_UPDATE.SCO ""&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Sep 2005 17:14:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923202#M21625</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-06T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923203#M21626</link>
      <description>I mentioned that there was a concern about reference copies - but for the life of me, I can remember where I saw this, but... &lt;BR /&gt;&lt;BR /&gt;I just noticed. in $CMS help copy examples..  the following text. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; The SHOW HISTORY command that is executed after the copy&lt;BR /&gt;             transaction indicates that the library history contains **only&lt;BR /&gt;             records of transactions performed on the new library (CREATE&lt;BR /&gt;             LIBRARY and COPY transactions). The SHOW GENERATION/DESCENDANTS&lt;BR /&gt;             command shows the generation history for one of the elements.**&lt;BR /&gt;             The COPY ELEMENT transaction preserves the generation history&lt;BR /&gt;             for each element; thus, the record of replacement transactions&lt;BR /&gt;             (also the CREATE ELEMENT transaction that produced generation 1&lt;BR /&gt;             of the element) is maintained from the old element to the new.&lt;BR /&gt;&lt;BR /&gt;take particular note of the section between the two sets of **'s. &lt;BR /&gt;&lt;BR /&gt;Q</description>
      <pubDate>Tue, 06 Sep 2005 18:33:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923203#M21626</guid>
      <dc:creator>Peter Quodling</dc:creator>
      <dc:date>2005-09-06T18:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: CMS copy element doesn't preserve history</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923204#M21627</link>
      <description>The SHOW GENERATION/DESCENDANTS command is it!!&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;I guess the lesson for me here was "When all else fails, read the directions (help)"</description>
      <pubDate>Tue, 06 Sep 2005 18:39:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/cms-copy-element-doesn-t-preserve-history/m-p/4923204#M21627</guid>
      <dc:creator>Stephen Daddona</dc:creator>
      <dc:date>2005-09-06T18:39:54Z</dc:date>
    </item>
  </channel>
</rss>

