How do you handle errors in CICS pgms ?
Answer / mahesh
HANDLE CONDITION
NOHANDLE
IGNORE CONDITION
EIBRESP
Is This Answer Correct ? | 6 Yes | 0 No |
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Explain re-entrancy as applies to CICS.
What are the types of processes to create a map in cics?
Define the attribute byte?
How do you dynamically set the CURSOR position to a specific field?
What is the General Command format Of CICS
What are the recoverable cics resources?
What is the difference between a physical BMS mapset and a logical BMS mapset?
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 CEDF?
How to make protected field in BMS invisible through application program?
when you compile a cics program, the (pre) compiler puts an extra chunk of code. Where does it get included and that is it called? What is its length?