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 |
How to create 1 ddm that fetches 3 adabas files simultaneously?
What exactly is a hyperdescriptor? How does it work?
Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
What is Natural?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
what type of files we use in file-aid
ADABAS basic concepts. Like inverted list, address converter ,data storage
Explain the difference between external subroutine and subprogram?