Install the sample databases and their applications
search cancel

Install the sample databases and their applications

book

Article ID: 24504

calendar_today

Updated On:

Products

IDMS IDMS - Database

Issue/Introduction

After doing an upgrade install of IDMS the two demonstration databases, EMPDEMO and SQLDEMO are not installed. 

How to create a job to install these sample databases and their applications?

Environment

Release: All supported releases.

Resolution

If they already exist as a result of a prior installation, they can still be used. To install or re-install the demo databases, rerun CAISAG to generate the JCL required to install them. The following parameters are needed in the VARBLIST to install the demo databases:

GJUPGRAD = NO
SQLDEMO = YES
EMPDEMO = YES

The files are allocated in JOB05.
The files are added to the global DMCL in JOB07.
EMPDEMO is build in JOB14.
SQLDEMO is build in JOB15.

Edit the JOB05  and JOB07 JCL and only run the appropriate sections that deal with the demo databases then run JOB14 and JOB15.

Additional Information