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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In which area will you utilize 88 level items in cobol?
Write a cobol program making use of the redefine clause.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What rules are to be followed while using the corresponding options?
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
explain sorting techniques in cobol program?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How you can read the file from bottom?
how do you reference the rrds file formats from cobol programs
How do you get the data to code the BMS macro?
What is the difference between external and global variables in COBOL?
how to refer the data field?
Explain about different table spaces.
How do you reference the fixed block file formats from cobol programs