What are the two types of transient data queues?
What is temporary storage?
Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What is CICS ?
How ENQ and DEQ used in CICS?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
Once a transient data queue is read, can it be reread?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
can there be multiple mapsets for a single program?
How do you set the MDT option to ?ON? status, even if data is not entered?
Can you explain enq and deq used in cics?
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?