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
What is the difference between perform … with test after and perform … with test before?
What are the access modes of START statement?
What rules are to be followed while using the corresponding options?
Write a cobol program making use of the redefine clause.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how to move the records from file to array table. give with code example
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the pertinent COBOL
) how do u code after getting data?
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
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are the different rules of SORT operation?
How many bytes S(8) comp field occupy and its maximum value?
What are declaratives and what are their uses in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?