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
What is the comaera?
How to define a vsam file in cics getting into cics to define a vsam file.
How to dsect parameter is used in bms?
Explain the function of the cics translator?
What is dynamic transaction backout?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What are the types of the dfhmdf present in the cics?
Define the term function request shipping?
What is CICS ?
What is the primary aspect of CICS?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
what is the differences between getting the system time with eibtime and asktime command?
Can you define transid?
What are the types of processes to create a map in cics?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?