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


Please Help Members By Posting Answers For Below Questions

What are the different rules to perform a Search?

613


) How do u handle errors in BMS macro?

1418


What is the difference between PIC 9.99 and PIC9v99?

771


Name the divisions, which are available in a cobol program?

675


How do you reference the fixed block file formats from cobol programs

695






How do define dynamic array in cobol.

664


how do you define single dimensional array and multidimensional array in your cobol?

664


In COBOL, what is the different between index and subscript?

751


what happens if parmparameter passes zero bytes to the program

1650


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

696


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

705


How do you reference the following file formats from cobol programs?

689


Can a Search can be done on a table with or without Index?

797


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1104


Can we redefine the field of x(200) to less than 200?

811