What is DFHEIBLK?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
This block is automatically created when you translate a
program having CICS commands . It is created in the LINKAGE-
SECTION and contains system related information like Date
Time Trans-Id Term-Id etc. which the application programmer
can make use of
| Is This Answer Correct ? | 44 Yes | 2 No |
Answer / abhi
DFHEIBLK means interface between application program to
cics,which is having group of fields which will be update by
the cics every time , update the status of the recently
executed cics command for the particular transaction.
| Is This Answer Correct ? | 7 Yes | 2 No |
Explain the different ways of initiating transaction in cics?
The EIB field which gives the last CICS command executed is
What are the differences between and EXEC CICS XCTL and an EXEC CICS START command?
What is the syncpoint command?
How is the storage determined in the symbolic map, if you have multiple maps?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is the use of tdq and tsq?
Which type of TDQ is read destructive?
pf7 and pf8 logic. first wnen i press pf7 first five records has to be displayed .second time when i press pf7 next five records to be displayed. what was the logic. give clear explination.
interview type questions like basics&deep
What is Quasi-reentrancy?
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