What are differences between Static Call and Dynamic Call?
Answer Posted / ravi
Static call is compiled and link edited to seperate load
module of calling program.
Dynamic call is compiled and link edited to different load
module of calling program
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Define static linking and dynamic linking.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to refer the data field?
Write down the divisions of cobol program?
) How do u handle errors in BMS macro?
What are the different rules to perform a Search?
What is the difference between goback, stop run and exit program in cobol?
How to print 10 to 1 if the input have only 10 digit number?
A table has two indexes defined. Which one will be used by the SEARCH?
example for sub strings ? and refernce modifications whit output pls
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.