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


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro

1510


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1523


What is rmode(any) ?

686


What kind of error is trapped by on size error option?

740


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

997






if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

855


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1872


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1937


Explain what you understand by passing by value.

699


What is the difference between binary search and sequential search?

639


Write a program to explain size error.

677


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1846


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5681


What is the difference between next sentence and continue in cobol programing language?

709


How do define dynamic array in cobol.

671