What is the difference between static call & Dynamic call?
Answer Posted / 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 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 are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is a SSRANGE and NOSSRANGE?
Can you please let me know the centre name of INS certification in Kolkata.
how do you reference the printer file formats from cobol programs
What is link edit in cobol?
) How do u handle errors in BMS macro?
What is the difference between next sentence and continue in cobol programing language?
How do define dynamic array in cobol.
IF I mention stop run in CICS what happens?
What do you understand by psb and acb?
How do you differentiate between cobol and cobol-ii?
how to refer the data field?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that