Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / lu
it's up to you....
Static call ==> when u modify the called program, you have
to recompile 3 programs (called and calling program.....
Dynamic call ===> when u modify the called program, u
recompile only the called program...
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
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.
What is static and dynamic call in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Why occurs cannot be used in 01 level in COBOL?
IF I mention stop run in CICS what happens?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What kind of error is trapped by on size error option?
What are the various section in data division and briefly explain them.
Describe the cobol database components?
What is comp-1 and comp-2?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?