What is the component?what are the different components
there using cobol and cics
Answers were Sorted based on User's Feedback
Answer / gourishanker
components used in cics-cobol are
TP :Transaction program (Actual code of the program)
PCT
FCT
RDO:The RDO is a CICS TP that allows a CICS systems
programmer to define the resources contained in the internal
control tables.
Task:A task executes the functions of the TP
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan
CEE1000s abend 4094 reason 02c occurs while stepping through SQL
logic in a CICS_application. This error occurs when AUTOMONITOR
is on.
| Is This Answer Correct ? | 1 Yes | 7 No |
Name some of the common tables in CICS and their usage.
What is the function of the CICS translator?
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?
What is the meaning of the enq command?
how do you fire a batch job from a cics txn ?
What is the CICS supplied transaction which performs syntax checking of a CICS command?
Transaction TRN1 has associated program PROG1 (pseudo- conversational). Under certain condition, PROG1 transfer control (XCTL) to PROG2, which should have his own pseudo- conversation with the terminal. When PROG2 send the map and execute a RETURN TRANSID('TRN1'), after receiving the control from the terminal, which program will be initiated?
What is the difference between the XCTL and LINK commands?
Define RCT.
What is the function of the Terminal Control Table(TCT)?
What are the commands used to gain exclusive control over a resource (for Ex a Temporary storage queue.)?
Is length = 0 sufficient to ascertain that the field has been modified?