What is an in line PERFORM? When would you use it? Anything
else to say about it?
Answer Posted / hemanth reddy
Inline perform is used for that paragrapg only
Ex:Move 0 to sum-of-digits.
Move 1 to counter.
perform until counter > N
Add counter to sum-of-digits
Add 1 to counter
End-perform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
Are you comfortable in cobol or jcl?
What type of SDLC u followed? Why?
Write a program that uses move corresponding.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Write a program to explain size error.
i want a program using by if, evaluate , string, unstring, perform, occurs?
i need a small 3d program using inline and outline.
How can you get the ksds file records into your cobol program?
What are various search techniques in cobol? Explain.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do define dynamic array in cobol.
Can we redefine the field of x(200) to less than 200?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?