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

BY seeing a program how can we say that it is static call
or dynamic call

Answer Posted / amit bhomle

Dynamic call is identified by a call variable whereas
static call is identified by the the call literal.In the
program it is idetified as follows:
1)Dynamic call:- If the PGM name is moved to the ws-
variable in cobol and PGM is called using this ws-
variable,then it is called Dynamic call.
Ex:- 01 WS-PGM PIC X(08)
MOVE 'PGM-NAME' TO WS-PGM
CALL WS-PGM
2)Static call:-If the PGM is called directly by using the
PGM name,then it is static call and it is default in COBOL.
Ex:- CALL 'PGM-NAME'

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between goback, stop run and exit program in cobol?

1649


What are the rules of the move verb?

1325


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

1142


What is the problem of ordered sequential files access?

1212


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17936


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

1135


Why would you use find and get rather than to obtain?

1267


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

2448


In COBOL, what is the different between index and subscript?

1282


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1367


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2610


Describe the cobol database components?

1219


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5432


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1555


What is the use of intialize verb?

1306