Describe the COBOL coding sheet
Answers were Sorted based on User's Feedback
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 |
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is cobol coding sheet?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
The natural file converted to PDF file if Yes then explain ?
why do we use file-aid for seqential files?
Explain the difference between external subroutine and subprogram?
control variable in online screens
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
what type of files we can process thru file-aid
difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to move cursor to a particular field when position is not known?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.