How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answers were Sorted based on User's Feedback
Answer / sudha
If there is DYNAM compiler option then the module is
dynamically called. A STATICally called module is one that
is bound with the calling module at link edit, and
therefore becomes part of the executable load module.
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / dev
also the method of calling is differnt in cobol code also
static call
call 'pgmname'
dyanmic call
call identifier eg call pgmvar
where pgmvar is a working storage variable having the pgm
name
Is This Answer Correct ? | 10 Yes | 0 No |
Answer / arun
Answer 1 is exact. calling a program using working-storage
variable is implicit call and it does not make a dynamic
call.
Is This Answer Correct ? | 8 Yes | 0 No |
how many divisions are there in cobol
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
What is COMP-1? COMP-2?
What is "Call by content" and "call by reference"?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we use icetool in cobol program?
what is meant by binary search?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
what is record label is empty or standard in file description of data division?