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 |
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How to print 10 to 1 if the input have only 10 digit number?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
can you declare redefine in level 01?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
BY seeing a program how can we say that it is static call or dynamic call
What is the difference between perform … with test after and perform … with test before?
Define cobol?
1.What is the limit of linkage section?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?