Answer Posted / prachi
exapamples of scope terminators are end-if for if statement
end-evaluate for evaluate function. So if we dont give end-
if when we are using if statement ...it willl throw
compilation error..So scope terminator is needed to end the
loop..if we dont give scope terminator it will throw
compilation error...
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
For rewrite, why is it mandatory that file needs to be opened?
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?
how do you reference the esds vsam file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How do u write test cases?
When is inspect verb is used in cobol?
Can we redefine the field of x(200) to less than 200?
How many bytes S(8) comp field occupy and its maximum value?
Which is not true about evaluate statement
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different rules to perform a Search?
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 ?
what is search and searchall?what is the diffrence between them?give an best example?
What is cobol?