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
Difference between array and sub-script ?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Give some examples of command terminators?
how to convert the recors form vsam file to db2 table tru file aid
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between comp and comp-3 usage?
What are the access modes of START statement?
Why would you use find and get rather than to obtain?
Which mode is used to operate the sequential file?
How to remove 2 duplicate records and copy only one using job control language?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to know whether the module is dynamical or statistical?
What is the difference between perform … with test after and perform … with test before?
) How do u handle errors in BMS macro