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


Please Help Members By Posting Answers For Below Questions

What is difference between static and dynamic call in cobol?

777


how to refer the data field?

1812


What are 77 levels used for?

659


How do you differentiate between cobol and cobol-ii?

658


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

825






Why would you use find and get rather than to obtain?

690


What are the rules of the move verb?

708


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2733


What are declaratives and what are their uses in cobol?

714


What is the difference between Global and External Variables?

666


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


Can a Search can be done on a table with or without Index?

804


How do you reference the following file formats from cobol programs?

695


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


Write a cobol program making use of the redefine clause.

736