how to run sub programs using static and dynamic call ...
Answer Posted / raj
Static Call or dynamic call depends upon how the program is
compiled.
Static call/Dynamic call can be called using literal or
variable name.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how do you reference the variable unblock file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
What rules are followed by the search verb.
What is length is cobol?
Describe the cobol database components?
What is the Purpose of Pointer in the string?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What rules are to be followed while using the corresponding options?
Explain about different table spaces.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Write a program that uses move corresponding.
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 comp-1 and comp-2?
What is the difference between PIC 9.99 and 9v99 in COBOL?