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 |
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 ?
If DATAONLY option is specified in the SEND MAP command what will happen?
What is the general Command format of CICS ?
Name three ways the Modified Data Tag can be set on?
how do you intitiate another transaction?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
Which is the EIB field that gives the date when a task was started?
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the syncpoint command?
Explain the difference between intra partition tdq and extra partition tdq?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
The first step in the development of an application system is the Requirement Analysis(True or False).