what is the difference between perform varying and perform
until

Answer Posted / ssampath

Perform until will step through automatically used in one
dimensional table and a perform varying will calculate
index for two dimensional table

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

849


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2000


how to access the file from prodution from changeman tool and to submit a file to production

7052


What is the difference between PIC 9.99 and 9v99 in COBOL?

959


What is the difference between perform … with test after and perform … with test before?

1133


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

899


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1875


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

850


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

895


State the various causes of s0c1, s0c5 and s0c7.

837


What are the different rules of SORT operation?

885


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2098


What is the difference between a binary search and a sequential search what are the pertinent cobol?

910


How do get the result of your program directly on your pc?

2060


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1200