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 |
Define the attribute byte?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What are some of the cics commands associated with interval control?
Explain processing program table(ppt)?
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
Explain the maps in cics?
What are different system tables used in CICS?
What is the function of the CICS translator?
What are the two outputs created as a result of generation of a map?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
By which CICS defined field can you determine the position of the cursor on the map ?