Is a General File Maintenance Routine possible?

sbelt_at_dpcsystems.com
Date: 09/07/04


Date: Tue, 07 Sep 2004 09:55:32 -0500

Is it possible to write a General File Maintenance Routine using
RMCOBOL?

My background is 15+ years programming in a Business Basic language
and everyone had a generalized routine. You could make entries into a
type of data dictionary and a set of programs would read this
directory and then you could add records to a file, change records,
delete, print, view, etc.

Now I'm working for a company using RMCobol and we do not have such a
thing. If you need to access a file, you write a new program. This
just strikes me as a waste of time.

A major difference between BB and COBOL is that BB used variable
length fields and we are using fixed length fields. This seems, to
me, to be the reason no one has attempted such a thing here at this
company.

So two questions:

Using RMCOBOL, is it possible to have a General File Maintenance
Routine?

Has anyone done this and would be interested in selling their routine?
(just in case it's cheaper to buy than write from scratch)

Any input is greatly appreciated.



Relevant Pages

  • Re: Native Code vs PCode OT
    ... > register Left-to-right Routine Yes ... claim influence or invention from Pascal. ... invented by a Russian first. ... to that new concept - Structured Programming. ...
    (microsoft.public.vb.general.discussion)
  • the problem of constants
    ... literal constants, ... Matlab's "copy on write" behaviour to provide the efficiency. ... prevent any routine from accidently changing the master ... to be any better, in terms of programming theory or efficiency, ...
    (comp.soft-sys.matlab)
  • Re: OCP and Java
    ... > a hard time imagining any programmer with the clairvoyance required ... The only place that I can think of where frozen is used in the Eiffel ... An example is a routine that compares to objects for equality. ... > kind of flexibiliy is valuable there are already programming ...
    (comp.object)
  • Re: bug in rem
    ... returned is due to roundoff error, but the real problem is different. ... values at some point in the routine. ... the programming issues were allowed to take precedence over what was ... what you have put into the 'rem' function input when you write the absurd ...
    (comp.soft-sys.matlab)
  • library function vs system calls
    ... I was going through peter van der linden's book expert C programming ... *call to a routine in a library ... *has the lower head overhead of procedure call. ... executes in the kernel address space ...
    (comp.lang.c)