What is the difference between getting the system time with
EIBTIME and ASKTIME command?
Answers were Sorted based on User's Feedback
Answer / krishnakumar
EIBTIME will contain the time when the transaction started
while ASKTIME will return the current system time.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / vikram
ASKTIME updates the date (EIBDATE) and CICSĀ® time-of-day
clock (EIBTIME) fields in the EIB. These two fields
initially contain the date and time when the task started.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
What are the three ways available for a program to position the cursor on the screen?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
What is temporary storage?
What are extra partition & intra partition TDQs?
Explain the difference between intra partition tdq and extra partition tdq?
Explain how pa key is different from pf key?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
What is transient data?
Why is it important not to execute a STOP RUN in CICS ?
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
Explain floating maps with illustration.