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 we can find occurence of MU and PE fileds in a file?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
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 ?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
Explain control variable in online screens?
Define cobol coding sheet?
what type of files we use in file-aid
How do you pass GDA into a sub program with out PDA?
Explain how many work file we can code in jcl?
Can you explain control variable in online screens?
Explain the like inverted list?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.