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 |
Define cobol coding sheet?
What is the difference between read(1) and read work file once?
Explain the difference between external subroutine and subprogram?
Types Of Read , FIND
Explain the address converter?
what r the quality process in development
difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between READ BY ISN and FIND
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
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 ?
Explain how many work file we can code in jcl?
Tell me can we update with histogram?