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 ?    13 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

If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it

7 Answers   BirlaSoft,


How to display string in the reverse order using occurs clause?

4 Answers  


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error

4 Answers   TCS,


What is the difference between index and subscript?

5 Answers   Visa,


Can anybody give me example of subscript and index

5 Answers  


How do you define a variable of COMP-1? COMP-2?

3 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


How to retain the Duplicates in the one records?

3 Answers   CS,


what is the advantage of using redefines instead of delaring the variables ?

5 Answers   HCL,


i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


how do u list the abended jobs?

1 Answers   IBM,


Categories