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
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How arrays can be defined in COBOL?
Write a program to explain size error.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the difference between Call and a Link?
Explain how to differentiate call by context by comparing it to other calls?
Describe the cobol database components?
explain sorting techniques in cobol program?
What is the difference between external and global variables in COBOL?
how do you reference the printer file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the difference between goback, stop run and exit program in cobol?
Write a cobol program making use of the redefine clause.
What are declaratives and what are their uses in cobol?
What is the utilization of copybook in cobol?