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


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

657


What are the different rules to perform a Search?

619


how do you reference the ksds vsam file formats from cobol programs

667


What is the difference between comp and comp-3 usage?

681


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

2122






i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3722


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?

2100


What is a SSRANGE and NOSSRANGE?

824


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2060


How can you get the ksds file records into your cobol program?

644


Why would you use find and get rather than to obtain?

692


What is an in line perform? When would you use it? Anything else you wish to say about it.

649


how do you reference the esds vsam file formats from cobol programs

634


How do you reference the following file formats from cobol programs?

696