Applying the Additive Changes in One Job
You can apply all the additive schema upgrade changes to the target
database using the JCL in the data set DSNHLQ.SIEBEL.INSTALL.JCL(ADDVSCHT)
provided you also applied
all of the additive changes to the staging database using the JCL
in the DSNHLQ.SIEBEL.INSTALL.JCL(ADDVSCHS)
data set.
DSNHLQ.SIEBEL.INSTALL.JCL(ADDVSCHS)
. If you do, you will corrupt the target database.To apply all additive changes to the target production database
Navigate to the ISPF Primary Option Menu, and select option 2: Edit.
Specify
DSNHLQ.SIEBEL.INSTALL.JCL(ADDVSCHT)
as the name of the data set member you want to edit on the Edit Entry Panel.Submit the job in the
ADDVSCHT
member.All of the additive schema changes are automatically submitted and applied to the target database.
Note: You must choose to either apply all of the additive changes in one job, or apply them all individually. If you apply any of the additive changes to the target database individually, as described in Applying Additive Changes Individually, you cannot use theDSNHLQ.SIEBEL.INSTALL.JCL(ADDVSCHT)
member to apply additive changes; attempting to do will cause an error in your upgrade.To ensure performance is not adversely affected when additive changes are applied in one job using the
ADDVSCHT
member, all of the indexes are created using the DEFINE YES, DEFER YES syntax. After applying the additive changes, you can rebuild the indexes for each index created by theADDVSCHT
member by submitting the JCL in theDSNHLQ.SIEBEL.INSTALL.JCL(SUBADDIX)
data set.You can submit the index rebuild jobs all together, or individually. To submit the rebuild index jobs in one step:
Navigate to the ISPF Primary Option Menu, and select option 3.4.
On the Data Set List Utility (DSLIST) panel, type
EXEC
on the line next to the @SUBADDIX member. Press Enter.All of the rebuild index jobs are submitted.
To submit each index rebuild job individually:
Edit the
DSNHLQ.SIEBEL.INSTALL.JCL(SUBADDIX)
member by typinge
before the member name. Press Enter.Select the job you want to run, type
submit
on the command line, and press Enter.The rebuild index job is submitted.