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 |
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
what is internal sort and external sort ? which is preferable ?
What type of Call you would use if you don;t want the control back to the calling program?
what are decleratives in cobol?
what is s013u000 for?
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.
What is the difference between copy and include in cobol?
using redefine can you redefine lower variable size to higher variable size?
Why IBM?
How to print 10 to 1 if the input have only 10 digit number?
plz any one tell clearly the justify right clause?
Define in-line perform?