What is the difference between static call & Dynamic call?
Answers were Sorted based on User's Feedback
Answer / seena s
Static call -> the subpgm gets linked to the mainprogram
during compilation .
Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
can we use go to statement inline-perform?
What is link edit in cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
A s9(4). B v9(4) value 0.21 can i move this?
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Which division and paragraphs are mandatory for a COBOL program?
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
Can we change the password using ALTER? anyone tried and changed?
where will we code call by content and call by reference dude pls reply soon ?
copy 100 records without using ibm utilities
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.