Answer Posted / tiny
PERFORM ... ...
END PERFORM
When the body of the perform will not be used in other
paragraphs. If the body of the perform is a generic type of
code (used from various other places in the program), it
would be better to put the code in a separate para and use
PERFORM paraname rather than in-line perform.It increases
the readability of the program.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Write a program to explain size error.
What is the local-storage section?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Which Search verb is equivalent to PERFORM…VARYING?
What are the various section in data division and briefly explain them.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is length is cobol?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the rrds file formats from cobol programs
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the pertinent COBOL commands?
how do you reference the variable unblock file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?