What are the types of performs in COBOL?
How does perform thru work, give example.
Answers were Sorted based on User's Feedback
perform will be useful when you want to execute a set of statements in multiple places of the program. write all statements in one paragraph and invoke it using perform wherever needed.
perform contain 7 types of statements.
* simple perform
* inline perform
* perform thru para
* perform untill para
* perform n.times para
* perform varying thru para
* perform para before/after para
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deepak
Perform thru
perform until
perform varying after option
perform within perform
perform varying with option
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the use of the DELIGHT in Mainframes and whats is use of scope?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What is the meaning of the enq command?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
Explain the system transid cemt?
What is the common work area?
Define cedf?
How to test CICS, MainFrame applications
How do you access storage outside your CICS program?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
What are some of the cics commands associated with interval control?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).