BY seeing a program how can we say that it is static call
or dynamic call
Answer Posted / khazi shaheen
incase of static call within the main program itself
calling program inlcuded
incase of dynamic call the calling program should be reside
in another member
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
Name the sections present in data division.
What are different data types in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What rules are followed by the search verb.
How you can characterize tables in cobol?
IF I mention stop run in CICS what happens?
how do you reference the fixed unblock file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
How are the next sentence and continue different from each other?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do define dynamic array in cobol.
What are declaratives and what are their uses in cobol?
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.