What compiler option would you use for dynamic linking?
Answer Posted / kishorekumar
Its DYNAM.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
What is the utilization of copybook in cobol?
Which Search verb is equivalent to PERFORM…VARYING?
how do you reference the fixed unblock file formats from cobol programs
How do get the result of your program directly on your pc?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
In COBOL, what is the different between index and subscript?
How arrays can be defined in COBOL?
Define cobol?
how to move the records from file to array table. give with code example
What are the different open modes available in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.