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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
what happens if parmparameter passes zero bytes to the program
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Have you used comp and comp-3 in your project? And how?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are the different open modes available in cobol?
how do you reference the rrds file formats from cobol programs
) what is the difference between AID and HANDLE AID?
What is a report item?
Write a program to explain size error.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Are you comfortable in cobol or jcl?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?