Which commend used for terminating a browser operation?
No Answer is Posted For this Question
Be the First to Post Answer
The DFHCOMMAREA is used to pass information from one application to another. What are some other ways
Explain floating maps with illustration.
How are VSAM files Read in CICS pgms?
What is the significance of RDO?
What is CECI?
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
Explain page up and page down logic along with coding logic in cics?
How to differenciate the given coding is pseudo conversational? (except EIBCALEN condition)
Can you explain common systems area?
I was asked in HSBC interview following questions: 1. A string was given " techincal seminar on cobol language" Interviewer asked me to calculate the number of vowels in this string.
How do you delete Item 3 in a five-item TSQ?
What do you mean by the term fct?