<?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: T4 Stop and collect in CSV in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969076#M82776</link>
    <description>I looked in T4$COLLECT and T4$NOW and found the way it behaves.&lt;BR /&gt;I extracted what I needed into a once-off com file:&lt;BR /&gt;&lt;BR /&gt;$       Set Command T4$Sys:T4$Mon_Extract&lt;BR /&gt;$!&lt;BR /&gt;$       T4Extr  T4_V3400_23MAR2007_0001_2359_MON.DAT -&lt;BR /&gt;                /Csv=T4_V3400_23MAR2007_0001_2359_MON.CSV -&lt;BR /&gt;                /Process_Name=("*LMD0*","*SHAD*","*PRODOPER*")&lt;BR /&gt;$!&lt;BR /&gt;$       Set Command T4$Sys:T4$Fc&lt;BR /&gt;$!&lt;BR /&gt;$       T4FcMon Extract -&lt;BR /&gt;        /Input=T4_V3400_23MAR2007_0001_2359_FCM.DAT -&lt;BR /&gt;        /Csv=T4_V3400_23MAR2007_0001_2359_FCM.CSV&lt;BR /&gt;$!&lt;BR /&gt;$       Set Command T4$Sys:T4$ApRc&lt;BR /&gt;$!&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_FCM.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_LCK7.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_NETM_EIB0.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_TCP.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_XFC.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$!&lt;BR /&gt;$       Rename/Log T4_V3400_23MAR2007_0001_2359_MON.CSV T4_V3400_23MAR2007_0001_2359_COMP.CSV&lt;BR /&gt;$       Delete/Log T4_V3400_23MAR2007_0001_2359_MON.CSV;*&lt;BR /&gt;$!&lt;BR /&gt;$       EXIT&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;This worked well for me.&lt;BR /&gt;Thx</description>
    <pubDate>Tue, 27 Mar 2007 09:45:48 GMT</pubDate>
    <dc:creator>Paul Janssen</dc:creator>
    <dc:date>2007-03-27T09:45:48Z</dc:date>
    <item>
      <title>T4 Stop and collect in CSV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969072#M82772</link>
      <description>I need to reboot the server because of a problem with ftp. I did not do an abort on T4. I ended up with the following files:&lt;BR /&gt;&lt;BR /&gt;Directory DKF0:[000000.T4$DATA]&lt;BR /&gt;&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_FCM.DAT;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_LCK7.CSV;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_MON.DAT;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_NETM_EIB0.CSV;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_EIB0.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_FCM.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_LCK7.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_MON.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_TCP.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_SUBP_XFC.LOG;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_TCP.CSV;1&lt;BR /&gt;T4_V3400_23MAR2007_0001_2359_XFC.CSV;1&lt;BR /&gt;&lt;BR /&gt;Total of 12 files.&lt;BR /&gt;&lt;BR /&gt;How can I convert them into CSV's and end with a ..._COMP.CSV or - if not possible - with at least as much CSV's as possible?&lt;BR /&gt;Then I could also look at my ftp problem.&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 10:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969072#M82772</guid>
      <dc:creator>Paul Janssen</dc:creator>
      <dc:date>2007-03-26T10:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: T4 Stop and collect in CSV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969073#M82773</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;look into T4$SYS:T4$COLLECT.COM, at the code following the label 'Post_Process_the_Data'. It's there that T4 extracts monitor data and glues things together.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin&lt;BR /&gt;&lt;BR /&gt;P.S.: the existance of FibreChannel monitor data leads me to the assumption that you're using at least T4 V3.4 where the above holds.</description>
      <pubDate>Mon, 26 Mar 2007 12:48:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969073#M82773</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2007-03-26T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: T4 Stop and collect in CSV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969074#M82774</link>
      <description>&lt;BR /&gt;Look for a "T4_now.com", you can use that as a guide for the processing that needs to happen on these files. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Andy</description>
      <pubDate>Mon, 26 Mar 2007 14:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969074#M82774</guid>
      <dc:creator>Andy Bustamante</dc:creator>
      <dc:date>2007-03-26T14:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: T4 Stop and collect in CSV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969075#M82775</link>
      <description>Paul,&lt;BR /&gt;&lt;BR /&gt;  By default, the T4 collection job is supposed to have been submitted with /RESTART. It keeps track of where it was up to. In theory should do the post processing for you.&lt;BR /&gt;&lt;BR /&gt;  If not, find the label referred to before, walk through the procedure and define all the relevant local symbols interactively. You can then copy and paste the commands from the procedure into your interactive session to post process the files. &lt;BR /&gt;&lt;BR /&gt;  Another alternative. If you know the parameters used to invoke the original job, you can trick it into thinking it's restarting with a jacket procedure:&lt;BR /&gt;&lt;BR /&gt;TRICKT4.COM&lt;BR /&gt;$ $RESTART="TRUE"&lt;BR /&gt;$ BATCH$RESTART="Post_Process_the_Data"&lt;BR /&gt;$ @T4$SYS:T4$COLLECT parameters...&lt;BR /&gt;&lt;BR /&gt;$ SUBMIT TRICKT4&lt;BR /&gt;</description>
      <pubDate>Mon, 26 Mar 2007 20:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969075#M82775</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2007-03-26T20:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: T4 Stop and collect in CSV</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969076#M82776</link>
      <description>I looked in T4$COLLECT and T4$NOW and found the way it behaves.&lt;BR /&gt;I extracted what I needed into a once-off com file:&lt;BR /&gt;&lt;BR /&gt;$       Set Command T4$Sys:T4$Mon_Extract&lt;BR /&gt;$!&lt;BR /&gt;$       T4Extr  T4_V3400_23MAR2007_0001_2359_MON.DAT -&lt;BR /&gt;                /Csv=T4_V3400_23MAR2007_0001_2359_MON.CSV -&lt;BR /&gt;                /Process_Name=("*LMD0*","*SHAD*","*PRODOPER*")&lt;BR /&gt;$!&lt;BR /&gt;$       Set Command T4$Sys:T4$Fc&lt;BR /&gt;$!&lt;BR /&gt;$       T4FcMon Extract -&lt;BR /&gt;        /Input=T4_V3400_23MAR2007_0001_2359_FCM.DAT -&lt;BR /&gt;        /Csv=T4_V3400_23MAR2007_0001_2359_FCM.CSV&lt;BR /&gt;$!&lt;BR /&gt;$       Set Command T4$Sys:T4$ApRc&lt;BR /&gt;$!&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_FCM.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_LCK7.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_NETM_EIB0.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_TCP.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$       T4Aprc T4_V3400_23MAR2007_0001_2359_XFC.CSV T4_V3400_23MAR2007_0001_2359_MON.CSV&lt;BR /&gt;$!&lt;BR /&gt;$       Rename/Log T4_V3400_23MAR2007_0001_2359_MON.CSV T4_V3400_23MAR2007_0001_2359_COMP.CSV&lt;BR /&gt;$       Delete/Log T4_V3400_23MAR2007_0001_2359_MON.CSV;*&lt;BR /&gt;$!&lt;BR /&gt;$       EXIT&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;This worked well for me.&lt;BR /&gt;Thx</description>
      <pubDate>Tue, 27 Mar 2007 09:45:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/t4-stop-and-collect-in-csv/m-p/3969076#M82776</guid>
      <dc:creator>Paul Janssen</dc:creator>
      <dc:date>2007-03-27T09:45:48Z</dc:date>
    </item>
  </channel>
</rss>

