Can you access QSAM (seq ) files from CICS ?
Answers were Sorted based on User's Feedback
Answer / piyush
Yes by treating the QSAM as a extrapartition TDQ and having
an entry for it in the DCT.
| Is This Answer Correct ? | 9 Yes | 3 No |
Define the term mro (multi region operation)?
What are the cics tables?
Explain the difference between using the read command with into option and set option?
What is DFHEIBLK?
What is the CICS Command that is used for reading a record from the TDQ?
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
What is the use of the DELIGHT in Mainframes and whats is use of scope?
What is the difference between getting the system time with EIBTIME and ASKTIME command?
What is meant by a CICS task?
Receive consists of buffer option in it. What is the significance of this option?
Explain how and where is the twa size set?
How do you handle errors in CICS pgms ?