Under which scenario you would go for a static call as
opposed to dynamic call?
Answer Posted / rajesh
If you want to execute all the subprograms with the caling
program every time U ve to go for static call.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between comp and comp-3 usage?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
how do you reference the rrds file formats from cobol programs
Write a program that uses move corresponding.
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 comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Can you please let me know the centre name of INS certification in Kolkata.
How do you get the data to code the BMS macro?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is length is cobol?