bdfp1m2x | Programming Concepts and Reference |
Use this macro to conditionally delay an entry control block (ECB), forcing
it to give up control. The delay occurs if the following is true:
- The ECB is close to an application time-out (system error CTL-000010)
- Symbol &TPFDBDV in the DBLCL macro is set to a non-zero value.
This macro generates specific code for your environment that can be release
dependent.
Format
- label
- is a symbolic name assigned to the macro statement.
Entry Requirements
None.
Normal Return
None.
Error Return
None.
Programming Considerations
- If symbol &TPFDBDV in the DBLCL macro is set to 0, processing of the
ECB will never be delayed. See TPFDF Installation
and Customization for more information about the DBLCL macro.
- This macro is for use in TPFDF service routines. Do not use the
DFDLAY macro in application programs because it can prevent valid CTL-000010
system errors.
Examples
The following example conditionally delays processing of an ECB.
DFDLAY
Related Macros
None.