is it mandatory to give data division before procedure division ?
wht happens if i give procedure division first thn data division
? reply soon
Answer Posted / paray2x
You will get compilation error.
All the files,identifiers, literals used in Procedure
Division have to defined first.
It is imperative for the Data division to appear before
procedure division.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
Write a cobol program making use of the redefine clause.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the problem of ordered sequential files access?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
IF I mention stop run in CICS what happens?
How to remove 2 duplicate records and copy only one using job control language?
Mention the guidelines to write a structured cobol program?
What are the different types of condition in cobol and write their forms.
Why would you use find and get rather than to obtain?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are all the divisions of a COBOL program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What the difference is between continue and next sentence?