×
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.
On 30 Oct 2012 10:10, Stone, Joel wrote:
An important part of making field length changes easier on iSeries
is to use a field reference file to inherit attributes from other
fields and files.
Is there an equivalent in SQL?
Add a "data dictionary" abstraction layer between the database SQL
and the application programming, and then use that /dictionary/ to
generate DDL instead of composing the SQL directly. I would avoid ever
using them, but the SQL did offer a DATA DICTIONARY which does have some
[slow and limited data type] support, provided by the IDDU feature's
Data Dictionary [*DTADCT] object type as an implementation object; e.g.
CREATE COLLECTION "DEPRECATED" WITH DATA DICTIONARY
I had advocated for making the WITH DATA DICTIONARY clause become a
no-op, but I am not aware if full elimination of the support [aside from
possibly allowing restore from older releases] had ever come.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.