What information do you get when an EXEC CICS STARTCODE is
issued?
Answer / johan swan
It should be EXEC CICS START - START starts a task, on a local or remote system, at a specified time.
Example:
EXEC CICS START
TRANSID('TRNL')
INTERVAL(10000)
REQID('NONGL')
END-EXEC.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Journal Recovery and Dynamic Transaction Backout?
What is the function of the LOAD command?
How do you enter into cics region and how many regions available?
What is the difference between a return with transid and xctl?
What is the function of the Terminal Control Table(TCT)?
Explain the logical message in cics?
How many ways are there for initiating a transaction?
How are screens created in cics
what are the differences between and exec cics xctl and exec cics start command?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
Explain how do you establish a starting position in a browse operation?