which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer Posted / 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 |
Post New Answer View All Answers
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the LINKAGE SECTION used in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Can you please let me know the centre name of INS certification in Kolkata.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how do you reference the variable unblock file formats from cobol programs
) How do u handle errors in BMS macro?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the utilization of copybook in cobol?
What is rmode(24)
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how to refer the data field?
In COBOL programming, what is PERFORM? What is VARYING?
Mention the guidelines to write a structured cobol program?
Explain how you can characterize tables in cobol?