What is the function of the EXEC CICS HANDLE CONDITION
command?
Answer Posted / sahil
a) HANDLE option is used for exception handling
b) It should be used before the cics condition.
c) Handle condition gives the control to the para for exception handling.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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.
Explain how would you resolve an asra abend?
Define the term transaction routing?
Explain the difference between physical map and symbolic map?
What is the procedure to solve an ASRA ABEND?
Define exec cics retrieve?
Define the term function request shipping?
How many ways are there for initiating a transaction?
Define temporary storage?
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
When would you use abend command?
what are the reserved words for cics?
How do we pass parameters into a CICS –DB2 program
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?
What Are Send Map Maponly & Send Map Dataonly ?