) 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

what is search and searchall?what is the diffrence between them?give an best example?

5583


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

725


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1855


What is rmode(24)

688


What is the difference between next sentence and continue in cobol programing language?

718






Which Search verb is equivalent to PERFORM…VARYING?

695


Difference between cobol and cobol-ii?

721


State the various causes of s0c1, s0c5 and s0c7.

667


How many sections are there in data division in COBOL?

690


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

758


Name the divisions, which are available in a cobol program?

697


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1238


In which area will you utilize 88 level items in cobol?

732


How to know whether the module is dynamical or statistical?

669


how do you reference the ksds vsam file formats from cobol programs

673