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
How to print 10 to 1 if the input have only 10 digit number?
What are the pertinent COBOL commands?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is static and dynamic call in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different data types in cobol?
In COBOL, what is the different between index and subscript?
What is amode(24)?
What is a scope terminator give example?
Give some examples of command terminators?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do get the result of your program directly on your pc?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How to remove 2 duplicate records and copy only one using job control language?
What is inspect in cobol ?