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

i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

0 Answers  


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


What are the two search techniques ?

2 Answers   iGate,


how do you reference the fixed unblock file formats from cobol programs

0 Answers  


What is Static,Dynamic linking ?

2 Answers  






I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.

4 Answers   FIS, Wipro,


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


how you read control card into array?

3 Answers   HCL,


What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?

2 Answers   Cap Gemini,


I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

1 Answers   L&T,


The following entries appear in the WORKING-STORAGE SECTION: 01 DATE-TODAY. 05 YY PIC XX VALUE "90". 05 MM PIC XX VALUE "12". 05 DD PIC XX VALUE :31". 01 DATE-EDIT PIC XX/XX/XX. MOVE DATE-TODAY TO DATE-EDIT. (a) 901231 (b) 90/12/31 (c) 31/12/90 (d) 311290

4 Answers   TCS,


Categories