) 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 |
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
What should be the sorting order for SEARCH ALL?
How many sections are there in data division in COBOL?
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
How many sections are there in data division?.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
explain sorting techniques in cobol program?
I know my query will return more than one row but I don't want cursor what should I do?
What compiler option would you use for dynamic linking?
How do you define a variable of COMP-1? COMP-2?