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
What is the eib parameter?
In a CICS program, how will you read a VSAM file?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
What is CICS ?
Explain cebr transaction commands?
Can ESDS files be accessed from CICS?
Explain how do you access storage outside your cics program?
How can you access qsam (seq) files from cics?
What is the difference between a return with transid and xctl?
what is the differences between getting the system time with eibtime and asktime command?
Kindly specify the pic clause for the hhmmss type of data fields?
Define the term function request shipping?
How vsam files are read in cics pgms?
Is length = 0 sufficient to ascertain that the field has been modified?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?