What does the following transactions do?
Answer / ananta bajpai
Mainly in cics transaction are to be use to perform the
tasks into cics environment.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of tdq and tsq?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
Can QSAM files be accessed from CICS?
What is the cics command that is used to access current date and time?
Explain how pa key is different from pf key?
Explain what is the massinsert option?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
What is the effect of including the TRANSID in the EXEC CICS RETURN command?
How do you control cursor positioning?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
Reading a record from a TSQ will logically delete the record from the Queue (True or False).
What is the EIB (execute interface block)?