Name the two types of transient data queues?
No Answer is Posted For this Question
Be the First to Post Answer
Specify the requirements for automatic task initiation?
what is the use of tsq and tdq....at what situation we need to use this...pls tell me....
Is length = 0 sufficient to ascertain that the field has been modified?
What are the cics transactions?
Particular area has been affected in cics screen, what is the process to find?
Give the definition of COMMAREA ?
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 do the terms locality of reference and working set mean?
Can you explain dfhmdf bms macro?
What is Journal Recovery and Dynamic Transaction Backout?
What is the eib parameter?
are we use the group by clause in cursors?