What is Static and Dynamic linking ?

Answer Posted / akviswa

Ex for static linking-

Call "PGMNAME"

Dynamic linking-

01 ws-pgmname pic x(8) value "PGMNAME".

Call ws-pgmname

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between external and global variables in COBOL?

813


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


Write a program to enter and display the names of students in a class using the occurs clause.

648


What are 77 levels used for?

658


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2106






Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5375


What are the cobol coding sheets?

662


What is the difference between binary search and sequential search?

638


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

820


How many sections are there in data division in COBOL?

678


What is the difference between PIC 9.99 and PIC9v99?

777


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

703


Which division and paragraphs are mandatory for a COBOL program?

707


What is rmode(24)

676