In the previous post ,I had given you list of all the performs in COBOL,In this i am going to explain you one by one
- INLINE PERFORM :If a set of statements used only in one place then we can merge all of them within PERFORM END-PERFORM structure and it is called INLINE PERFORM.
- OUTLINE PERFORM : A set of STATEMENTS merged together and placed in difference and will call them using a paragraph when required is called OUTLINE PERFORM. i.e. we are calling paragraph depending on our requirement.
Want to learn more ,watch the video
ConversionConversion EmoticonEmoticon