what is the difference between perform varying and perform
until

Answer Posted / santhosh vayathuri

perform varying is like for statement in cobol we wil be
assign and increment and check the condition in a same
statement but perform until is like while statement in c
here we wil check upto the condition but we wil not
initialize and increment the value

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Call and a Link?

705


Define static linking and dynamic linking.

674


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?

2110


how to convert the recors form vsam file to db2 table tru file aid

2767


Difference between cobol and cobol-ii?

719






explain sorting techniques in cobol program?

694


what are decleratives in cobol?

1831


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1789


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

722


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

719


In COBOL, what is the different between index and subscript?

768


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

702


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5701


i want a program using by if, evaluate , string, unstring, perform, occurs?

4069


Which Search verb is equivalent to PERFORM…VARYING?

694