Why and when to perform this task
This topic describes how to create DB2 databases for scheduler, using data definition language (DDL) or structured query language (SQL) files.Steps for this task
db2set DB2_RR_TO_RS=YESthen restart the DB2 instance to activate the change.
db2 CREATE DATABASE scheddb USING CODESET UTF-8 TERRITORY en-usA DB2 database named scheddb has been created.
Result
The DB2 database for the scheduler exists.