Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is DFHAID? what is its use?

Answers were Sorted based on User's Feedback



What is DFHAID? what is its use?..

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

What is DFHAID? what is its use?..

Answer / guest

It is an attention identifier AID

Is This Answer Correct ?    19 Yes 1 No

What is DFHAID? what is its use?..

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

What is DFHAID? what is its use?..

Answer / anji

the function key information stored when client revokes

Is This Answer Correct ?    7 Yes 1 No

What is DFHAID? what is its use?..

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

What is DFHAID? what is its use?..

Answer / santhvz

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

What is DFHAID? what is its use?..

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

Post New Answer

More CICS Interview Questions

kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?

0 Answers   IBM,


Explain the difference between the xctl and link commands?

0 Answers  


The EIB field which gives the last CICS command executed is

2 Answers   IBM,


how do you intitiate another transaction?

0 Answers   IBM,


how do u see the output of cics program?

4 Answers   HCL,


What is BMS?

13 Answers  


What are the cics tables?

0 Answers  


Sync points cannot be requested by the application programs? State true or false

0 Answers  


Can you define mapset?

0 Answers  


Explain the difference between start and xctl?

0 Answers  


How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from

1 Answers   IBM,


What do the keywords MAPONLY and DATAONLY mean?

2 Answers  


Categories