Describe the COBOL coding sheet

Answers were Sorted based on User's Feedback



Describe the COBOL coding sheet..

Answer / g.naveen

1-6 sequence numbers.

7 (*) for comment (-) for continue (D) for debugging.

8-11 called as Area-A in this Area we can write
Divisions,Paragraphs,sections,Level numbers.

12-72 called as Area-B in this area we can write cobol
executable statements like select,accept,display.

73-80 is ignored area by compiler but we can see in source
Listing.

Is This Answer Correct ?    43 Yes 5 No

Describe the COBOL coding sheet..

Answer / sumit

Answer is write.

Is This Answer Correct ?    20 Yes 5 No

Post New Answer

More Natural Interview Questions

differnce between read work file 1 and read work file once? why we are using work file once?

4 Answers  


Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


How converted the natural coding for adabas

0 Answers  


Is it possible to declare a GDA for an external subroutine?

4 Answers  


You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?

6 Answers   IBM, TCS,


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


Explain difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


Explain how to move cursor to a particular field when position is not known?

0 Answers  


Explain how to find occurrence of mu and pe fields in a file?

0 Answers  


A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?

9 Answers  


Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?

2 Answers   Hexaware,


Categories