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 the primary function of the Processing Program Table (PPT)?
Can a program change protected field ?
what is the differences between getting the system time with eibtime and asktime command?
Explain the various ways data can be passed between CICS programs.
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the difference between physical map and symbolic map?
What is the CICS command that is used to receive the un- formatted data from the terminal?
What is a cursor in CICS sql processing?
What information can be obtained from the EIBRCODE?
What is effect on RECEIVE MAP when PF key is pressed? PA key is pressed?
I have written a CICS program. What tables should I setup to run this program?
Can you access ESDS files from CICS ?