OPERATIONAL PHASE


This field is stored in system administration for each database and application combination. Its value can be changed from initial setup or recovery processing by means of the predefined process BEGIN LIVE OPERATIONS.

There are certain differences between the operating phases. In initial setup and recovery processing, for example, records can be deleted from files even if there is delete protection, and keys can be changed even if there is key protection. In live operations or recovery processing, modification logs are produced for any input process with a non-blank Mod Log File Name. In initial setup, mod logs are never produced. And for any input item defined with Modifiable? equal to blank, it means that the item is modifiable in initial setup and recovery processing, but not in live operations. (As an example, this allows the designer to use the same input process for initial setup and live operations, without compromising data integrity.) In addition, images and even entire frames can be skipped if the application is in live operations, by setting the parameter Skip if Live Operations? to Y for that image or frame.

          IF       --- OPERATIONAL PHASE          EQ     INITIAL SET UP

Default Value: Taken from system administration files for a given database/application combination when a child is invoked as detached.

Valid Values: INITIAL SET UP, LIVE OPERATIONS, RECOVERY PROCESSING