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 |
Explain the different system tables used in cics?
Explain the difference between physical map and symbolic map?
Give certain situations where NEWCOPY is obligatory?
Can you define ppt and what are its uses?
What does the 'cemt:cics' transactions do?
if we want to add new column in the db2 table.How can add in the copybook?
In a CICS program, how will you read a VSAM file?
What are the differences between Temporary Storage Queue (TSQ) and Transient Data Queue (TDQ).?
Can you have CICS code in a copybook? If yes, what happens during compilation?
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
Can you explain cics transaction gateway?
What are the DB2 steps required to migrate a CICS DB2 program from source code to load module?