1
Enherit column attributes when ALTERing column
I have this: 1. A field-reference table (fieldref): CREATE TABLE mylib/fieldref ( A CHAR (10) NOT NULL WITH DEFAULT, B CHAR (10) NOT NULL WITH DEFAULT, C DECIMAL (7 , 5) NOT NULL WITH DEFAULT, PRIMARY KEY (A)) 2. A data table (myfile) created on the basis of the above fieldref table: CREATE TABLE mylib/myfile [...]
Answer Question
| August 30, 2010 8:21 PM
AS/400 DB2, AS/400 tables, OSV6R1, SQL, V6R1
I have this: 1. A field-reference table (fieldref): CREATE TABLE mylib/fieldref ( A CHAR (10) NOT NULL WITH DEFAULT, B CHAR (10) NOT NULL WITH DEFAULT, C DECIMAL (7 , 5) NOT NULL WITH DEFAULT, PRIMARY KEY (A)) 2. A data table (myfile) created on the basis of the above fieldref table: CREATE TABLE mylib/myfile [...]
Problems after upgrading from AS/400 to OSV6R1
ANYONE HAVE ANY PROBLEMS AFTER UPGRADING AS400 TO OSV6R1
Answer Question
| June 25, 2010 1:51 PM
AS/400 errors, AS/400 upgrades, OSV6R1
ANYONE HAVE ANY PROBLEMS AFTER UPGRADING AS400 TO OSV6R1
1





