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 differences between Static Call and Dynamic Call?

Answer Posted / ananta bajpai

1.Static call is that in which programe is directly called
by its name. where as Dynamic call is that in which
programe called by a variable name.e.g programe name is
moved into a variable and that variable is used in call
statemant like
working-storage section.
01 var pic x(4) value 'call1'.
.
.
procedure division.
call var.......
Note ; programe name must be given in working-storage
section.
2.static call linked at complie time where as dynamic call
at run time
3.in static call called programe never come into initiall
state after one time run.There is alway requried to complie
every time for new task .Instead of this dyanmic call call
programe always in initiall state

Is This Answer Correct ?    12 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to enter and display the names of students in a class using the occurs clause.

1257


What are various search techniques in cobol? Explain.

1111


Explain the configuration section of a cobol program with examples of syntax.

1257


Can a Search can be done on a table with or without Index?

1330


Can we change the password using ALTER? anyone tried and changed?

2077


How you can characterize tables in cobol?

1252


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2325


Why occurs cannot be used in 01 level in COBOL?

1204


How do get the result of your program directly on your pc?

2394


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1151


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

1229


what is the use of outrecord?

2271


IF I mention stop run in CICS what happens?

2425


How can you get the ksds file records into your cobol program?

1133


Differentiate between structured cobol programming and object-oriented cobol programming.

1212