I have a cobol program with a sub program. How ca i find that
it is a dynamic call? or static call..?

Answer Posted / rammateti

It is very easy to find...........

1st u check the stmt call 'sub-name' or call 'ws-name'...


if it is call 'sub-name' then it is STATIC CALL
OR
If it is call 'ws-name' then it is DYNAMIC CALL....



By
(PRATHAP)

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1820


In which area will you utilize 88 level items in cobol?

887


Write a cobol program making use of the redefine clause.

921


what is amode(24), amode(31), rmode(24) and rmode(any)?

889


What rules are to be followed while using the corresponding options?

829


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2358


explain sorting techniques in cobol program?

887


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

984


How you can read the file from bottom?

868


how do you reference the rrds file formats from cobol programs

1141


How do you get the data to code the BMS macro?

1690


What is the difference between external and global variables in COBOL?

1039


how to refer the data field?

1985


Explain about different table spaces.

854


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

911