Looking at an CICS module how would one will identify that
it is pseudo or full conversational?
Answer Posted / rajesh reddy
After every send command there is a return command wth
TRANSID
EXEC CICS SEND
END-EXEC.
EXEC CICS RETURN
TRANSID('TSK')
END-EXEC.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain ceci transaction commands?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
Which commend used for terminating a browser operation?
Name the command which is used to release a record on which exclusive control is gained?
Define transient data?
define the field with ic in the bms map.
What is the pic clause for the data type of length option field type of data fields?
Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
which transient data queue support ati?
Define RCT.
Explain the cics command that is used for reading a record from the tdq?
What are the common tables in cics and their usage?
Highlight the difference between a symbolic map and physical map?
Name the 3 common ways to create maps?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?