<?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 VMS ECP - convert CSV file to Post Script in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546732#M17662</link>
    <description>Hi all,&lt;BR /&gt;I have a CPC file collected using EPC&lt;BR /&gt;on a VAX running VMS 7.1 and wish to convert to a suitable graph for a report. How do I convert the CPC ( or CSV ) to postscript ?&lt;BR /&gt;Thanks in advance, John W.&lt;BR /&gt;==========================&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Dec 2009 06:40:20 GMT</pubDate>
    <dc:creator>John Welsh_2</dc:creator>
    <dc:date>2009-12-09T06:40:20Z</dc:date>
    <item>
      <title>VMS ECP - convert CSV file to Post Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546732#M17662</link>
      <description>Hi all,&lt;BR /&gt;I have a CPC file collected using EPC&lt;BR /&gt;on a VAX running VMS 7.1 and wish to convert to a suitable graph for a report. How do I convert the CPC ( or CSV ) to postscript ?&lt;BR /&gt;Thanks in advance, John W.&lt;BR /&gt;==========================&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 06:40:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546732#M17662</guid>
      <dc:creator>John Welsh_2</dc:creator>
      <dc:date>2009-12-09T06:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: VMS ECP - convert CSV file to Post Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546733#M17663</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;If this is a one-shot thing, then the following may be an acceptable work around.  &lt;BR /&gt;&lt;BR /&gt;If the CSV is somewhat standard, and you have a Windows PC with excel, you should be able to load into excel, use the chart wizard to create the graph you want, and print to a postscript print driver and select "print to file"&lt;BR /&gt;&lt;BR /&gt;Here's a page that discusses that for windows.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://u.cs.biu.ac.il/~herzbea/makeP.htm" target="_blank"&gt;http://u.cs.biu.ac.il/~herzbea/makeP.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If that isn't what you are looking for, Google can probably find other options.&lt;BR /&gt;&lt;BR /&gt;There is also the TlViz (TimeLine Visualizer) that is part of the T4 kit, but it expects a specific CSV format.  There may be converters for EPC's CSV (if it is not compatible as generated).  TlViz runs on a Windows PC.&lt;BR /&gt;&lt;BR /&gt;If, on the other hand, you are generating these graphs on a nightly basis, then using excel isn't going to do what you want.  I assume you want something similar to what was available with the Polycenter Performance Advisor, which had integrated postscript graph output.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You could probably create something using gnuplot.  It can generate many different types of output. gnuplot doesn't understand CSV; you will have to somehow transform the data for it.   With gnuplot and a pre-processor to convert the files into a format that gnuplot would accept, you could probably create the .ps file you want directly on the VMS system.  However, I am not aware of anyone doing that and making his or her work available for download.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnuplot.info/" target="_blank"&gt;http://www.gnuplot.info/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gnuplot.info/faq/faq.html" target="_blank"&gt;http://www.gnuplot.info/faq/faq.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There are several add-on packages, you then will need to possibly install some other stuff like Perl as well.  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ricardo.ecn.wfu.edu/~cottrell/qplot" target="_blank"&gt;http://ricardo.ecn.wfu.edu/~cottrell/qplot&lt;/A&gt; is a pre-processor to work with quarterly data, and may be something you could use as a starting point.&lt;BR /&gt;&lt;BR /&gt;Jon&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 10:41:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546733#M17663</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2009-12-09T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: VMS ECP - convert CSV file to Post Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546734#M17664</link>
      <description>The whole area is unfortunately and inexplicably nasty.&lt;BR /&gt;&lt;BR /&gt;libcsv will let you read the file (and there are other tools to read the gazillion variant CSV formats; try not to roll your own), and you'll have to sort out available plotting tools for a Mac OS X or Linux or Microsoft Windows client of your own; the HP folks working on this stuff appear have various proprietary tool chains in mind for this data, and AFAIK OpenVMS isn't a target for these tool chains.  &lt;BR /&gt;&lt;BR /&gt;If you're hosting your processing on Microsoft Windows, you can load CSV into Office Excel or into OpenOffice.org suite, or on Mac OS X using Numbers or OpenOffice.org suite or NeoOffice, or on Linux using OpenOffice.org suite, and generate some graphs from there.&lt;BR /&gt;&lt;BR /&gt;You're likely going to be rolling your own stuff if you're looking to be hosting this processing and this graphing on OpenVMS.   libxml and whatever Perl or Python or other X-based plotting is available.  AFAIK, the HP TLViz tool isn't open source, though there is a JTLviz Java variant available.&lt;BR /&gt;&lt;BR /&gt;I could use a few more words around the background and goals and plans for your data to better tailor an answer.  &lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 14:53:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546734#M17664</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2009-12-09T14:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: VMS ECP - convert CSV file to Post Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546735#M17665</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;  Look at T4 file format. If you have time line data, consisting of rows of data points collected at regular intervals, then it should be fairly easy to convert into a T4 CSV format.&lt;BR /&gt;&lt;BR /&gt;You can then use TlViz for interactive analysis. But from what you've asked, I'd guess that CSVPNG is a better match for what you want. CSVPNG does batch generation of graphs in PNG form. Once you have PNG, I'm sure you can find a utility to convert it to postscript (though why you want postscript specifically is a mystery to me!)&lt;BR /&gt;&lt;BR /&gt;On the data is in T4 format, CSVPNG can also be used to manipulate it, carving it up horizontally or vertically, extracting fields or regions of interest. &lt;BR /&gt;&lt;BR /&gt;There are versions of CSVPNG for OpenVMS, Windows and a few other platforms.</description>
      <pubDate>Wed, 09 Dec 2009 21:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546735#M17665</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-12-09T21:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: VMS ECP - convert CSV file to Post Script</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546736#M17666</link>
      <description>Hi Guys,&lt;BR /&gt;Thanks for all your great responses.&lt;BR /&gt;I was a bit ahead of myself.&lt;BR /&gt;I have found that the "plan analyse/motif" gui has the option to print to a file, either creating a PS file or an XWD file.This is only a one-off project so I will create PS files and then use Distiller to create PDF's. I tried Ghostview and it looks very useful.&lt;BR /&gt;As usual this forum always has expert knowledge to solve our VMS problems.&lt;BR /&gt;Best Regards,  John W.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Dec 2009 23:53:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/vms-ecp-convert-csv-file-to-post-script/m-p/4546736#M17666</guid>
      <dc:creator>John Welsh_2</dc:creator>
      <dc:date>2009-12-09T23:53:33Z</dc:date>
    </item>
  </channel>
</rss>

