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 |
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 ?
Tell me can we update with histogram?
Explain the address converter?
What is the difference between External subroutine and subprogram?
differnce between read work file 1 and read work file once? why we are using work file once?
How to find occurrence of mu and pe fields in a file?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
why do we use file-aid for seqential files?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
How to create 1 ddm that fetches 3 adabas files simultaneously?
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]
difference between fetch , call and callnat