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 |
Define communication area?
Explain page up and page down logic along with coding logic in cics?
What is the tcp in the cisc?
What is an mdt (modified data tag)?
How are programs reinitiated under CICS ?
What is the common systems area (CSA)?
Which is the macro used for making an entry in the PPT
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
What is task control and what are the CICS commands associated with it?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
how do you intitiate another transaction?
Define RCT.