If no exception handling is provided in the program, what
will happen ?
Answer / mahesh
Program will be truncated whenever the abend has occured
| Is This Answer Correct ? | 0 Yes | 1 No |
CICS and DB2 can exist in the same region under the Operating system (True or False)
Explain how do you dynamically set the cursor position to a specific field?
How do find length of the cursor in cics map ?
Explain how pa key is different from pf key?
How do you access the records randomly in TSQ ?
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
Can you access QSAM (seq ) files from CICS ?
What are extra partition & intra partition TDQs?
What is the difference between pseudo-conversational and conversational?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
Define exec cics retrieve?