What are differences between Static Call and Dynamic Call?

Answer Posted / s jana

in static call only value will be pass to called module,but
in dynamic call called module returns value to calling
module.

Is This Answer Correct ?    1 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the utilization of copybook in cobol?

657


What is the use of intialize verb?

752


how to refer the data field?

1812


Name the sections present in data division.

701


Define cobol?

866






What is the compute verb? How is it used?

666


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

2060


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10643


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

759


Are you comfortable in cobol or jcl?

643


What do you understand by psb and acb?

668


What kind of error is trapped by on size error option?

746


What is Pic 9v99 Indicates in COBOL?

731


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1592


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897