When you start a CICS® region automatically, CICS starts up in one of the following ways, depending upon how the region terminated previously:
The first time you start a region after creating it, you must use a cold start to ensure correct region initialization. When the cicscp start region command is used, the command checks whether it is the first time the region is being started. If it is the first time the region is started, the cicscp command always performs a cold start, regardless of the setting for the RD attribute StartType. If the region has ever been started before, the cicscp command performs only a warm start, regardless of the setting for the RD attribute StartType, to ensure data integrity.
You can start only one CICS region at a time. You can start as many CICS regions as you like; however, the performance of the CICS regions depends on the overall system load.
If you want to run a region with a specific locale, you can set up the locale in the region's environment file, which is in /var/cics_regions/regionName/environment.
After CICS initialization is complete, before CICS allows users to sign onto the region, CICS automatically runs any user-written post-initialization programs.