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 |
Can a Search can be done on a table with or without Index?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
What are the different rules of SORT operation?
What is the difference between performing a SECTION and a PARAGRAPH?
wht is the diff b/w if and evaluate stmts ?
How many variables can be declared in w-s section.?
what is Reentrancy and Quasi-reentrancy?
COMP-3 field occupy ?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
What is an in-line perform ?
Can we use icetool in cobol program?