- Industry: Computer
- Number of terms: 98482
- Number of blossaries: 0
- Company Profile:
Sometimes referred to as “Big Blue” IBM is a multinational corporation headquartered in Armonk, New York. It manufactures computer hardware and software and provides information technology and services.
A trigger that is evaluated based on a period of time. For example, a recurring wait time trigger can be evaluated every 30 minutes and fire if it detects that a specific business situation has occurred.
Industry:Software
A user-defined function whose result is not solely dependent on the values of the input arguments. That is, successive invocation with the same argument value can produce a different answer.
Industry:Software
A table space that contains a parent table. A table space containing a dependent of that table is a dependent table space. See also dependent.
Industry:Software
A trigger that is specified to be activated after a defined trigger event (an insert, an update, or a delete operation on the table that is specified in a trigger definition). See also before trigger, trigger, trigger activation, trigger activation time.
Industry:Software
A user-defined group of logical terminals to be associated with non-VTAM switched communication lines through the /IAM command. Each logical terminal pool consists of one or more logical terminal subpools.
Industry:Software
A trigger that is specified to be activated before a defined trigger event (an insert, an update, or a delete operation on the table that is specified in a trigger definition). See also trigger, trigger activation, trigger activation time, after trigger.
Industry:Software
A user-defined group of logical terminals to be associated with non-VTAM switched communication lines through the /IAM command. Each logical terminal pool consists of one or more logical terminal subpools.
Industry:Software
A table space that is both segmented and partitioned. See also segmented table space, range-partitioned data space, partition-by growth table space.
Industry:Software
A trigger whose granularity is defined by using the FOR EACH ROW clause.
Industry:Software
A user-defined library used for debugging operations that does not contain objects needed for normal processing. See also production library.
Industry:Software