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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write down the divisions of cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Explain the configuration section of a cobol program with examples of syntax.
Difference between array and sub-script ?
explain sorting techniques in cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
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?
What is amode(24)?
What are the cobol coding sheets?
Can we change the password using ALTER? anyone tried and changed?
What is rmode(any) ?
What the difference is between continue and next sentence?
What is the difference between goback, stop run and exit program in cobol?
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.