Cobol Question:
Download Job Interview Questions and Answers PDF
What guidelines should be followed to write a structured COBOL prgm?
Answer:
1) Use ‘evaluate’ stmt for constructing cases.
2) Use scope terminators for nesting.
3) Use in line performs stmt for writing ‘do ‘constructions.
4) Use test before and test after in the perform stmt for writing do-while constructions.
2) Use scope terminators for nesting.
3) Use in line performs stmt for writing ‘do ‘constructions.
4) Use test before and test after in the perform stmt for writing do-while constructions.
Download Cobol Interview Questions And Answers
PDF
Previous Question | Next Question |
What is the difference between SEARCH and SEARCH ALL? What is more efficient? | What is Pic 9v99 Indicates? |