What is DFHAID? what is its use?

Answer Posted / thomas vt

DFHAID is an attention identifier. it is a group of keys
from F1 - F24(PF1-PF24) and A1 - A4 keys, along with ENTER
key and ESC key(for clear). we can set appropriate
functions for each key in a program by writing it inside an
EVALUATE keyword.
eg: EVALUATE DFHAID
WHEN PF1 perform exit
WHEN PF2 display 'hai'
WHEN OTHER display 'invalid key'
END-EVALUATE.

Is This Answer Correct ?    18 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you access storage outside your cics program?

512


Explain the usage of language in the ppt entry?

577


Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?

650


What is the pic clause for the hhmmss type of data fields?

508


Explain how pa key is different from pf key?

654






What is task control?

585


When would you use abend command?

591


what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

605


Explain what is a cursor in cics sql processing?

593


What is the use of the program list table?

629


Can you explain common systems area?

661


Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?

593


which is the cics control program that provides communication services between user written application programs and terminals?

561


Explain the significance of rdo?

623


when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?

695