What compiler option would you use for dynamic linking?

Answers were Sorted based on User's Feedback



What compiler option would you use for dynamic linking?..

Answer / kishorekumar

Its DYNAM.

Is This Answer Correct ?    12 Yes 0 No

What compiler option would you use for dynamic linking?..

Answer / sunil

use dynum option.

Is This Answer Correct ?    6 Yes 6 No

Post New Answer

More COBOL Interview Questions

How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?

4 Answers   CSC, TCS,


What is rmode(24)

0 Answers  


What is mean by maxcc

7 Answers   Syntel,


Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

2 Answers   IBM,


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

0 Answers   Valtech,






What is file status 92?

3 Answers  


How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  


) what is the difference between AID and HANDLE AID?

0 Answers   IBM,


Can a Search can be done on a table with or without Index?

0 Answers  


Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.

2 Answers   TCS,


Are you comfortable in cobol or jcl?

0 Answers  


How can you display the SPOOL information ?

2 Answers  


Categories