Answer Posted / nag(igate)
Yes, Before advancing clause is there. but it is default in
perform statement.
ex:
Perform para1 varying I from 1 by 1 until I > 10 { test
before or after}
1. if we code before: the condition will check first then
loop will execute. it is default.
2. if we code after: the loop will execute first then
condition will check.
pls correct me, if i am wrong..............
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a report item?
What the difference is between continue and next sentence?
Which is not true about evaluate statement
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?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do define dynamic array in cobol.
how to access the file from prodution from changeman tool and to submit a file to production
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different rules to perform a Search?
What is the local-storage section?
How many bytes S(8) comp field occupy and its maximum value?
Define static linking and dynamic linking.
What is the difference between next sentence and continue in cobol programing language?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Difference between array and sub-script ?