where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / shiva
if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...
any way interms of proceesing static is only one best
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What the difference is between continue and next sentence?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the utilization of copybook in cobol?
example for sub strings ? and refernce modifications whit output pls
what is difference between cobol and cobol/400
Can a Search can be done on a table with or without Index?
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.
What is the difference between binary search and sequential search?
Why did you choose to work with ibm mainframe cobol programming?
What is the Purpose of Pointer in the string?
What is inspect in cobol ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Write a cobol program making use of the redefine clause.