) 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 |
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
Why we should use cursor ?
plz any one tell clearly the justify right clause?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is COMP-1? COMP-2?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
How to convert bunch of words in a line to relvant ASCII values?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the meaning of 'TALLING' verb in cobol?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How To move a value to an array using move verb?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.