db2 CREATE DATABASE database_name AUTOMATIC STORAGE YES ON path USING CODESET IBM-1252 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.