Answer Posted / ms. stanley
If the Subroutine Load is created dynamically when the
program is executed and the load is available for Linking at
run-time is called as Dynamic Linking
When the Subroutine load is separately available for Linking
is called as Static Linking
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the fixed unblock file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is the problem of ordered sequential files access?
how to move the records from file to array table. give with code example
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is redefines clause in COBOL?
What is amode(31)
What is the difference between binary search and sequential search?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write a cobol program making use of the redefine clause.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why occurs cannot be used in 01 level in COBOL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.