Why and when to perform this task
This topic describes how to create DB2 for iSeries databases for scheduler, using data definition language (DDL) or structured query language (SQL) files.Steps for this task
STRSQL
CREATE COLLECTION scheddb
CHGOBJOWN OBJ(scheddb) OBJTYPE(*LIB) NEWOWN(QEJBSVR)where scheddb is the name of the collection you created in the previous step.
Result
The DB2 for iSeries database for the scheduler exists.