Can you explain differences between temporary storage queue (tsq) and transient data queue (tdq)?
No Answer is Posted For this Question
Be the First to Post Answer
What are the six different types of argument values in COBOL that can be placed in various options of a CICS command?
cics command level is?
what are the commands used to gain exclusive control over a resource?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Differentiate between PCT and FCT.
Define communication area?
what is the difference between task and transaction in cics?
How does COBOL II and CICS release 1.7 provide for exceptional conditions and how does that differ from
What is the function of the CICS translator?
How do you control cursor positioning?
How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?
1 Answers HeadStrong, Polaris,
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?