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 are the diferences b/w sub-script and index?

4 Answers  


Can anyone please give the example of Inline Perform.

6 Answers   TCS,


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


When would you use in-line perform?

2 Answers  


Explain about different table spaces.

0 Answers  


Give some examples of command terminators?

0 Answers  


How to display the index.(displacement from an array)

4 Answers   IBM,


consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 Answers   TCS,


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


What is the problem of ordered sequential files access?

0 Answers  


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


Categories