what is the difference between perform varying and perform
until
Answer Posted / santhosh vayathuri
perform varying is like for statement in cobol we wil be
assign and increment and check the condition in a same
statement but perform until is like while statement in c
here we wil check upto the condition but we wil not
initialize and increment the value
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
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 cobol?
What is rmode(any) ?
example for sub strings ? and refernce modifications whit output pls
What are the different data types in cobol?
What are the access modes of START statement?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to convert the recors form vsam file to db2 table tru file aid
What is redefines clause in COBOL?
What is the usage of comp fields in cobol?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different open modes available in cobol?
What are the pertinent COBOL commands?