|
INTERVIEW QUESTIONS
MAINFRAME
COBOL
DETAILS
Question: What is Static,Dynamic linking ?
Answer: In static linking, the called subroutine is link-edited into the calling program , while in dynamic linking, the subroutine & the main program will exist as separate load modules. You choose static/dynamic linking by choosing either the DYNAM or NODYNAM link edit option. (Even if you choose NODYNAM, a CALL identifier (as opposed to a CALL literal), will translate to a DYNAMIC call).
A statically called subroutine will not be in its initial state the next time it is called unless you explicitly use INITIAL or you do a CANCEL. A dynamically called routine will always be in its initial state.
|
|
|
Category |
COBOL Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8137 users |
Added on |
9/11/2014 |
Views |
72018 |
Rate it! |
|
|
Question:
What is Static,Dynamic linking ?
Answer:
In static linking, the called subroutine is link-edited into the calling program , while in dynamic linking, the subroutine & the main program will exist as separate load modules. You choose static/dynamic linking by choosing either the DYNAM or NODYNAM link edit option. (Even if you choose NODYNAM, a CALL identifier (as opposed to a CALL literal), will translate to a DYNAMIC call).
A statically called subroutine will not be in its initial state the next time it is called unless you explicitly use INITIAL or you do a CANCEL. A dynamically called routine will always be in its initial state. Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the maximum size of a 01 level item in in COBOL II?
|
View Answer
|
|
What is COMP SYNC?
|
View Answer
|
|
How many bytes does a S9(7) COMP-3 field occupy ?
|
View Answer
|
|
What is COMP-1? COMP-2?
|
View Answer
|
|
What is the difference between COMP & COMP-3 ?
|
View Answer
|
|
How is sign stored in a COMP field ?
|
View Answer
|
|
How is sign stored in a comp-3 field?
|
View Answer
|
|
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
|
View Answer
|
|
What do you do to resolve SOC-7 error?
|
View Answer
|
|
What is the difference between CONTINUE & NEXT SENTENCE ?
|
View Answer
|
|
When would you use in-line perform?
|
View Answer
|
|
How do you come out of an EVALUATE statement?
|
View Answer
|
|
What is the use of EVALUATE statement?
|
View Answer
|
|
What is the difference between performing a SECTION and a PARAGRAPH?
|
View Answer
|
|
How do you define a sort file in JCL that runs the COBOL program?
|
View Answer
|
|
What is binary search?
|
View Answer
|
|
What should be the sorting order for SEARCH ALL?
|
View Answer
|
|
What is the difference between SEARCH and SEARCH ALL?
|
View Answer
|
|
What is the difference between index and subscript?
|
View Answer
|
|
How do you define a table/array in COBOL?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All COBOL Interview Questions & Answers - Exam Mode /
Learning Mode
|