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

What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


What is the difference between read(1) and read work file once?

0 Answers  


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


Tell me can we update with histogram?

0 Answers  


Tell me what type of files we can process thru file-aid?

0 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,


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

0 Answers  


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

0 Answers  


How can I create 1 DDM that fetches 3 ADABAS files simultaneously?

5 Answers  


Suppose 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?

0 Answers  


Explain the difference between external subroutine and subprogram?

0 Answers  


How are you going to remove duplicates from the file that is being read?

0 Answers  


Categories