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 |
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain how to find occurrence of mu and pe fields in a file?
If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?
ADABAS basic concepts. Like inverted list, address converter ,data storage
difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read(1) and read work file once?
Can you explain control variable in online screens?
Explain control variable in online screens?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
Explain the address converter?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
What is the difference between External subroutine and subprogram?