where do we use dyanamic call ?
and where do we use static call pls give any example pls ?
Answer Posted / shiva
if tere r n-subprograms in a program..we use dynamoc call
since no need of compiling main program everytime as sub
programs are modofied...
any way interms of proceesing static is only one best
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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?
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 you reference the ksds vsam file formats from cobol programs
What are the different open modes available in cobol?
What are the different types of condition in cobol and write their forms.
In COBOL programming, what is PERFORM? What is VARYING?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What guidelines should be followed to write a structured cobol prgm?
Can a Search can be done on a table with or without Index?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Which is not true about evaluate statement
What is a SSRANGE and NOSSRANGE?
What is the difference between binary search and sequential search?