which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer / shaan
Static call is faster as the main program load module is
already link edited with sub program load modules unlike
dynamic call in which the link editing takes place only at
run time.
| Is This Answer Correct ? | 22 Yes | 0 No |
01 a pic s9(5) value '-12345' how it will be stored
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
Can JUSTIFIED be used for all the data types?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
why we are using set in searchall?
What is the difference between binary search and sequential search?
Why there is no questions in this column?
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
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What is an in line perform? When would you use it? Anything else you wish to say about it.
Have you code any new programs in COBOL ? What is the functionality of the programs?