What happens when a CICS command contains the NOHANDLE
option?
Answer / sadiq afroze
No action is going to be taken for any exceptional
conditional occurring during the execution of this command.
The abnormal condition that occurred will be ignored even if
an EXEC CICS HANDLE condition exist. It has the same effect
as the EXEC CICS IGNORE condition except that it will not
cancel the previous HANDLE CONDITION for any other command
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the meaning of the ENQ and DEQ commands?
Explain the term Function Request Shipping?
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Explain the function of the terminal control table?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Receive consists of buffer option in it. What is the significance of this option?
What is the ABEND command and when would you use it?
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 is the EIB (execute interface block)?
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?