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 Posted / 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 |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
Explain how you can characterize tables in cobol?
What are the various section in data division and briefly explain them.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Difference between cobol and cobol-ii?
What is length is cobol?
Can you please let me know the centre name of INS certification in Kolkata.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between perform … with test after and perform … with test before?
How are the next sentence and continue different from each other?
What is inspect in cobol ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Mention the guidelines to write a structured cobol program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.