perform I from 0 by 1 until I=5?How maney times it will
executes
Answer Posted / satya
In this PERFORM loop, I is subscript. Minimum value for the
subscript is 1. As the subscript starting value is zero in
this loop, the program will not compile successfully. It
will show compilation error.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write down the divisions of cobol program?
Explain how to differentiate call by context by comparing it to other calls?
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?
Explain how you can characterize tables in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to know whether the module is dynamical or statistical?
What is an in line perform? When would you use it? Anything else you wish to say about it.
In COBOL, what is the different between index and subscript?
Difference between array and sub-script ?
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
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
) what is the difference between AID and HANDLE AID?
When is inspect verb is used in cobol?
Why would you use find and get rather than to obtain?