wht is structured cobol pgm and non structred cobol pgm ?
Answer Posted / ss
Structured programming is a logical way of programming; you divide the functionalities into modules and code logically.
The difference between regular programming approach and structured programming is that structured programs get rid of GO TO statements and the whole programs can be represented in a Top-Down design
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the pertinent COBOL commands?
What rules are to be followed while using the corresponding options?
Give some examples of command terminators?
What is the compute verb? How is it used?
Define cobol?
What is comp-1 and comp-2?
What is amode(31)
Write a program to enter and display the names of students in a class using the occurs clause.
What are declaratives and what are their uses in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to know whether the module is dynamical or statistical?
Write some characteristics of cobol as means of business language.
How arrays can be defined in COBOL?