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

How to test CICS, MainFrame applications

12 Answers   Covansys,


What is bms map?

0 Answers  


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  


Define an aey9 abend?

0 Answers  


Use of DFHCOMMAREA in cics

2 Answers   Virtusa,






What is Journal Recovery and Dynamic Transaction Backout?

2 Answers   IBM,


WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?

2 Answers  


What is the syncpoint and its use?

1 Answers  


How to prevent user to access a screen directly from cics Native screen by using Trans Id?

2 Answers   IBM,


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?

3 Answers  


What are the 3 working storage fields used for every field on the map?

1 Answers   IBM,


What is the term bms in cics?

0 Answers  


Categories