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 static call & Dynamic call?

Answers were Sorted based on User's Feedback



What is the difference between static call & Dynamic call?..

Answer / seena s

Static call -> the subpgm gets linked to the mainprogram
during compilation .

Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.

Is This Answer Correct ?    7 Yes 0 No

What is the difference between static call & Dynamic call?..

Answer / ms. stanley

When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COBOL Interview Questions

what are the steps to sort in a cobol program?

2 Answers   Patni,


If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.

1 Answers  


copy 100 records without using ibm utilities

3 Answers  


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


I try to use some column names in my cobol progorm but these column not in db2 table ..when do i get error ..while bind time or runtime?

2 Answers  


What are all the divisions of a COBOL program?

0 Answers  


what is the difference between COBOL2 AND COBOL390?

0 Answers   L&T,


Give some advantages of REDEFINES clause?

2 Answers   Syntel,


What are literals?

0 Answers  


What is the significance of 'above the line' and 'below the line'?

2 Answers   Nokia,


How do we get current date from system with century?

2 Answers  


PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?

5 Answers   TCS,


Categories