What information do you get when an EXEC CICS STARTCODE is
issued?
Answer Posted / 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 |
Post New Answer View All Answers
Define RCT.
How to define a vsam file in cics getting into cics to define a vsam file.
What is the common systems area?
Explain how do you intitiate another transaction?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
For protecting a transaction using the transaction security function, the two things that must be done are?
What is ENQ?
What is eib?
Explain the function of the terminal control table?
What are the recoverable cics resources?
What is the comaera?
What is the abend command?
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?
What is the eib parameter?
Explain the difference between getting the system time with eibtime and asktime command?