Can anyone please give the example of Inline Perform.

Answer Posted / bijay krishna mohapatra

perform varyiung i from 1 by 1 under i>5
display i
add 1 to i
end perform
display 'bijay'
stop run.
***********rules********:
1.in line should be terminated into scope delimiter(end-if)
2.we cant apply the after opt.
3.nesting can be done hr.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How arrays can be defined in COBOL?

663


What guidelines should be followed to write a structured cobol prgm?

673


What is comp-1 and comp-2?

764


How to know whether the module is dynamical or statistical?

656


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061






) How do u handle errors in BMS macro?

1429


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


What is a SSRANGE and NOSSRANGE?

823


Explain how you can characterize tables in cobol?

638


What is link edit in cobol?

772


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.

5695


When is inspect verb is used in cobol?

678


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

691


What is the compute verb? How is it used?

661


What type of SDLC u followed? Why?

1520