What is the difference between static call & Dynamic call?

Answers were Sorted based on User's Feedback



What is the difference between static call & Dynamic call?..

Answer / seena s

Static call -> the subpgm gets linked to the mainprogram
during compilation .

Dyanic call-> subprogeam gets linked to mainprogram during
run-time (execution).
Menory is utilised effectively in a Dynamic call.

Is This Answer Correct ?    7 Yes 0 No

What is the difference between static call & Dynamic call?..

Answer / ms. stanley

When the Subprogram (Subroutine) Name is specified at
Run-time its called as Dynamic Call.
When the Subprogram (Subroutine) Name is pre-defined, its
called as a static call.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More COBOL Interview Questions

How you can characterize tables in cobol?

0 Answers  


ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????

6 Answers   TCS,


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,






How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.

1 Answers  


how to submit a jcl by cobol program. clear me with an example.

3 Answers   HCL,


without performing any operations on a file how can i know whether it contains data or not

2 Answers  


what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?

1 Answers   HCL,


What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


What kind of error is trapped by on size error option?

0 Answers  


Categories