which is the cics control program that provides communication services between user written application programs and terminals?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CICS Interview Questions

Explain cebr transaction commands?

0 Answers  


If I create a TSQ from one transaction, can I read it from another transaction?

4 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  


Define task work area?

0 Answers  


What are attribute bytes and how and why are they modified?

1 Answers  






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

1 Answers   IBM,


Mention the option used in a cics command to retrieve the response code after execution of the command?

0 Answers  


How are VSAM files Read in CICS pgms?

4 Answers   IBM,


What is non-conventional programs?

0 Answers  


Explain the difference between exec cics handle condtion and an exec cics ignore command?

0 Answers  


What is the different ways to initiate a task?

2 Answers  


How do you access storage outside your CICS program?

2 Answers   IBM,


Categories