bdfp1m34Programming Concepts and Reference

DFTDC-Dialogue Control Facility Support User Exit

Use this macro to implement dialogue control facility support or to obtain the necessary code from a third party.

Format




label
is a symbolic name assigned to the macro statement.

CASE=casenum
specifies the case number passed with the macro call, where casenum is a decimal number.

Entry Requirements

None.

Normal Return

None.

Error Return

None.

Programming Considerations

None.

Examples

The following example shows how to include case number 5.

  DFTDC CASE=5

Related Macros

None.