how to get 'time stamp' in cics prgms ,what is the syntax.
Answer Posted / 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 View All Answers
what is the most common way of building queue-id of a tsq?
How do you use altindxs in batch, cics programs?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
Explain the difference between a physical bms mapset and a logical bms mapset?
Name the cics command that gives the length of twa area?
Sync points cannot be requested by the application programs? State true or false
list the sequence of steps used to achieve modiication in skip sequential mode?
Mention the content that is present inside a PPT ?
Explain the difference between link xctl?
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the tcp in the cisc?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Can you define temporary storage?
What is the syncpoint command?
Can dynamic calls be used in CICS?