What is frset?
No Answer is Posted For this Question
Be the First to Post Answer
What is the EIB (execute interface block)?
How do find length of the cursor in cics map ?
what are the commands used to gain exclusive control over a resource?
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?
Explain the function of the cics translator?
What are the three BMS options ?
Can you explain dfheiblk?
If no exception handling is provided in the program, what will happen ?
What is eib?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
what is an MDT in cics