How can I tell if a module is being called DYNAMICALLY or
STATICALLY?
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
What are the pertinent COBOL commands?
What is the problem of ordered sequential files access?
Which is not true about evaluate statement
Write a program to explain size error.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How arrays can be defined in COBOL?
what are decleratives in cobol?
What are literals?
In which area will you utilize 88 level items in cobol?
Describe the cobol database components?
what is the difference between COBOL2 AND COBOL390?
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 is search and searchall?what is the diffrence between them?give an best example?
) How do u handle errors in BMS macro?