×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I'm looking for opinions on this one ... which is the best way to
define a reusable data structure. Copy book or physical file?
Both work, but I'm trying to decide which approach to take.
Defining it in a copy book lets me tag it as a template, so the
definition doesn't take up any storage, and also allows me to easily
overlay fields if needed. Since I'm defining it in a RPG copy book, I
can't use it in other languages (not important, we don't have any
COBOL code).
Defining it as a physical file allows me to use the structure in
multiple languages (COBOL not important, but I do have a technique in
for Java that lets me use a PF as an external DS).
Any other advantages / disadvantages?
Thanks!
david
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.