) What is the use of IGNORE?



) What is the use of IGNORE?..

Answer / naidu sekhar yandrapu

The ignore condition command causes no action to be taken
if the condition specified occurs in the program.
That is control will be returned to next instruction

EXEC CICS IGNORE CONDITION
LENGERR
END-EXEC
EXEC CICS RECEIVE
INTO(--)
LENGTH(--)
END-EXEC
NO MORE THAN 12 CONDIATION

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

if we have a 10 steps how to override the 4th step in jcl?

2 Answers   Hewitt,


What is the difference between PIC 9.99 and PIC9v99?

0 Answers  


Write a program that uses move corresponding.

0 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

0 Answers  






TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


. How do we cast a variable in COBOL

1 Answers   HSBC,


Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?

3 Answers   IBM, UST,


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

0 Answers  


What is the difference between write & move in COBOL?

3 Answers   CSC, HHB,


what is the coding difference between COBOL and CICS.

8 Answers   Cap Gemini,


how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


Categories