× 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.



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 thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.