What is the component?what are the different components
there using cobol and cics

Answers were Sorted based on User's Feedback



What is the component?what are the different components there using cobol and cics..

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

What is the component?what are the different components there using cobol and cics..

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

Post New Answer

More CICS Interview Questions

What is the purpose of the Program List Table?

2 Answers   IBM,


where we can declare the files in fct and pct and ppt and rct pls give clear structure

1 Answers   IBM,


Explain the difference between a package and a plan.

0 Answers  


What is the tcp in the cisc?

0 Answers  


cics command level is?

0 Answers   IBM,






I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?

0 Answers   IBM,


Which is the program which determines whether a transaction should be restarted ?

1 Answers  


What is Tclass in cics?what is its importance? How it is implemented?

2 Answers   IBM,


Explain how do you dynamically set the cursor position to a specific field?

0 Answers  


What is the term bms in cics?

0 Answers  


Do you receive the attribute byte in the symbolic map?

2 Answers   IBM,


Categories