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 |
specify the requirements for automatic task initiation. (Mention the control table, it is entries and the corresponding procedure division cics command).?
What is the general Command format of CICS ?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
what is effect on receive map when
What is the name of the log which contains the information needed to restart the system, including the task
What is the function of the Terminal Control table?
What is the syncpoint command?
write the logic for PAGEUP and PAGEDOWN by using psuedo conversatation technique?
Can you define commarea?
Explain the different ways of initiating transaction in cics?
Can you define temporary storage?
How can you use dynamic calls in cics?