What is the meaning and use of the EIBAID field?
Answers were Sorted based on User's Feedback
Answer / guest
AID indications the method of data tranfer from the
terminal device to cics.some aids are pf keys,pa keys,enter
keys,clear keys.the EIBAID field in AID CONTAINS THE MOST
RECENTLY USED AID.so the EIBAID field can be tested after
every input operation ex:receive command,receive map.
| Is This Answer Correct ? | 42 Yes | 0 No |
Answer / rabbani
AID STANDS FOR AUTENTION IDENTIFIER, IT HOLS THE FUNCTION
KYYS INFORMATION PRESSED BY THE USER.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / anjana
EIBAID refers to Execute Interface Block Attention IDentifier. It is used to hold the function key that is pressed by the user after inserting/ giving some input in the cics screen. So, by evaluating that EIBAID the user can perform appropriate action for every function keys such as PF1 for help, PF3 for exit and so on.
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between task and transaction in cics?
What is the common systems area?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
What are the main uses of the transaction in the cics?
What Are Send Map Maponly & Send Map Dataonly ?
Can you explain exec cics handle condition command?
What tables must be updated when adding a new transaction and program?
How many conditions can you include in a single HANDLE CONDITION command?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
What is the General Command format Of CICS