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 commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource 'SINGLE'?
What is meant by an attribute byte?
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
What is the command used for receiving a map from a terminal?
What are the some important fields in the eib block?
Which is the macro used for making an entry in the PPT
Highlight the points of differences between XCTL and START?
How vsam files are read in cics pgms?
When there are 2 records with the same key specified in a DELETE operation what will happen?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
How will you access a VSAM file using an alternate index?
Explain the term Function Request Shipping?