What are the steps to take when cloning an Ideal/Datacom development environment?
z/OS
To clone an existing Ideal environment to a newly created environment for the first time, you must migrate Datadictionary (DBID=002) which contains all of the data that is required for Ideal and the VLS libraries used by Ideal. Only VLSUTIL must be used to BACKUP and RESTORE the VLS libraries.
The Ideal specific VLS libraries must be include:
DEFAULT FILE BLKSIZE NAMELENGTH ------------------------------------- ------------- ----------------- IDDAT 1960 24 IDDVW 4000 40 User source libraries 1960 24 User panel libraries 4000 24 User object libraries 4000 24
You will also need to bring over the load library that contains your Ideal user application load modules. Once you have brought over the Ideal user application load modules, you will need to run the IDENTIFY command on each of the modules. The IDENTIFY command will update the module entity occurrence and ALIAS occurrence of the specified program or panel in the dictionary. The IDENTIFY command is used after the module format of the program or panel is moved to the receiving environment through an IBM utility. It makes the module known to Ideal at the receiving site.
See also knowledge article "Cloning a Datacom Environment with DFDSS".