To create data item DEPTH with the same attributes as data item HEIGHT, you simply write:
DEPTH LIKE HEIGHT
To create data item PROVINCE with the same attributes as data item STATE, except one byte longer, you write:
PROVINCE LIKE STATE (+1)
+----------------------------End of IBM Extension----------------------------+
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.