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
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
How can we see the copy book length using file-aid?
Explain how many work file we can code in jcl?
How are you going to remove duplicates from the file that is being read?
Can you explain control variable in online screens?
What is a hyperdescriptor?
How to create 1 ddm that fetches 3 adabas files simultaneously?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Tell me what type of files we can process thru file-aid?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Can we see the copy book length using file-aid?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how to find occurrence of mu and pe fields in a file?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?