How can I tell if a module is being called DYNAMICALLY or
STATICALLY?

Answer Posted / arun

Answer 1 is exact. calling a program using working-storage
variable is implicit call and it does not make a dynamic
call.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between structured cobol programming and object alternativelyiented cobol programming?

699


Write a program that uses move corresponding.

666


How many sections are there in data division in COBOL?

674


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1772


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

736






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

2323


A table has two indexes defined. Which one will be used by the SEARCH?

750


What are various search techniques in cobol? Explain.

639


Which is not true about evaluate statement

1562


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

642


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2048


What are the different rules for performing sort operation?

753


What is static and dynamic call in cobol?

588


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

528


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

671