Explain the system transid cemt?
No Answer is Posted For this Question
Be the First to Post Answer
How many maps can we declare in a mapset.what is the limit.
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What does the 'cebr:cics' transactions do?
what is the deadlock?
first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..!
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
Which type of TDQ is read destructive?
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
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
what is psuedo conversation?