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
What are various search techniques in cobol? Explain.
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?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between perform … with test after and perform … with test before?
How do you reference the following file formats from cobol programs?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the difference between comp and comp-3 usage?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
State the various causes of s0c1, s0c5 and s0c7.
What are the different rules of SORT operation?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How do get the result of your program directly on your pc?
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