Answer Posted / amarnadh reddy
In static linking, the called program is link-edited into
the calling program.
In dynamic linking, the called and calling program will
exist as separate load modules.
If choose static or dynamic linking by choosing either the
DYNAM OR NODYNAM link edit option.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the cobol coding sheets?
Write down the divisions of cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to remove 2 duplicate records and copy only one using job control language?
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.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Can a Search can be done on a table with or without Index?
Write the code implementing the perform … varying.
What is the difference between Global and External Variables?