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

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??

0 Answers   BirlaSoft,


Explain how do you delete item 3 in a five-item tsq?

0 Answers  


What is Tclass in cics?what is its importance? How it is implemented?

2 Answers   IBM,


how do you intitiate another transaction?

0 Answers   IBM,


What is the cics command level?

0 Answers  






Explain how do you establish a starting position in a browse operation?

0 Answers  


What is temporary storage?

1 Answers   IBM,


What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?

1 Answers   IBM,


can there be multiple mapsets for a single program?

1 Answers  


How to implement function keys in cics ...Interview ask me there is requirement to include two function key in the program F1 and F2 Keys...when F1 key  is press record should be inserted into database after reading the input file and when F2 is press ,record should be updated in databased...explain about the entire process including testing also..?please expain in step by step ?

1 Answers   HeadStrong, Polaris,


What RCT Entries will you make for a CICS DB2 program??

1 Answers   Accenture,


What is the use of the program list table?

0 Answers  


Categories