|
I don't know if it's new. And we only have 4 boxes with a total of 6 i5/os lpars so it was quite easy to become an all V5R4 shop. That, and our team doesn't mind occasionally putting in some Saturday work once every 8 weeks to make sure we're current with os and ptf's. Would be easy to test on an older machine: CREATE TABLE QTEMP/ECL (LORD NUMERIC (6 , 0) NOT NULL WITH DEFAULT, LLINE NUMERIC (4 , 0) NOT NULL WITH DEFAULT, LQALL DECIMAL (15 , 5) NOT NULL WITH DEFAULT, LID CHAR (2 ) NOT NULL WITH DEFAULT) Table ECL created in QTEMP. INSERT INTO QTEMP/ECL VALUES(1, 1, 5, 'CL') 1 rows inserted in ECL in QTEMP. INSERT INTO QTEMP/ECL VALUES(1, 2, 8, 'CL') 1 rows inserted in ECL in QTEMP. INSERT INTO QTEMP/ECL VALUES(1, 3, 4, 'CL') 1 rows inserted in ECL in QTEMP. CREATE TABLE QTEMP/ELA (ATYPE CHAR ( 1) NOT NULL WITH DEFAULT, AORD NUMERIC ( 6, 0) NOT NULL WITH DEFAULT, ALINE NUMERIC ( 4, 0) NOT NULL WITH DEFAULT, AALL DECIMAL (15 , 5) NOT NULL WITH DEFAULT) Table ELA created in QTEMP. INSERT INTO QTEMP/ELA VALUES('C', 1, 1, 2) 1 rows inserted in ELA in QTEMP. INSERT INTO QTEMP/ELA VALUES('C', 1, 1, 3) 1 rows inserted in ELA in QTEMP. INSERT INTO QTEMP/ELA VALUES('C', 1, 2, 3) 1 rows inserted in ELA in QTEMP. INSERT INTO QTEMP/ELA VALUES('C', 1, 2, 7) 1 rows inserted in ELA in QTEMP. Then do the selects. 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.