|
Actually the i5 does allow you to use really long names. It's RPG F specs
that doesn't.
CREATE TABLE CreateMasterPackingList
(MyField char (5 ) not null with default)
Table CREATEMASTERPACKINGLIST created in ROB.
INSERT INTO ROB/CREATEMASTERPACKINGLIST VALUES('test')
1 rows inserted in CREAT00001 in ROB.
select * from CreateMasterPackingList
SELECT statement run complete.
SELECT SUBSTR(TABLE_NAME,1,23), SYSTEM_TABLE_NAME,
SYSTEM_TABLE_SCHEMA
FROM qsys2/systables
WHERE UPPER(Table_name)= 'CREATEMASTERPACKINGLIST'
....+....1....+....2....+....3....+....4....+....5....+....6...
SUBSTR SYSTEM_TABLE_NAME SYSTEM_TABLE_SCHEMA
CREATEMASTERPACKINGLIST CREAT00001 ROB
******** End of data ********
Rob Berendt
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.