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 using the read command with into option and set option?

0 Answers  


How are screens created in cics

2 Answers   Virtusa,


What is a transid and explain the system transid CEMT?

1 Answers   IBM,


What is the CICS command that is used to copy a screen image of a terminal into another terminal?

1 Answers   IBM,


Is length = 0 sufficient to ascertain that the field has been modified?

0 Answers  






How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?

1 Answers   IBM,


Before issuing an ASKTIME command what will be the values in the EIBDATE and EIBTIME fields ?

1 Answers  


How can you use dynamic calls in cics?

0 Answers  


Which is the command used for terminating a browse operation?

2 Answers   IBM,


Explain the difference between getting the system time with eibtime and asktime command?

0 Answers  


What is the main function of the sign-on table?

0 Answers  


What is the meaning of the ENQ and DEQ commands?

1 Answers   IBM,


Categories