COBOL 7 - Cobol In Detail about Inline & outline Perform

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
  1. 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.
  2. 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


Previous
Next Post »