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 is the difference between Perform para and perform
asaection in cobol?

Answers were Sorted based on User's Feedback



What is the difference between Perform para and perform asaection in cobol?..

Answer / amita

Performing a section will cause all the paragraphs in that
para to be executed.

While, performing a paragraph will cause only that
particular paragraph to be exe cuted.

Thanks;
Amita.

Is This Answer Correct ?    10 Yes 1 No

What is the difference between Perform para and perform asaection in cobol?..

Answer / sruthi

perform para means only that particular para will be
executed.
section can have one or more paras.
so perform section means the paras under that section will
be executed.

Thanks,
sruthi.

Is This Answer Correct ?    6 Yes 1 No

What is the difference between Perform para and perform asaection in cobol?..

Answer / ssampath

Perform para is just one paragraph and perform section can
perform multiple para's.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

What is 88 level used for ?

2 Answers  


What is Redefines clause?

8 Answers  


HOw can I get the negative sign while deduct high value from low value

0 Answers  


1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?

11 Answers   Wipro,


how do you reference the variable unblock file formats from cobol programs

0 Answers  


should I use Go back in the main program ? Yes we can use Go back in main program as well.

2 Answers   Xansa,


01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


how to transfer the file from pc to mainframe??

4 Answers  


Can JUSTIFIED be used for all the data types?

3 Answers  


How many sections are there in data division?.

10 Answers   Amdocs, TCS,


What are the different rules for performing sort operation?

0 Answers  


Categories