what is the difference between perform varying and perform
until
Answer Posted / sk.abdul basith
perform until:-it is used to excute paragraph logic
multiple tims based on condition.
perform varying:- it is used to change conditional variable
values with in a perform
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
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.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Name the divisions, which are available in a cobol program?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to print 10 to 1 if the input have only 10 digit number?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a program to enter and display the names of students in a class using the occurs clause.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is a scope terminator give example?
Which division and paragraphs are mandatory for a COBOL program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a SSRANGE and NOSSRANGE?
Which Search verb is equivalent to PERFORM…VARYING?