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 |
If DATAONLY option is specified in the SEND MAP command what will happen?
if we want to add new column in the db2 table.How can add in the copybook?
How do you rollback data written to an ESDS file?
How does COBOL11 and CICS release 1.7 provide for exceptional and how does that differ from VS COBOL and earlier CICS release?
What is meant by an attribute byte?
What is the type of ppt in the cics?
Why is it important not to execute a STOP RUN in CICS ?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
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?
What is the purpose of the Program List Table?
Name the two types of transient data queues?
when will be use the tdq and tsq??