list the sequence of steps used to achieve modiication in skip sequential mode?
Can you define ppt and what are its uses?
Define the term transaction routing?
What is the EIB (execute interface block)?
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
I have written a CICS program. What tables should I setup to run this program?
What is the command for reading a record form a TSQ?
what is quasi-reentrant program?
Can you define mdt?
Different types of BMS Macros
Define task work area?
Explain how do you access storage outside your cics program?
What is the meaning of BMS length of field = 0?