<?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: How to create Reports? in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940652#M11486</link>
    <description>I am trying to create an accounting or a payroll system that would be created from using COBOL. &lt;BR /&gt;&lt;BR /&gt;This is yet in the works for this project. &lt;BR /&gt;&lt;BR /&gt;IS there anyone here that can provide me with a sample on this can be achieved using COBOL? In other words, is there any samples out there on how statistical numbers or reports would be written in COBOL? I would like to see a sample of a program that was written in COBOL.</description>
    <pubDate>Thu, 08 Feb 2007 00:25:35 GMT</pubDate>
    <dc:creator>ngoht20</dc:creator>
    <dc:date>2007-02-08T00:25:35Z</dc:date>
    <item>
      <title>How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940649#M11483</link>
      <description>I was wondering how to generate using OpenVMS reports such as monthly averages, pay salary, yearly income, and so forth..Is it possible to create an accounting type reports using VMS?</description>
      <pubDate>Wed, 07 Feb 2007 23:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940649#M11483</guid>
      <dc:creator>ngoht20</dc:creator>
      <dc:date>2007-02-07T23:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940650#M11484</link>
      <description>Personally, I would use my favourite programming&lt;BR /&gt;language...&lt;BR /&gt;More details?  What exactly are you trying to do?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 23:47:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940650#M11484</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2007-02-07T23:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940651#M11485</link>
      <description>Datatrieve or Cobol (or Perl)&lt;BR /&gt;&lt;BR /&gt;Several 3rd party products as well.&lt;BR /&gt;&lt;BR /&gt;Most important question is probably how the data is stored. RMS? RDB? Oracle?&lt;BR /&gt;&lt;BR /&gt;Next question would be about the report layout details. Is plain text good enough? In that case Datatrieve is probably the most powerful tool and Cobol the best language.&lt;BR /&gt;Or are you looking for PDF or HTML output?&lt;BR /&gt;For the later, BASIC and PERL may be the easiest.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Hein&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 00:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940651#M11485</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-02-08T00:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940652#M11486</link>
      <description>I am trying to create an accounting or a payroll system that would be created from using COBOL. &lt;BR /&gt;&lt;BR /&gt;This is yet in the works for this project. &lt;BR /&gt;&lt;BR /&gt;IS there anyone here that can provide me with a sample on this can be achieved using COBOL? In other words, is there any samples out there on how statistical numbers or reports would be written in COBOL? I would like to see a sample of a program that was written in COBOL.</description>
      <pubDate>Thu, 08 Feb 2007 00:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940652#M11486</guid>
      <dc:creator>ngoht20</dc:creator>
      <dc:date>2007-02-08T00:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940653#M11487</link>
      <description>&lt;QUOTE&gt;&lt;BR /&gt;I am trying to create an accounting or a payroll system that would be created from using COBOL.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Is it an accounting system or a payroll system?&lt;BR /&gt;They are quite different and payroll systems&lt;BR /&gt;in particular tend to be somewhat complex.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;This is yet in the works for this project.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Once the project has specified the requirements&lt;BR /&gt;for the reporting, you will be in a position&lt;BR /&gt;to write the specifications for the programs.&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;IS there anyone here that can provide me with a sample on this can be achieved using COBOL? In other words, is there any samples out there on how statistical numbers or reports would be written in COBOL? I would like to see a sample of a program that was written in COBOL.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Once the specification is written, then it doesn't&lt;BR /&gt;matter whether it is COBOL or some other language.&lt;BR /&gt;How do you expect to get a "sample" program&lt;BR /&gt;generating reports and statistical analysis from&lt;BR /&gt;an unspecified data source?&lt;BR /&gt;&lt;BR /&gt;Did you want someone to provide a payroll (or&lt;BR /&gt;accounting package) for you?&lt;BR /&gt;&lt;BR /&gt;Dave&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 00:40:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940653#M11487</guid>
      <dc:creator>David B Sneddon</dc:creator>
      <dc:date>2007-02-08T00:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940654#M11488</link>
      <description>&amp;gt;&amp;gt; I am trying to create an accounting or a payroll system that would be created from using COBOL. &lt;BR /&gt;&lt;BR /&gt;Wow, really?! From scratch, in Cobol, in 2007? Ok.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; This is yet in the works for this project. &lt;BR /&gt;&lt;BR /&gt;Is the data storage mechanisme already defined? RMS? RDB? Oracle?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; IS there anyone here that can provide me with a sample on this can be achieved using COBOL? &lt;BR /&gt;&lt;BR /&gt;RTFM... Read The Fine (F#$#&amp;amp;ing) Manual.&lt;BR /&gt;The USERGUIDE has fine snippets of what can be done, the reference manual will answer detail questions.&lt;BR /&gt;&lt;BR /&gt;You'll soon see it will only do TEXT (1960's) style 'lineprinter' reports which may or might not meet your needs.&lt;BR /&gt;I suspect that these days the end users expect nice font selections and bolding and shading and stuff.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; In other words, is there any samples out there on how statistical numbers or reports would be written in COBOL? I would like to see a sample of a program that was written in COBOL.&lt;BR /&gt;&lt;BR /&gt;See the Manuals! They are online&lt;BR /&gt;&lt;A href="http://www.hp.com/go/openvms" target="_blank"&gt;www.hp.com/go/openvms&lt;/A&gt; ...&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hein.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 07:55:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940654#M11488</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-02-08T07:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940655#M11489</link>
      <description>ngoht20,&lt;BR /&gt;&lt;BR /&gt;from your Forum Profile:&lt;BR /&gt;&lt;BR /&gt;&lt;QUOTE&gt;&lt;BR /&gt;I have assigned points to 0 of 49 responses to my questions.&lt;BR /&gt;&lt;/QUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;I know, they are all pretty recent threads, but some of them do raise the suspicion of having just about reached the end of the discussion&lt;BR /&gt;&lt;BR /&gt;Maybe you can find some time to do some assigning?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.&lt;BR /&gt;Consider, that every poster took at least the trouble of posting for you!&lt;BR /&gt;&lt;BR /&gt;To easily find your streams with unassigned points, click your own name somewhere.&lt;BR /&gt;This will bring up your profile.&lt;BR /&gt;Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.&lt;BR /&gt;&lt;BR /&gt;Thanks on behalf of your Forum colleagues.&lt;BR /&gt;&lt;BR /&gt;PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!&lt;BR /&gt;&lt;BR /&gt;PPS. - Zero points for this.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Thu, 08 Feb 2007 09:39:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940655#M11489</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-02-08T09:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Reports?</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940656#M11490</link>
      <description>&amp;gt;&amp;gt; I was wondering how to generate using OpenVMS reports such as monthly averages, pay salary, yearly income, and so forth..Is it possible to create an accounting type reports using VMS? &amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;From this and from your other recent postings, please contact your IT team and your manager.&lt;BR /&gt;&lt;BR /&gt;Is this task possible?  Yes.  It's a computer, after all.&lt;BR /&gt; &lt;BR /&gt;Is this easy?  No.  There's no in-built accounting package in OpenVMS for this task, and this will require add-on software and local customizations, or a moderate- to large-scale custom software design effort.   Most sites will lease or purchase a commercial package, as that's far cheaper and far more complete.&lt;BR /&gt;&lt;BR /&gt;Is this task a firing offense?  Quite possibly. Companies and employees don't tend to like salary-related information exposed, and -- unless your manager asked you to perform this accounting task -- your manager may well decide to fire you for this. &lt;BR /&gt;&lt;BR /&gt;There may well be some sort of a reporting package present, as I'm guessing this box has financial data and some sort of an accounting or database package installed on it.  These tend to have report generation tools.&lt;BR /&gt;&lt;BR /&gt;IT and management folks tend to get really cranky if these financial packages and the associated data are accessed without authorization, or if an unintended error accessing the database should cause a failure or an outage.&lt;BR /&gt;&lt;BR /&gt;Talk with your manager.  Get training.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Feb 2007 10:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/how-to-create-reports/m-p/3940656#M11490</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-02-08T10:12:55Z</dc:date>
    </item>
  </channel>
</rss>

