What are the types of performs in COBOL?
How does perform thru work, give example.

Answer Posted / venkat

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain dfheiblk?

621


what are transient data sets defined to cics?

646


Can you define cics task?

627


Define the term mro (multi region operation)?

569


We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??

2712






What is the use of tdq and tsq?

601


Can you explain cics translator?

601


Name the 3 common ways to create maps?

537


How can you access qsam (seq) files from cics?

623


How is Telon(CA-Telon) used to build map?

4031


Mention the content that is present inside a PPT ?

557


Explain the uses that are associated to tsq and tdq ?

649


Can dynamic calls be used in CICS?

639


Explain how do you set the mdt option to on status, even if data is not entered?

601


explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

614