) 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

We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.

1 Answers  


Why we should use cursor ?

3 Answers  


plz any one tell clearly the justify right clause?

1 Answers  


I have a File that has duplicate records. I need only those records that occur more than thrice.?

3 Answers   IBM, Wipro,


What is COMP-1? COMP-2?

4 Answers   CitiGroup,






.How to add one input & one Out file in existing cobol program. how approach tell me step by step.

2 Answers   Syntel,


How to convert bunch of words in a line to relvant ASCII values?

2 Answers  


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 Answers   IBM,


What is the meaning of 'TALLING' verb in cobol?

5 Answers  


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

0 Answers   Accenture,


How To move a value to an array using move verb?

3 Answers   IBM,


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

0 Answers  


Categories