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 |
can we read in input the file with a variable length ? please , how ..could you help me ?
How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
Explain about Redefines cluse?
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
subscript and index r not coded in u r application program what will happen?
can anyone explain me the concept of COMP-4 PLEASE??
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is search and searchall?what is the diffrence between them?give an best example?
Are you comfortable in cobol or jcl?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What are declaratives and what are their uses in cobol?