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


Please Help Members By Posting Answers For Below Questions

How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

708


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2728


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What rules are to be followed while using the corresponding options?

633


What the difference is between continue and next sentence?

651






)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1520


What is amode(31)

716


Which division and paragraphs are mandatory for a COBOL program?

707


What is the difference between perform … with test after and perform … with test before?

877


) How do u handle errors in BMS macro?

1427


what happens if parmparameter passes zero bytes to the program

1659


What is a report item?

737


Write a program that uses move corresponding.

668


Explain how to differentiate call by context by comparing it to other calls?

683


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1951