I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
Answer / dk
No, The program will not ABEND in the case if two WRITE statements are given in the same PARA.
It's all up to your condition. If both the conditions are met, two records will be written to the file.
| Is This Answer Correct ? | 19 Yes | 0 No |
How can you add a particular field/coloumn in copybook?
I know my query will return more than one row but I don't want cursor what should I do?
how to display comp3 variables reply soon ?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is file status 39 ?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
how do you define single dimensional array and multidimensional array in your cobol?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
if we have a 10 steps how to override the 4th step in jcl?
What the difference is between continue and next sentence?
can i use multiple when statements in search & search all ? justify ur answer?
what is sysncpoint?