What is the General Command format Of CICS
Answers were Sorted based on User's Feedback
Answer / ansha
EXEC CICS function
[option (arg val)}
"
END-EXEC.
| Is This Answer Correct ? | 1 Yes | 0 No |
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
Which is the command used for terminating a browse operation?
What is task control?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
how can you prevent more than one user from accessing the same transient data queue?
What will happen if some program tries to process a queue on which an ENQ command has been issued by some other program?
name the command that is used to dump the main storage areas related to a task?
For multithreading an application program need not be re- entrant(True or False).
Explain the difference between link xctl?
What is commarea (communications area)?
If I create a TSQ from one transaction, can I read it from another transaction?
What is EXEC CICS RETRIEVE ?