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
Write a program to enter and display the names of students in a class using the occurs clause.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Define static linking and dynamic linking.
What are 77 levels used for?
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?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How arrays can be defined in COBOL?
What do you understand by psb and acb?
How do you differentiate between cobol and cobol-ii?
Difference between cobol and cobol-ii?
Which is not true about evaluate statement
What are various search techniques in cobol? Explain.
Write the code to count the sum of n natural numbers.
What is difference between static and dynamic call in cobol?