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...

How can I tell if a module is being called DYNAMICALLY or
STATICALLY?

Answer Posted / dev

also the method of calling is differnt in cobol code also
static call
call 'pgmname'
dyanmic call
call identifier eg call pgmvar
where pgmvar is a working storage variable having the pgm
name

Is This Answer Correct ?    10 Yes 0 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 the pertinent COBOL commands?

3230


What is the problem of ordered sequential files access?

1204


Which is not true about evaluate statement

2511


Write a program to explain size error.

1238


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

1302


How arrays can be defined in COBOL?

1293


what are decleratives in cobol?

2303


What are literals?

1183


In which area will you utilize 88 level items in cobol?

1204


Describe the cobol database components?

1215


what is the difference between COBOL2 AND COBOL390?

3112


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1381


what is search and searchall?what is the diffrence between them?give an best example?

6919


) How do u handle errors in BMS macro?

2012