Hi,
On what basis should we decide to go for a static call or dynamic call in cobol. how should i decide.
it has been asked in two interviews please give me the ansewrs
Restrictions: You cannot make dynamic calls to:
* COBOL DLL programs
* COBOL programs compiled with the PGMNAME(LONGMIXED) option, unless the program-name is less than or equal to eight characters in length and is all uppercase
* COBOL programs compiled with the PGMNAME(LONGUPPER) option, unless the program-name is less than or equal to eight characters in length
* More than one entry point in the same COBOL program (unless an intervening CANCEL statement was executed)