how to get 'time stamp' in cics prgms ,what is the syntax.



how to get 'time stamp' in cics prgms ,what is the syntax...

Answer / vq - ofss

EXEC CICS ASKTIME ABSTIME(WS-TIMESTAMP) END-EXEC
Define WS-TIMESTAMP in WS as folows PIC S9(15) COMP-3
VALUE +0.

Is This Answer Correct ?    21 Yes 3 No

Post New Answer

More CICS Interview Questions

Explain the mdt in cics?

0 Answers  


Explain how to build up lu 6.2 communication?

0 Answers  


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


Explain the exact situation, when to use CALL, XCTL and LINK?

6 Answers   CGI,


How many ways are there for initiating a transaction? what are they?

3 Answers   IBM,






how do u see the output of cics program?

4 Answers   HCL,


What are the ways fot initiating a transaction?

0 Answers  


Can you have CICS code in a copybook? If yes, what happens during compilation?

3 Answers   IBM,


What is CEDF?

3 Answers   IBM,


What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


At which situation we need to use the push and pop conditions...pls tell me with exampls.

2 Answers   Xansa,


What is the other way of terminating a transaction?

2 Answers   IBM,


Categories