db2 CREATE DATABASE database_name AUTOMATIC STORAGE YES ON path USING CODESET ISO8859-1 TERRITORY US COLLATE USING IDENTITY PAGESIZE 4096
Note: The CREATE DATABASE command must be issued using the IDENTITY collating sequence, where strings are compared byte by byte.