Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the use of the DELIGHT in Mainframes and whats is use of scope?

1 Answers  


What is the difference between a Symbolic map and Physical map ?

4 Answers   IBM,


How do you dynamically set the CURSOR position to a specific field?

3 Answers  


Hi Folks, In the Map, one field is having attribute FSET. I want to FSET OFF of that field through program. Can any body let me know the process? Thanks Praveen

3 Answers  


What is ENQ, DEQ ?

1 Answers   IBM,


What is the function of the Terminal Control table?

4 Answers  


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

0 Answers  


HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?

1 Answers  


In SYMBOLIC Cursor Positioning after moving -1 to the length field also the cursor is not positioned in that particular field. Give reasons?

2 Answers   IBM,


WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)

1 Answers  


Reading a record from a TSQ will logically delete the record from the Queue (True or False).

1 Answers  


What is a Logical Unit of Work (LUW)?

1 Answers  


Categories