) 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 |
Why we need to use redefine clause when we can define the variable seperately... what is actual need....
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
For rewrite, why is it mandatory that file needs to be opened?
should I use Go back in the main program ? Yes we can use Go back in main program as well.
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
What are various search techniques in cobol? Explain.
How is sign stored in a comp-3 field?
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
how will u pass dadta to cobol+db2 program...?
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?