What is DFHAID? what is its use?
Answers were Sorted based on User's Feedback
Answer / shiva
DFHAID=DEFINED FIELD HIRERACHY ATTENTION IDENTIFIER...
IT IS A SYSTEM DEFINED COPY BOOK IN WHICH FUNCTION KEYS
INFORMATION IS DECLARED USING VARIABLES....
| Is This Answer Correct ? | 36 Yes | 1 No |
Answer / 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 |
Answer / vishi
The standard attention identifier list, DFHAID, simplifies
the testing of the contents of the EIBAID field after a
Basic Mapping Support (BMS) or terminal control input operation.
We can Get the standard attention identifier list by
including the DFHAID copybook in your application program:
For COBOL users, it consists of an 01 statement and a set of
02 statements that must be copied into the working storage
section, as follows:
COPY DFHAID
| Is This Answer Correct ? | 7 Yes | 1 No |
Attention key identifier , in order to identify the attend
key in screen in your program, that means if the user
pressess the attention key in screen per say Enter, using
AID field you can reconginze and alter ur code execution
based on the aid field.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suriya
DFHAID IS THE ATTENTION IDENTIFIER.IF WE PRESS THE KEY IT
WILL STORED IN DFHAID.IT IS JUST LIKE A COPY BOOK. THE KEY
MEANS F3,F8,F7 LIKE THAT.
| Is This Answer Correct ? | 1 Yes | 0 No |
The EIB field which gives the last CICS command executed is
Define floating maps with illustration?
What is the difference between LINK and XCTL ?
When would you use abend command?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
what are the differences between and exec cics xctl and an exec cics link command?
Which CICS service transaction is used to gain accessibility to CICS control tables?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
How do you make your BMS maps case sensitive?
What is non-conventional programs?