Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
I think you should use the FOR COLUMN clause when you generate columns withI was anticipating using the new file layout with rpg ile, so I foolishly got carried away with longer FOR COLUMN names for the new fields. I should have kept them at 6 characters.
names longer than six(6) characters, Something like:
CREATE TABLE MYLIB/MYFILE (
lONGFIELDNAME FOR COLUMN NAME06 CHAR( 32) NOT NULL WITH DEFAULT
)
HTH,
Luis
First off, You can mix and match DDL & DDS. Views over PF and LFs over
Tables...
What you're saying doesn't make sense. Either the new fields are in the
logical or they are not. If they are not, the compiler wcn't and can't see
them.
I use the same technique. If you do it right, you don't have recompile
anything. The Record Format Level ID should be the same from the original
to the new...on DSPFD, look here:
Record Format List
Record Format Level
Format Fields Length Identifier
MYFILER 114 541 2FED88D05AB32 <-- this ID should not change
Charles
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 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.