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 |
Have you used comp and comp-3 in your project? And how?
For rewrite, why is it mandatory that file needs to be opened?
how many maximum no of variables can be declared in linkage section ?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
How to resolve the soc4 and soc7 errors?
how can we code index in an array of cobol pgm?
for an INITIALIZE and what keyword allows for an override of the default.
Syntax for JCLLIB & JOBLIB???
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
Can we move X(9) to 9(9). If yes what are the ways for doing this?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the LINKAGE SECTION used for?