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

Answers were Sorted based on User's Feedback



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

Answer / 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

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

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

Post New Answer

More CICS Interview Questions

Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?

0 Answers  


How do u know if a start command intiated a transaction or a terminal intiated a transaction

2 Answers   ProKarma,


Which is the control table where you specify all the transaction that are to be started by CICS after CICS

4 Answers  


What are the beginning and end points of an LUW called?

1 Answers  


The DFHCOMMAREA is used to pass information from one application to another. What are some other ways

7 Answers   OBSS, TCS,






Suppose you are adding a new field in a map, and that field should also be added as a new column in DB2 table. How do you implement this? what is the impact analysis u will do?

2 Answers   Thomson,


Can you explain communication area?

0 Answers  


What does the following transactions do?

1 Answers  


Explain how DSECT parameter is used in BMS ?

0 Answers  


Explain the difference between tsq and tdq

0 Answers  


In a particular cics program, what is the procedure to allocate dynamic memory?

0 Answers  


how do u see the output of cics program?

4 Answers   HCL,


Categories