wht is structured cobol pgm and non structred cobol pgm ?



wht is structured cobol pgm and non structred cobol pgm ?..

Answer / 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

More COBOL Interview Questions

What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

0 Answers  


With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?

4 Answers   IBM,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


what is record label is empty or standard in file description of data division?

2 Answers   HCL,






how to change picture class of copy book variable inside program?

2 Answers  


What does the initialize statement do ?

2 Answers  


i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..

4 Answers   CGI,


which one is better among static call and dynamic call?

3 Answers  


consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable

10 Answers   TCS,


Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


how can we find total no of records in a file ....is there any utility......?

3 Answers   IBM,


Categories