I have a cobol program with a sub program. How ca i find that
it is a dynamic call? or static call..?
Answer Posted / adarsh
in addition to above answers, we can find by seeing compiler
option.if copt=dynam it is dynamic call,default is nodynam
i.e static call.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Give some examples of command terminators?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
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
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between goback, stop run and exit program in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How do you reference the following file formats from cobol programs?
What is amode(24)?
how to access the file from prodution from changeman tool and to submit a file to production
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What do you understand by psb and acb?
Write down the divisions of cobol program?
Why occurs cannot be used in 01 level in COBOL?
How you can characterize tables in cobol?