What is the difference between EXEC CICS HANDLE CONDTION
and an EXEC CICS IGNORE command?
Answer Posted / praveen sonthosh
In EXEC CICS HANDLE CONDITION a particular exception is
handled by a routine.
when that execption occurs then the control goes to that
routine.
But in EXEC CICS IGNORE CONDITION the exception specified
in the command is ignored by the cics
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What is an mdt (modified data tag)?
What is the comaera?
Mention the content that is present inside a PPT ?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What is the use of the program list table?
Explain how do you access storage outside your cics program?
how do you fire a batch job from a cics txn ?
Explain processing program table(ppt)?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
In the EIB block of CICS, highlight the names of few of the important fields?
which transient data queue support ati?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
What is the cics command level?
What is the meaning of the deq command?
Explain difference between call and link?