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 |
What is difference between COBOL and VS COBOL II?.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is file status 39 ?
How do you compile cobol program..?
can we use reference modification an arry.
What is the maximum length of a field you can define using COMP-3 in COBOL?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
1.What is the default print format in cobol?
period is missing in the cobol program which error we getting
why do u need inspect verb?
How do u write test cases?
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?