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

How may divisions are there in JCL-COBOL?

5 Answers   IBM,


Hi Devolopers.. i need ur help.. i have 3 years of exp in Manual testing and SQL, next month onwards i shifted in to MAINFRAME TESTING... i have ZERO Knowledge abt mainframes.... PLS SUGGEST ME WHAT I LEARN in AMEERPET? mainframe testing or mainframe total devolopment subject... AS a devoloper u know every thing tester what to do PLSSSSSSSSS help me ITS VERY URGENT...

1 Answers  


What are the functions like c or c++ in cobol?

2 Answers  


What is Static,Dynamic linking ?

2 Answers  


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,






subscript and index r not coded in u r application program what will happen?

2 Answers  


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?

1 Answers   Patni,


A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.

1 Answers  


How can you declare the file ?

1 Answers   Wipro,


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

0 Answers  


if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 Answers   IBM,


Categories