On an upgrade, be sure to update all application dictionaries and DC/UCF system definitions. If you maintain multiple SYSDIRL dictionaries or multiple IDMS message areas, be sure to upgrade each of those as well. By ensuring that all application dictionaries, SYSDIRL dictionaries, message areas, and DC/UCF systems are updated with the changes for the release being installed, you avoid problems caused when the definition of objects does not match what the software expects.
IDMS - all supported releases
If you do a manual upgrade, one Configuration Job (JOB10 for 18.5) updates only the application dictionary identified in the VARBLIST with parameter APPLDICT. To update additional application dictionaries, rerun all steps from this Configuration job for each additional dictionary. You must alter the job stream on each execution to name the target dictionary to be updated.
Additionally, you must update the definition of every DC/UCF system in use with new and revised task and program definitions.
This two-step process is described next.
//SYSIPT DD *
SIGNON DICTIONARY SYSTEM.
ICTL=(1,72)
COPY PROGRAMS FROM SYSTEM 99 TO nnn.
COPY TASKS FROM SYSTEM 99 TO nnn.
GENERATE.
/*