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 a zoned decimal data type and how it will be stored?

2 Answers   IBM,


WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??

1 Answers  


given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

2 Answers   TCS,


can we redefine 77 level item is it possible

4 Answers   HCL,


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  






How many maximum number of procedures can we write in one COBOL program?

5 Answers  


Where the Plan is located in CICS-DB2

2 Answers   IBM,


what is MSGLEVEL?

1 Answers   IBM,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


Can the OCCURS clause be at the 01 level?

8 Answers   Oracle,


why we are using set in searchall?

4 Answers   IBM,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


Categories