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 difference between getting the system time with EIBTIME and ASKTIME command?
Explain the difference between the xctl and link commands?
Generally we check EIBALEN = 0 to decide whether first call or not. If I do not pass any value in the COMMAREA then EIBCALEN will be 0 even on second call. Now how can we say the program is called for the first time or second time?
Sync points cannot be requested by the application programs? State true or false
How to handle exceptional conditions in cics?
How many ways are there for initiating a transaction?
If TDQs are selfdestructive then why they are used? AND Why TSQs are preferred over TDQs?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What are the parameters that you have to give when you are using the CSSN transaction?
What is the term conversational programs means?
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
What is the procedure to solve an ASRA ABEND?