) What is the use of IGNORE?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

867


Write down the divisions of cobol program?

826


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

890


Explain the configuration section of a cobol program with examples of syntax.

854


Difference between array and sub-script ?

1359


explain sorting techniques in cobol program?

875


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1027


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5581


What is amode(24)?

867


What are the cobol coding sheets?

851


Can we change the password using ALTER? anyone tried and changed?

1733


What is rmode(any) ?

888


What the difference is between continue and next sentence?

861


What is the difference between goback, stop run and exit program in cobol?

1216


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1152