Describe the COBOL coding sheet
Answer Posted / 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 |
Post New Answer View All Answers
How to receive data passed through jcl parm parameter in a natural program?
Explain the data storage?
Can we see the copy book length using file-aid?
Can you explain control variable in online screens?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Define cobol coding sheet?
How to find occurrence of mu and pe fields in a file?
Explain the address converter?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how many work file we can code in jcl?
Explain control variable in online screens?
What is the difference between read(1) and read work file once?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
What is a hyperdescriptor?
Explain the like inverted list?