What is an in-line perform ?

Answer Posted / santosh khot

In-line Perform is included in Cobol II this was not in
Previous version of Cobol. when dont want to take the
control to the paragraph want to execute same code for
number of times with in same in-line perform is used

Syntex is

perform until identifier
....
.....
.....
end-perform.

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1605


In COBOL, what is the different between index and subscript?

751


how do you reference the printer file formats from cobol programs

648


how do you reference the rrds file formats from cobol programs

789


What is the Purpose of POINTER Phrase in STRING command in COBOL?

711






what is amode(24), amode(31), rmode(24) and rmode(any)?

688


What are the pertinent COBOL commands?

2619


State the various causes of s0c1, s0c5 and s0c7.

656


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2094


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8148


what are decleratives in cobol?

1824


What are the access modes of START statement?

713


what is the difference between COBOL2 AND COBOL390?

2443


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

1998


) How do u handle errors in BMS macro

1500