Explain how do you access storage outside your cics program?



Explain how do you access storage outside your cics program?..

Answer / Prashant Udainia

To access storage outside your CICS program, you can use the Data Communications Services (DCS) or the Local Transaction Entry/Exit (LTE/LTX) mechanism. DCS allows for communication with external devices, such as disk drives, tapes, and printers, while LTE/LTX provides a way to invoke system services or call user-written programs from within a CICS transaction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CICS Interview Questions

If DATAONLY option is specified in the SEND MAP command what will happen?

2 Answers  


if we want to add new column in the db2 table.How can add in the copybook?

2 Answers  


How do you rollback data written to an ESDS file?

1 Answers   IBM, Infosys,


How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?

1 Answers   IBM,


What is meant by an attribute byte?

1 Answers  


What is the type of ppt in the cics?

1 Answers  


Why is it important not to execute a STOP RUN in CICS ?

4 Answers   IBM,


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

1 Answers  


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?

3 Answers   Accenture,


What is the purpose of the Program List Table?

2 Answers   IBM,


Name the two types of transient data queues?

1 Answers  


when will be use the tdq and tsq??

0 Answers  


Categories