Answer Posted / jagan
THEY ARE FOUR DIVISIONS IN COBOL.
IDENTIFICATION DIVISION(OR)ID DIVISION.
ENVIRONMENT DIVISION.
DATA DIVISION.
PROCEDURE DIVISION.
EVERY DIVISION FURTHER DIVIDED INTO SECTIONS.
EACH SECTION FURTHER DIVIDED INTO PARAGRAPHS.
EACH PARAGRAPH FURTHER DIVIDED INTO SENTENCES.
EACH SENTENCE FURTHER DIVIDED INTO STATEMENTS/COMMANDS/VERBS
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what are decleratives in cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Difference between cobol and cobol-ii?
Which division and paragraphs are mandatory for a COBOL program?
What rules are to be followed while using the corresponding options?
What is the difference between binary search and sequential search?
What is link edit in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to print 10 to 1 if the input have only 10 digit number?
How many sections are there in data division in COBOL?
What is a SSRANGE and NOSSRANGE?
What is redefines clause in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Differentiate between structured cobol programming and object-oriented cobol programming.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.