perform I from 0 by 1 until I=5?How maney times it will
executes

Answer Posted / tiny,roshini,divya

Syntax error in inline perform.

PERFORM varying i from 0 by 1 until i = 5
.............
.............
END-PERFORM.
There is no 'varying ' with perform in the question.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the Purpose of Pointer in the string?

641


) How do u handle errors in BMS macro?

1427


Can you please let me know the centre name of INS certification in Kolkata.

1715


Write down the divisions of cobol program?

669


What are 77 levels used for?

659






There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

932


What is comp-1 and comp-2?

764


Write a program that uses move corresponding.

673


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1647


Give some examples of command terminators?

755


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

659


How do get the result of your program directly on your pc?

1880


What is the difference between PIC 9.99 and PIC9v99?

779


Name the sections present in data division.

701


What are the different open modes available in cobol?

715