) 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 |
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How arrays can be defined in COBOL?
In the JCL, how do you define the files referred to in a subroutine ?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
What is length is cobol?
can you declare redefine in level 01?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
what are the working storage fields in BMS macro?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
Write a program that uses move corresponding.
how will u pass dadta to cobol+db2 program...?
) What is the use of IGNORE?