Can you explain enq and deq used in cics?
No Answer is Posted For this Question
Be the First to Post Answer
How will you place cursor on a field called ?EMPNO?.
How to build up LU 6.2 communication?"
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
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
Can you explain dfhmdf bms macro?
Name the three ways available for a program to position the cursor on the screen?
Explain the purpose of the program list table?
How do you execute a background CICS transaction ?
Explain cebr transaction commands?
What information do you get when an EXEC CICS STARTCODE is issued?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)
What is the comaera?