What is the difference between static call & Dynamic call?
Answer Posted / ms. stanley
When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the fixed unblock file formats from cobol programs
Difference between cobol and cobol-ii?
In COBOL programming, what is PERFORM? What is VARYING?
Describe the cobol database components?
how do you reference the ksds vsam file formats from cobol programs
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are the rules of the move verb?
What is the difference between comp and comp-3 usage?
how do you define single dimensional array and multidimensional array in your cobol?
What is the local-storage section?
how to convert the recors form vsam file to db2 table tru file aid
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?