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 a DYNAMIC and STATIC call in
COBOL?

Answer Posted / pratul singh

The Difference between DYNAMIC and STATIC is that the
STATIC call create a single load library(EXE) both Main
program as well as subprogram while the DYNAMIC call create
separate load library(EXEs) for Main program and subprogram.

STATIC CALL Example:
CALL '<subpg-name' using <argument>

DYNAMIC CALL Example:
01 WS-SUBPG-NAME PIC X(8) VALUE 'AAAAAAAA'

CALL <WS-SUBPG-NAME> USING <argument>

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is perform what is varying?

1218


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9176


What is the Purpose of POINTER Phrase in STRING command in COBOL?

1298


) how do u code after getting data?

2206


Why occurs cannot be used in 01 level in COBOL?

1202


Why did you choose to work with ibm mainframe cobol programming?

1156


what is difference between cobol and cobol/400

23063


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

1308


What is a SSRANGE and NOSSRANGE?

1524


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

1304


For rewrite, why is it mandatory that file needs to be opened?

1148


What is the compute verb? How is it used?

1184


Write down the divisions of cobol program?

1332


A table has two indexes defined. Which one will be used by the SEARCH?

1325


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1481