Answer Posted / savita
It is a mode of dialogue between program
and terminal which appears to the operator as a continuous
conversation but which is actually carried by a series of
tasks
EX:
Transaction TSK1
Program PROG1
PROCEDURE DIVISION.
:
EXEC CICS RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID (‘TSK2’)
END-EXEC.
Transaction TSK2
Program PROG2
PROCEDURE DIVISION.
:
EXEC CICS
RECEIVE
END-EXEC.
:
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you explain exec cics handle condition command?
Explain how would you resolve an asra abend?
Can you use occurs in bms map?
What is the pic clause for the hhmmss type of data fields?
Explain the cics command that is used for reading a record from the tdq?
Name the command used for terminating a browse operation?
Define an asra abend?
How errors are handled in CICS programs?
What does the 'cemt:cics' transactions do?
Can you define cemt?
What are the terms cics generally means?
Explain how and where is the twa size set?
Can you define ppt and what are its uses?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?
Specify the requirements for automatic task initiation?