Explain the difference between physical map and symbolic map?
No Answer is Posted For this Question
Be the First to Post Answer
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 is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What are the common tables in cics and their usage?
Name the command which is used to release a record on which exclusive control is gained?
How do u know if a start command intiated a transaction or a terminal intiated a transaction
Explain the term Transaction routing?
What is the CICS command that is used to receive the un- formatted data from the terminal?
Explain how do you control cursor positioning?
What is the option that is used to erase all unprotected fields during a SEND MAP operation?
What is CEDF?
hi,what is the module? how many modules in mainframe based banking projects
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.