BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / in.ameen
If the program name is moved to a WSS variable and then a call
is moved using this variable then its a dynamic call else if
the Call is made directly using the sub program name then its
a static call
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
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
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
i want a program using by if, evaluate , string, unstring, perform, occurs?
how do you reference the printer file formats from cobol programs
In COBOL programming, what is PERFORM? What is VARYING?
Explain how to differentiate call by context by comparing it to other calls?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Write a cobol program making use of the redefine clause.
what is difference between cobol and cobol/400
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
State the various causes of s0c1, s0c5 and s0c7.
What are the pertinent COBOL
What is the compute verb? How is it used?
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?