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 |
Which of the following statements correctly describe the syntax of CICS command language?
What are the naming conventions for the Temporary Storage Queues?
What is the MASSINSERT option?
Which is the command that is used to dump the main storage areas related to a task?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
What is the use of the program list table?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Define RCT.
what is mapfail and when we get this error? during send map or receive map?
TSQs can be written in the Main storage or Auxiliary storage (True or False).
Name the cics command that gives the length of twa area?
In which table would you make an entry for a BMS map?