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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
When is inspect verb is used in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are various search techniques in cobol? Explain.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between goback, stop run and exit program in cobol?
What is the utilization of copybook in cobol?
How do we get current date from system with century in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how do you reference the esds vsam file formats from cobol programs
i want a program using by if, evaluate , string, unstring, perform, occurs?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?