What guidelines should be followed to write a structured
Cobol program?



What guidelines should be followed to write a structured Cobol program?..

Answer / asmara

TOP DOWN APPROACH AND IDENTIFICATION DIVISION. AND PROGRAM-
ID. MAKE SURE FOR COMPILE FREE PROGRAM.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


why we are using picture clause in the cobol programs?

2 Answers  


why we are using set in searchall?

4 Answers   IBM,


what is the purpose of linkage section?

10 Answers  


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,






how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


How to concatenation one or more string?

4 Answers   Temenos,


Can we call a CICS program from a batch program or viceversa?If so, how?

3 Answers  


how do you reference the esds vsam file formats from cobol programs

0 Answers  


Explain how you can characterize tables in cobol?

0 Answers  


is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon

2 Answers   Patni,


Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  


Categories